]> git.sesse.net Git - vlc/blobdiff - NEWS
Non-existent files
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index be10395dc0b1faf72b69a9808eeec0d418b412c4..d2eaab59b5b847cd2363be53498fa6e9b44c78b0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,5 @@
-$Id$
-
-Changes between 0.8.6 and 0.9.0-git (not released yet):
--------------------------------------------------------
+Changes between 0.8.6i and 0.9.0-test3:
+---------------------------------------
 
 Important notes:
 ----------------
@@ -49,6 +47,7 @@ Important notes:
  * Canvas setting in transcode is now done using the canvas video filter.
    For example:
    transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}}
+ * Glide video output module has been removed.
 
 Changes:
 --------
@@ -113,6 +112,7 @@ Decoders:
  * DosBox Capture support
  * Karl Morton's Video support
  * limited atrac3 support
+ * Fraps support
  * Fluidsynth MIDI software synthesis (with external sound fonts)
  * New codec FOURCCs to support more specific files:
    Avid, FCP, Sony, Samsung, ...
@@ -121,6 +121,7 @@ Decoders:
  * NellyMoser ASAO support
  * APE (Monkey audio) support
  * RealVideo support (with the RealVideo run-time)
+ * Dirac video support using libschroedinger
 
 Subtitles:
  * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC)
@@ -243,6 +244,21 @@ Developers:
   * Java bindings are now built from a separate source.
 
 
+Changes between 0.8.6h and 0.8.6i:
+----------------------------------
+
+Security updates:
+ * Fixed integer overflow in WAV demuxer (CVE-2008-2430)
+
+Various bugfixes:
+ * Fixed option to use shared memory within the GLX video output module
+ * Improved galaktos-based audio visualizations on FreeBSD 
+ * Miscellaneous bugfixes in multiple modules and in libvlc
+   (transcode stream output, OSD menu video filter, VCD input, 
+    SAP services discovery, http control interface)
+ * Updated Polish translation
+
+
 Changes between 0.8.6g and 0.8.6h:
 ----------------------------------