diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-03-30 15:06:16 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-03-30 15:06:16 +0100 |
commit | 09af51d0f72fdf51ad170c02a3841aed00460453 (patch) | |
tree | 20cb99474d4309bc8d5996943ef854d029f09eca | |
parent | 58756f9cb4c8f68fb6ccb0314da33a5462393380 (diff) | |
download | xine-lib-1.1.11.1.tar.gz xine-lib-1.1.11.1.tar.bz2 |
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -xine-lib (1.1.11.1) 2008-??-?? +xine-lib (1.1.11.1) 2008-03-30 * Security fixes: - Integer overflows in FLV, Qt, Real, WC3Movie, Matroska and FILM demuxers, allowing remote attackers to trigger heap overflows and diff --git a/configure.ac b/configure.ac index 15420b823..d4a817025 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ XINE_MAJOR=1 XINE_MINOR=1 XINE_SUB=11 dnl XINE_PATCH should be left empty or set to ".1" or ".2" or something similar -XINE_PATCH= +XINE_PATCH=.1 dnl if test $XINE_SUB -eq 0 ; then dnl XINE_SUBPART=""; |