[vlc-devel] commit: 0.9.7 ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Nov 30 15:09:33 CET 2008


vlc | branch: 0.9-bugfix | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Nov 30 16:08:06 2008 +0200| [ab3e5dc6a50fb282e7f6a00cae97758d29880c4d] | committer: Rémi Denis-Courmont 

0.9.7

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ab3e5dc6a50fb282e7f6a00cae97758d29880c4d
---

 NEWS         |    4 ++++
 configure.ac |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index b02c5b6..0c23172 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 Changes between 0.9.6 and 0.9.7-git:
 ------------------------------------
 
+Security update:
+ * Fixed buffer overflow in Real demuxer (SA-0811, CVE-2008-5276)
+
+Bunch of small bugfixes.
 
 Changes between 0.9.5 and 0.9.6:
 --------------------------------
diff --git a/configure.ac b/configure.ac
index ba772e5..aabed4c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
 dnl Autoconf settings for vlc
 
-AC_INIT(vlc, 0.9.7-git)
+AC_INIT(vlc, 0.9.7)
 VERSION_MAJOR="0"
 VERSION_MINOR="9"
 VERSION_REVISION="7"
-VERSION_EXTRA="-git"
+VERSION_EXTRA=""
 
 CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`"
 CODENAME="Grishenko"




More information about the vlc-devel mailing list