]> git.sesse.net Git - vlc/blobdiff - NEWS
Fix a rare sizing issue ( part of #1775 )
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index 0e874901a1744977340536142212ccf737a6a34c..f1e526faa5114dd61cd917639e48efa7b519f939 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
-Changes between 0.8.6i and 0.9.0-test3:
----------------------------------------
+Changes between 0.9.0 and 1.0.0:
+---------------------------------
+
+<nothing yet>
+
+
+Changes between 0.8.6i and 0.9.0:
+---------------------------------
 
 Important notes:
 ----------------
@@ -22,6 +28,8 @@ Important notes:
    now require a target name as their first argument. Example:
    vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo>
    You can then use commands like: @test marq-marquee Goodbye
+   If you didn't name the object using @test, its name will default to the
+   plugin name (hence 'marq') in this example.
    These new commands are also available in the telnet interface.
  * The "rtp" access output module has been removed.
    Please use the RTP stream output instead, e.g.:
@@ -56,6 +64,8 @@ Changes:
 
 Security updates:
  * Updated libfreetype on Windows and Mac OS X (CVE-??)
+ * TTA Parser improvements (CVE-2008-3732)
+ * MMS Access Module improvements (CVE-??)
 
 Playlist:
  * Vastly improved playlist support:
@@ -159,7 +169,8 @@ Video outputs and filters:
  * New erase video filter (removes logos from a video)
  * Enhanced subtitles' renderer to support bold, italic and some HTML tags
    (Google Summer of Code Student project)
- * Support for RGBA and I420 blending. This improves Mosaic CPU usage *a lot*.
+ * Support for RGBA and I420 blending.
+   The latter improves Mosaic CPU usage *a lot*.
  * New transparency mask video filter (for use with the mosaic_bridge module).
  * New bluescreen video filter (for use with the mosaic_bridge module). 
    This was previously part of the mosaic module.