shithub: libdvdcss

Download patch

ref: a4ba0c9a4a12d7733f8f128d53a391833a440f77
parent: 200baa1b6bf8e808f88532c48bb875d61b2621dc
author: Gildas Bazin <gbazin@videolan.org>
date: Mon Jul 28 19:41:52 EDT 2003

* ALL: bumped version number to 1.2.8


--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,17 @@
 # ChangeLog for libdvdcss #
 #=========================#
 
+1.2.8
+Tue, 29 Jul 2003 01:45:04 +0200
+
+  * ./src/css.c: Workaround in CrackTitleKey for strange discs that report read
+    errors seemingly at random.
+    Used macros instead of numerals where appropriate.
+    Fixed spelling here and there.
+  * ./src/device.c: Fixed a bug that prevented encrypted dvds from working
+    under win32.
+  * ./src/libdvdcss.c: if DVDCSS_VERBOSE is greater than 2, do as if it was 2.
+
 1.2.7
 Fri, 13 Jun 2003 02:25:49 +0200
 
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
 AC_CONFIG_AUX_DIR(autotools)
 AC_CANONICAL_SYSTEM
 
-AM_INIT_AUTOMAKE(libdvdcss, 1.2.7)
+AM_INIT_AUTOMAKE(libdvdcss, 1.2.8)
 AM_CONFIG_HEADER(config.h)
 
 AC_PROG_CC
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdvdcss (1.2.8-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 29 Jul 2003 01:45:04 +0200
+
 libdvdcss (1.2.7-1) unstable; urgency=low
 
   * New upstream release.
--- a/libdvdcss.spec
+++ b/libdvdcss.spec
@@ -1,5 +1,5 @@
 %define name 	libdvdcss
-%define version	1.2.7
+%define version	1.2.8
 %define release	1
 
 %define major  	2
@@ -102,6 +102,10 @@
 %{_libdir}/*.so
 %{_libdir}/*.la
 %{_includedir}/*
+
+%changelog
+* Tue Jul 29 2003 Sam Hocevar <sam@zoy.org> 1.2.8-1
+- new upstream release
 
 %changelog
 * Fri Jun 13 2003 Sam Hocevar <sam@zoy.org> 1.2.7-1