[vlc-devel] commit: NEWS update and rewording + RC (Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Oct 21 23:06:05 CEST 2009


vlc | branch: 1.0-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Wed Oct 21 17:45:32 2009 +0200| [af62cfa2550851a84107b73f04f67226b93c93dd] | committer: Jean-Baptiste Kempf 

NEWS update and rewording + RC

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

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

diff --git a/NEWS b/NEWS
index 080b45c..12e0d62 100644
--- a/NEWS
+++ b/NEWS
@@ -1,27 +1,29 @@
-Changes between 1.0.2 and 1.0.3:
+Changes between 1.0.2 and 1.0.3-rc:
 --------------------------------
 
 Video outputs:
  * Fix video quality when resizing the video on Windows Vista and 7, due to
    regressions in most popular drivers
- * New deinterlacers based on yadif and yadif(x2) algorithms
+ * New deinterlacers modules based on yadif and yadif(x2) algorithms
 
 Decoders:
  * Windows version supports now natively the WMA Professional codec, as it
    didn't work in the packaged version of 1.0.2
+ * Fix downmixing of particual 4.0 AC-3 audio tracks
+
 Encoders:
  * x264 has profile-limitter, like:
     #transcode{vcodec=h264,venc=x264{profile=baseline,level=12}..}
 
-Service discovery:
- * New udev module for linux
-
 Input:
  * Update for appletrailers lua script
  * Fixes on the RAR stream filter
  * Fix for E-AC3 in ATSC/TS streams
  * Various fixes for v4l and v4l2
 
+Service discovery:
+ * New udev module for linux
+
 Qt4 interface:
  * Fixes on the playlist and the stream output panels
 
diff --git a/configure.ac b/configure.ac
index 6a0ac8b..6b72b18 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)
+AC_INIT(vlc, 1.0.3-rc)
 VERSION_MAJOR="1"
 VERSION_MINOR="0"
 VERSION_REVISION="3"
-VERSION_EXTRA=""
+VERSION_EXTRA="-rc"
 PKGDIR="vlc"
 AC_SUBST(PKGDIR)
 




More information about the vlc-devel mailing list