[vlc-devel] commit: NEWS and configure for 1.0.2-rc (Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Sep 16 00:45:36 CEST 2009


vlc | branch: 1.0-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Wed Sep 16 00:38:57 2009 +0200| [3c86381d8a147e150b9ebf7b922677a4af760de5] | committer: Jean-Baptiste Kempf 

NEWS and configure for 1.0.2-rc

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

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

diff --git a/NEWS b/NEWS
index 307dc24..67f449e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,17 @@
-Changes between 1.0.1 and 1.0.2-git:
+Changes between 1.0.1 and 1.0.2-rc:
 --------------------------------
 
 Decoders:
  * Native support for WMA Professional, without the use of the Win32 dlls
  * Fix issues in subtitles, especially SSA ones
  * Various fixes on theora and ogg
- 
+
 Demuxers:
  * Various fixes for EPG support in MPEG-TS demuxer
+ * Fixes for potential stack overflow in .avi, .mp4 and .asf demuxers
+
+Access:
+ * Fixes for v4l2 devices
 
 Qt Interface:
  * Fix some playlist sorting issues
@@ -38,7 +42,7 @@ Unix builds:
 Translations:
  * New Kazakh translation
  * Lithunanian translation is available on Windows
- * Galician, Korean, Nepali, Vietnamese, Ukrainian, Brazilian, Arabic translation updates
+ * Galician, Korean, Nepali, Vietnamese, Ukrainian, Brazilian, Arabic and French translation updates
 
 
 Changes between 1.0.0 and 1.0.1:
diff --git a/configure.ac b/configure.ac
index a6d9289..2952037 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.2-git)
+AC_INIT(vlc, 1.0.2-rc)
 VERSION_MAJOR="1"
 VERSION_MINOR="0"
 VERSION_REVISION="2"
-VERSION_EXTRA=""
+VERSION_EXTRA="-rc"
 PKGDIR="vlc"
 AC_SUBST(PKGDIR)
 




More information about the vlc-devel mailing list