]> git.sesse.net Git - vlc/blobdiff - NEWS
macosx: No need to use FREENULL here.
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index be10395dc0b1faf72b69a9808eeec0d418b412c4..d127275991865d9d5b5c98e23b31860d19920ce1 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-test2:
+---------------------------------------
 
 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:
 --------
@@ -121,6 +120,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 +243,13 @@ 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)
+
+
 Changes between 0.8.6g and 0.8.6h:
 ----------------------------------