[vlc-devel] commit: Next version will be 1.0.3. update NEWS (Jean-Baptiste Kempf )

git version control git at videolan.org
Thu Oct 29 20:09:28 CET 2009


vlc | branch: 1.0-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Thu Oct 29 20:05:10 2009 +0100| [162bb02b30a8aa73dc4a79208a762b1f5ac632b8] | committer: Jean-Baptiste Kempf 

Next version will be 1.0.3. update NEWS

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

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

diff --git a/NEWS b/NEWS
index 12e0d62..21bfc98 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 1.0.2 and 1.0.3-rc:
+Changes between 1.0.2 and 1.0.3:
 --------------------------------
 
 Video outputs:
@@ -20,6 +20,7 @@ Input:
  * Fixes on the RAR stream filter
  * Fix for E-AC3 in ATSC/TS streams
  * Various fixes for v4l and v4l2
+ * Fix a crash in mjpeg demuxer
 
 Service discovery:
  * New udev module for linux
diff --git a/configure.ac b/configure.ac
index 6b72b18..6a0ac8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,11 +2,11 @@ dnl Autoconf settings for vlc
 
 AC_COPYRIGHT([Copyright 2002-2009 the VideoLAN team])
 
-AC_INIT(vlc, 1.0.3-rc)
+AC_INIT(vlc, 1.0.3)
 VERSION_MAJOR="1"
 VERSION_MINOR="0"
 VERSION_REVISION="3"
-VERSION_EXTRA="-rc"
+VERSION_EXTRA=""
 PKGDIR="vlc"
 AC_SUBST(PKGDIR)
 




More information about the vlc-devel mailing list