[vlc-devel] commit: News for next 0.8 ( Rémi Denis-Courmont )

git version control git at videolan.org
Mon Sep 1 20:42:36 CEST 2008


vlc | branch: 0.8.6-bugfix | Rémi Denis-Courmont <rdenis at simphalempin.com> | Mon Sep  1 21:45:26 2008 +0300| [1fc007f924c20e4bdd9379895a369fefd17bdcbc] | committer: Rémi Denis-Courmont 

News for next 0.8

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

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

diff --git a/NEWS b/NEWS
index df1bcfc..ea5246c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes between 0.8.6i and 0.8.7:
+---------------------------------
+
+Security updates:
+ * Fixed overflow in TTA demuxer (CVE-2008-3732)
+ * Fixed overflow in MMS module (CVE-2008-3794)
+ * Fixed overflow in Ogg demuxer
+
+Various bugfixes:
+ * Fixed support for large URLs in HTTPd scripts
+
 Changes between 0.8.6h and 0.8.6i:
 ----------------------------------
 
diff --git a/configure.ac b/configure.ac
index 8b448bd..fc3c9a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
 dnl Autoconf settings for vlc
 
-AC_INIT(vlc,0.8.6j)
+AC_INIT(vlc,0.8.7)
 VERSION_MAJOR="0"
 VERSION_MINOR="8"
-VERSION_REVISION="6"
-VERSION_EXTRA="j"
+VERSION_REVISION="7"
+VERSION_EXTRA=""
 
 CONFIGURE_LINE="$0 $*"
 CODENAME="Janus"




More information about the vlc-devel mailing list