]> git.sesse.net Git - vlc/blobdiff - NEWS
Contrib: Fix build of taglib on win32.
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index 2555388948db71d2c5019b17bad0aaf56f98116c..526273bc340a4bd041b8500fc194d388b2d2d8d2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -49,10 +49,10 @@ Playlist:
     * Shoutcast TV listings
     * Audioscrobbler/last.fm support
  * Album art support
- * User definable Lua playlist scripts. See share/luaplaylist/README.txt
+ * User definable Lua playlist scripts. See share/lua/playlist/README.txt
    (Default scripts open YouTube, DailyMotion, metacafe and Google Video URLs)
  * User definable Lua metadata and album art fetcher scripts. See
-   share/luameta/README.txt
+   share/lua/meta/README.txt
 
 Input/Demuxers:
   * UDP-Lite transport for RTP/AVP
@@ -183,16 +183,21 @@ New Localizations:
  * Polish
 
 
-Changes between 0.8.6e and 0.8.6f (not-yet-released):
------------------------------------------------------
+Changes between 0.8.6e and 0.8.6f:
+----------------------------------
 
 Security updates:
- * Fix subtitle buffer overflow
- * Fix Real RTSP code execution problem (CVE-2008-0073)
- * Fix cinepak integer overflow
+ * Really fixed subtitle buffer overflow (CVE-2007-6681)
+ * Fixed Real RTSP code execution problem (CVE-2008-0073)
+ * Fixed MP4 integer overflows (CVE-2008-1489)
+ * Fixed cinepak integer overflow
 
 Various bugfixes:
- * mozilla plugin registers a usable range of mimetypes on OSX
+ * The Mozilla plugin registers a usable range of MIME-types on Mac OS X
+ * Improved VLC's video output behavior on multi-screen setups running Mac OS X
+ * Fixed crashes in H264 packetizer
+ * Close MMS access on network timeout
+ * Fix some problems with AAC decoder & packetizer
 
 
 Changes between 0.8.6d and 0.8.6e: