diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2006-12-03 20:16:49 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2006-12-03 20:16:49 +0000 |
commit | 305933c9f9721d2f0bcd0616b15b87c369968834 (patch) | |
tree | a167b80caa7343e8f4f3ba4095467ebf13dcddab | |
parent | 6876730b6da8f78a34c18306a0234c77b681641b (diff) | |
download | xine-lib-305933c9f9721d2f0bcd0616b15b87c369968834.tar.gz xine-lib-305933c9f9721d2f0bcd0616b15b87c369968834.tar.bz2 |
1.1.3 released
CVS patchset: 8402
CVS date: 2006/12/03 20:16:49
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +xine-lib (1.1.4) + (write here) + xine-lib (1.1.3) * Security fixes: - Heap overflow in libmms (related to CVE-2006-2200) diff --git a/configure.ac b/configure.ac index f654e91d4..34f538462 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl XINE_SUB += 1; continue with XINE_LT_* values below dnl XINE_MAJOR=1 XINE_MINOR=1 -XINE_SUB=3 +XINE_SUB=4 #if test $XINE_SUB -eq 0 ; then # XINE_SUBPART=""; |