[vlc-devel] commit: Version 0.9.6 ( Rémi Denis-Courmont )
git version control
git at videolan.org
Wed Nov 5 21:38:19 CET 2008
vlc | branch: 0.9-bugfix | Rémi Denis-Courmont <rdenis at simphalempin.com> | Wed Nov 5 21:59:48 2008 +0200| [66ddb162fe047b4e0a95f84584260c5a960edeee] | committer: Rémi Denis-Courmont
Version 0.9.6
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=66ddb162fe047b4e0a95f84584260c5a960edeee
---
NEWS | 6 +++++-
configure.ac | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index e81de31..80dfff7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,12 @@
-Changes between 0.9.5 and 0.9.6-git:
+Changes between 0.9.5 and 0.9.6:
--------------------------------
New Localizations:
* Ukranian
+Security updates:
+ * Fixed overflow in CUE support from VCD access (SA-0810, CVE-2008-xxxx)
+ * Fixed overflow in RealText subtitles support (SA-0810, CVE-2008-xxxx)
+
Changes between 0.9.4 and 0.9.5:
--------------------------------
diff --git a/configure.ac b/configure.ac
index 8f4332a..f19f605 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Autoconf settings for vlc
-AC_INIT(vlc, 0.9.6-git)
+AC_INIT(vlc, 0.9.6)
VERSION_MAJOR="0"
VERSION_MINOR="9"
VERSION_REVISION="6"
More information about the vlc-devel
mailing list