summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-03-04 16:24:38 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-03-04 16:24:38 +0000
commit6371d5b3fa816035369a912e2e6949041638435c (patch)
treee6bfee6d0b82021275ec31982071207bf3a56c51
parentc3247cea37ea7702703826df6b68a9754f9b8984 (diff)
downloadxine-lib-6371d5b3fa816035369a912e2e6949041638435c.tar.gz
xine-lib-6371d5b3fa816035369a912e2e6949041638435c.tar.bz2
Cset 492257577b4d is an ABI extension: bump the soname. Add changelog entry.
-rw-r--r--ChangeLog1
-rw-r--r--configure.ac4
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 46754ddd7..c124af2f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@ xine-lib (1.1.11) unreleased
* Fixed an off-by-one in the FLAC security fix patch. This breakage was
causing failure to play some files.
* Support 16-bit big-endian DTS audio.
+ * Improved frame snapshot API. (ABI extension.)
xine-lib (1.1.10.1) 2008-02-07
* Security fixes:
diff --git a/configure.ac b/configure.ac
index 73976f2c8..be417bacc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,9 +51,9 @@ dnl are platform dependent
dnl * in Linux, the library will be named
dnl libname.so.(XINE_LT_CURRENT - XINE_LT_AGE).XINE_LT_AGE.XINE_LT_REVISION
-XINE_LT_CURRENT=20
+XINE_LT_CURRENT=21
XINE_LT_REVISION=0
-XINE_LT_AGE=19
+XINE_LT_AGE=20
dnl for a release tarball do "rm .cvsversion" before "make dist"
if test -f "${srcdir-.}/.cvsversion"; then