[vlc-commits] NEWS for 1.1.8

Jean-Baptiste Kempf git at videolan.org
Wed Mar 16 12:28:26 CET 2011


vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Mar 16 12:27:32 2011 +0100| [b5f678ecb5760ca37de935bc11171cda81e518c7] | committer: Jean-Baptiste Kempf

NEWS for 1.1.8

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

 NEWS         |   28 +++++++++++++++++++++++-----
 configure.ac |    2 +-
 2 files changed, 24 insertions(+), 6 deletions(-)

diff --git a/NEWS b/NEWS
index b62060e..32fb629 100644
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,36 @@
 Changes between 1.1.7 and 1.1.8-git:
 --------------------------------
 
-Interfaces:
- * Luarc and luatelnet fixes
-
 Mac OS X Interface:
  * New UI graphics by Damien Erambert
 
+Interfaces:
+ * Oldrc interface is again the default RC interface
+ * Luarc, luahttp and luatelnet fixes
+ * Qt and Mac OS X fixes
+ * numerous Skins2 fixes, notably winamp2 skins
+
 Encoder:
- * new libschroedinger-based Dirac codec encoder
+ * new libschroedinger-based Dirac codec encoder, faster than the current one
+
+Access/Demuxers/Codecs:
+ * Subtitles auto-detection is back for .txt files
+ * vod/rtsp server and rtsp input fixes
+ * mp4 demuxer improvements
+ * ogg, rstp input, video filters minor fixes
+ * taglib's replaygain is fixed for mp3
+ * vobsub support has an improved auto-detection
+
+Miscellaneous fixes in:
+ * Pulseaudio audio output, notably for usb cards
+ * Stacktraces are now limited in size on Windows
+ * Video resolution is now limited to 8192x8192, for security reasons
+ * Configure and build system improvements
+ * DirectShow and BDA build headers have been updated
 
 Translations:
  * Update for Finnish, Galician, Dutch, Chinese, German, Japanese, Lithuanian,
-   Slovak, French, Polish
+   Slovak, French, Polish, Estonian, Brazillian Portuguese, Hebrew
 
 
 Changes between 1.1.6 and 1.1.7:
diff --git a/configure.ac b/configure.ac
index 1b80d08..0953b64 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Autoconf settings for vlc
 
 AC_COPYRIGHT([Copyright 2002-2011 the VideoLAN team])
 
-AC_INIT(vlc, 1.1.8)
+AC_INIT(vlc, 1.1.8-git)
 VERSION_MAJOR="1"
 VERSION_MINOR="1"
 VERSION_REVISION="8"



More information about the vlc-commits mailing list