[vlc-devel] commit: 0.9.10 ( Felix Paul Kühne )

git version control git at videolan.org
Mon Jul 27 10:54:11 CEST 2009


vlc | branch: 0.9-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Mon Jul 27 10:54:07 2009 +0200| [29527d8a0c747b5fe995319c5873ad9a34b9384c] | committer: Felix Paul Kühne 

0.9.10

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

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

diff --git a/NEWS b/NEWS
index 70d55f2..58e0967 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 0.9.9a and 0.9.10-rc:
+Changes between 0.9.9a and 0.9.10:
 --------------------------------------
 
 HTTP Interface:
@@ -17,6 +17,8 @@ Various fixes to the following modules:
  * access:
    - HTTP, SMB
    - updated and additional access scripts (BBC radio, dailymotion, ...)
+   - Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ,
+     DZCORE Labs, Algeria
  * stream out:
    - RTP, RTSP VoD, Mosaic Bridge
  * decoder:
diff --git a/configure.ac b/configure.ac
index 2d775d0..7732c56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
 dnl Autoconf settings for vlc
 
-AC_INIT(vlc, 0.9.10-rc)
+AC_INIT(vlc, 0.9.10)
 VERSION_MAJOR="0"
 VERSION_MINOR="9"
 VERSION_REVISION="10"
-VERSION_EXTRA="-rc"
+VERSION_EXTRA=""
 
 CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`"
 CODENAME="Grishenko"




More information about the vlc-devel mailing list