]> git.sesse.net Git - vlc/blobdiff - NEWS
Remove argv/argc from libvlc_t (not really needed here)
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index 0bb2698b6894f614f82384791265db9f3df3639d..f26560a4cfccc5a0ad6b5a1515edc38435ce55be 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -19,11 +19,9 @@ Important notes:
      and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts
  * This version of VLC contains a new interface for Windows and Linux. This
    interface lacks a few features that used to be present in VLC 0.8.6:
-   - "Streaming wizard" and "VLM control". These features will be replaced
+   - "Streaming wizard". These features will be replaced
      by a better alternative in the next version. If you absolutely need these
      features, we advise you to keep VLC 0.8.6
-   - Similarly, "Bookmarks" will be reintroduced in an improved version at a
-     later point
   * The behavior of --sout-keep has changed. It's now activated by default.
   * The marq, mosaic and logo commands in the rc interface changed. They
     now require a target name as their first argument. Example:
@@ -36,7 +34,7 @@ Important notes:
      New: '#rtp{dst=239.255.1.2,sap}'
  * You now need to append --m3u-extvlcopt to your command line to enable
    EXTVLCOPT options parsing in m3u playlists. Note that only a limited set
-   of options is available to m3u playlists.
+   of options is available to m3u playlists (CVE-2007-6683).
 
 Changes:
 --------
@@ -178,6 +176,7 @@ New Localizations:
  * Persian
  * Polish
 
+TODO: Add 0.8.6e changelog here
 
 Changes between 0.8.6c and 0.8.6d:
 ----------------------------------
@@ -193,7 +192,7 @@ Windows and Mac OS Binaries
  * FLAC Security Update (CVE-2007-4619) to prevent multiple integer overflows 
 
 Active X plugin:
- * Security update (VideoLAN-SA-0703)
+ * Security update (VideoLAN-SA-0703, CVE-2007-6262)
  
 Mac OS X Interface & Port:
  * Apple Remote support on Mac OS X 10.5 Leopard with enhanced functionality
@@ -210,6 +209,7 @@ Other changes:
  * The automatic updating facility was removed
  * You now need to append --m3u-extvlcopt to your command line to enable
    EXTVLCOPT options parsing in m3u playlists.
+ * RTSP server remote denial of service fixed (CVE-2007-6684).
 
 
 Changes between 0.8.6b and 0.8.6c:
@@ -224,10 +224,11 @@ Various bugfixes, notably:
  * MKV demuxer crash (related to seeking)
 
 CDDA / Vorbis / Theora / SAP plugins:
- * Security updates (VideoLAN-SA-0702, CVE-2007-3316)
+ * Security updates (VideoLAN-SA-0702, CVE-2007-3316, US-CERT VU#200928)
 
 Demuxers:
  * Fixed a problem with detecting embedded subtitles (GAB2 format) in AVI
+ * Prevent WAV file integer overflow (CVE-2007-3467 & CVE-2007-3468)
 
 Decoders:
  * Updated FLAC API compatibility
@@ -268,7 +269,7 @@ Changes between 0.8.6 and 0.8.6a:
 ---------------------------------
 
 CDDA / VCDX plugins:
- * Security updates (VideoLAN-SA-0701)
+ * Security updates (VideoLAN-SA-0701, CVE-2007-0017)
 
 Mac OS X Interface:
  * Fullscreen controller improvements