[vlc-commits] commit: NEWS about 1.1.2 (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Thu Jul 29 11:38:44 CEST 2010


vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jul 29 11:36:09 2010 +0200| [7f01d51cc7e3471e03e403c9a4cc471e8482e8cb] | committer: Jean-Baptiste Kempf 

NEWS about 1.1.2

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

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

diff --git a/NEWS b/NEWS
index a118669..c3ec9cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
-Changes between 1.1.1 and 1.1.2-git
---------------------------------
+Changes between 1.1.1 and 1.1.2
+-------------------------------
 
 Demuxers:
  * Avformat fps displaying fix
- * TS, fix an issue where some programs would get dropped
+ * TS, fix an issue where some programs would get dropped (fixes DVB issues too)
 
 Audio filters:
  * fix timestamps handling on some filters that provoqued issues when playback
@@ -14,9 +14,9 @@ Windows:
    playback with overlay (YUV->RGB)
  * fix console output encoding
 
-Interface and scripts:
- * Youtube parsing update
- * Misc fixes in Qt4 and MacOS interface
+Interface and extensions:
+ * Youtube and other scripts updates
+ * Misc fixes in Qt4 (especially VLM and EPG dialogs) and MacOS interface
 
 
 Changes between 1.1.0 and 1.1.1:
diff --git a/configure.ac b/configure.ac
index fe5a688..4d2a083 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,11 +2,11 @@ dnl Autoconf settings for vlc
 
 AC_COPYRIGHT([Copyright 2002-2010 the VideoLAN team])
 
-AC_INIT(vlc, 1.1.2-git)
+AC_INIT(vlc, 1.1.2)
 VERSION_MAJOR="1"
 VERSION_MINOR="1"
 VERSION_REVISION="2"
-VERSION_EXTRA="-git"
+VERSION_EXTRA=""
 PKGDIR="vlc"
 AC_SUBST(PKGDIR)
 



More information about the vlc-commits mailing list