[vlc-devel] commit: Approaching 1.0.1-rc (Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Jul 25 21:33:17 CEST 2009


vlc | branch: 1.0-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jul 25 21:17:33 2009 +0200| [143a4b9541cdc3c4008f886703c7b4b1f3290b34] | committer: Jean-Baptiste Kempf 

Approaching 1.0.1-rc

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

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

diff --git a/NEWS b/NEWS
index 7bd00f7..c234530 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 1.0.0 and 1.0.1-pre:
+Changes between 1.0.0 and 1.0.1-rc:
 --------------------------------
 
 Demuxers:
@@ -16,6 +16,7 @@ Muxers:
 
 Decoders:
  * Fix seeking in mpeg2 video files
+ * Improve SSA subtitles rendering
 
 Qt Interface:
  * Possibility to change the opacity level of the Fullscreen controller
@@ -25,6 +26,7 @@ Mac OS X Interface:
  * Added options to disable support for Apple Remote and Media Keys
  * Preferences panel now includes help through tool-tips
  * More reliable Information and Messages panels
+ * Fix various crashes
 
 Translations updates for Brazillian, French, German, Korean, Norwegian Nynorsk
 
diff --git a/configure.ac b/configure.ac
index 9e184c6..a0c3030 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.1-pre)
+AC_INIT(vlc, 1.0.1-rc)
 VERSION_MAJOR="1"
 VERSION_MINOR="0"
 VERSION_REVISION="1"
-VERSION_EXTRA="-pre"
+VERSION_EXTRA="-rc"
 PKGDIR="vlc"
 AC_SUBST(PKGDIR)
 




More information about the vlc-devel mailing list