shithub: libdvdcss

Download patch

ref: b2ee28c060e844ff81c23f0d5511d4a06ff62ec6
parent: d3e94a78bd73ebb34739c17d54290759aa0ae4d5
author: Sam Hocevar <sam@videolan.org>
date: Sun Jun 2 12:18:45 EDT 2002

* ALL: changed version number to 1.2.1.


--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@
 
 HEAD
 
+  * Nothing yet.
+
+1.2.1
+Sun,  2 Jun 2002 18:17:55 +0200
+
   * ./src/ioctl.c, ./src/ioctl.h: QNX port, courtesy of Pascal Levesque.
   * ./src/css.c: applied H�kan's fix for the failure on region mismatch.
   * ALL: switched to libtool 1.4.2a.
--- a/configure
+++ b/configure
@@ -953,7 +953,7 @@
 
 PACKAGE=libdvdcss
 
-VERSION=1.2.0
+VERSION=1.2.1
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@
 
 AC_CANONICAL_SYSTEM
 
-AM_INIT_AUTOMAKE(libdvdcss, 1.2.0)
+AM_INIT_AUTOMAKE(libdvdcss, 1.2.1)
 AM_CONFIG_HEADER(src/config.h)
 
 AC_PROG_CC
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdvdcss (1.2.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Samuel Hocevar <sam@zoy.org>  Sun,  2 Jun 2002 18:17:55 +0200
+
 libdvdcss (1.2.0-1) unstable; urgency=low
 
   * New upstream release.
--- a/libdvdcss.spec
+++ b/libdvdcss.spec
@@ -1,5 +1,5 @@
 %define name 	libdvdcss
-%define version	1.2.0
+%define version	1.2.1
 %define release	2plf
 
 %define major  	2
@@ -93,6 +93,10 @@
 %{_includedir}/*
 
 %changelog
+* Sun Jun 02 2002 Samuel Hocevar <sam@zoy.org> 1.2.1-1
+- new upstream release
+- fix for a crash on disc/drive region mismatch
+
 * Mon May 20 2002 Samuel Hocevar <sam@zoy.org> 1.2.0-1
 - new upstream release
 - weird libxalf dependency is gone