]> git.sesse.net Git - vlc/blobdiff - NEWS
Ignore libtool M4 macros
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index cd280f0ac048e0b2440c11d1745b181e22c161b8..f5e399578b2d8e42e205defb3f172751a771e3cb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,6 @@ Changes between 0.8.6 and 0.9.0-git (not released yet):
 
 Important notes:
 ----------------
- * On Linux, localization will be disabled if you have glibc 2.6 or 2.7 due
-   to a major bug in libintl with these glibc versions.
  * The HTTP interface is now only available on the local machine by default.
    If you want to make it available from other machines, you will have to
    edit the ".hosts" file.
@@ -27,7 +25,7 @@ Important notes:
    vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo>
    You can then use commands like: @test marq-marquee Goodbye
    These new commands are also available in the telnet interface.
- * The "rtp" access output module has been removed:
+ * The "rtp" access output module has been removed.
    Please use the RTP stream output instead, e.g.:
      Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}'
      New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}'
@@ -76,6 +74,7 @@ Input/Demuxers:
  * MXF files support
  * Re-written Screen access module for Mac OS X using OpenGL 
    instead of QuickDraw
+ * Screen module now supports partial screen capture and mouse following on X11.
  * Experimental EyeTV access module (Mac OS X only)
    This requires the user to install a plugin to EyeTV.app
    (available as a separate download).
@@ -84,8 +83,6 @@ Input/Demuxers:
 
 Decoders:
  * VP60/VP61/VP6F/VP62 support
- * MKV USF subtitles support
- * HTML-based subtitles support
  * Flash Screen Video support
  * CamStudio Screen Video support
  * DosBox Capture support
@@ -101,6 +98,20 @@ Decoders:
  * APE (Monkey audio) support
  * VBI & EBU (Teletext) support
 
+Subtitles:
+ * Ogg/Kate subtitles support
+ * AQTitle subtitles support
+ * MKV USF subtitles support
+ * HTML-based subtitles support
+ * MPSub subtitles support
+ * JacoSub subtitles basic support
+ * MPL2 subtitles support
+ * Rewrite of ASS/SSA scripts and subtitles support
+ * PowerDivx (.psb) Subtitles support
+ * Realtext subtitle support
+ * DKS subtitle support
+ * SubViewer 1.0 (SubRip09) subtitles support
+
 Encoders:
  * Flash Screen Video support
  * Improved H.264 encoding speed
@@ -150,7 +161,7 @@ Interfaces:
      end-user suitable way.
    * Improved user interaction
    * Improved mouse gestures
-   * Fastly improved Update checker
+   * Vastly improved Update checker
    * Full support for meta data editing (ID3v2, Ogg/Vorbis, AAC, APEv1/2)
  * Mac OS X
    * Improved video output features
@@ -194,12 +205,16 @@ New Localizations:
  * Persian
  * Polish
 
+Developpers:
+  * LibVLC now supports externally built plugins properly.
+    A "vlc-plugin" pkg-config package is provided.
+  * Java bindings are now built from a separate source.
 
 Changes between 0.8.6e and 0.8.6f:
 ----------------------------------
 
 Security updates:
- * Really fixed subtitle buffer overflow (CVE-2007-6681)
+ * Really fixed subtitle buffer overflow (CVE-2007-6681, CVE-2008-1881)
  * Fixed Real RTSP code execution problem (CVE-2008-0073)
  * Fixed MP4 integer overflows (CVE-2008-1489, CVE-2008-1768)
  * Fixed cinepak vulnerabilities (CVE-2008-1769)