shithub: libdvdcss

Download patch

ref: 673cf17677756d73647eaed5ceb2b2e108be1f93
parent: f45f9f5f2fa97a0bd97c4bf84d72a01b2358a9ed
author: Jean-Baptiste Kempf <jb@videolan.org>
date: Sun Mar 11 09:33:49 EDT 2012

Prepare 1.2.12



--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
 $Id$
 
+Changes between 1.2.11 and 1.2.12:
+----------------------------------
+
+  * fix regression on RPC-I drives handling.
+
+
 Changes between 1.2.10 and 1.2.11:
 ----------------------------------
 
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
 AC_CONFIG_AUX_DIR(.auto)
 AC_CANONICAL_SYSTEM
 
-AM_INIT_AUTOMAKE(libdvdcss, 1.2.11)
+AM_INIT_AUTOMAKE(libdvdcss, 1.2.12)
 AM_CONFIG_HEADER(config.h)
 
 AC_PROG_CC
--- a/doc/doxygen.cfg.in
+++ b/doc/doxygen.cfg.in
@@ -31,7 +31,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 1.2.11
+PROJECT_NUMBER         = 1.2.12
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put.