ref: b6fd1d71afa8c1a858f2b1b69a5b03544af623f6
parent: d1052718b7d3f7394a0f3e15ff7131dfe63fd8b2
author: Jean-Baptiste Kempf <jb@videolan.org>
date: Mon Nov 14 05:27:32 EST 2011
Bumping version to 1.2.11
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
$Id$
+Changes between 1.2.10 and 1.2.11:
+----------------------------------
+
+ * improvements on RPC-II handling.
+ * more robust key retrieval.
+ * fixes for MingW compilation.
+ * fixes for OS/2 compilation.
+ * various bug fixes for small issues, memleaks, crashes and build issues.
+
+
Changes between 1.2.9 and 1.2.10:
---------------------------------
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
AC_CONFIG_AUX_DIR(.auto)
AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(libdvdcss, 1.2.10)
+AM_INIT_AUTOMAKE(libdvdcss, 1.2.11)
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.10
+PROJECT_NUMBER = 1.2.11
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
--- a/msvc/config.h
+++ b/msvc/config.h
@@ -40,7 +40,7 @@
#define STDC_HEADERS 1
/* #undef SYS_BEOS */
/* #undef SYS_CYGWIN */
-#define VERSION "1.2.10"
+#define VERSION "1.2.11"
/* #undef const */
/* #undef inline */
/* #undef size_t */