]> git.sesse.net Git - vlc/blobdiff - NEWS
Clean up subpicture allocation and unused fields.
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index 2e6127ad9590da6ff203c6bfb17e85866e4b8236..d34629be6d33b9ce808fb035a6d0aa4143fb2eb9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,29 +1,42 @@
-Changes between 0.9.1 and 1.0.0-git:
+Changes between 0.9.2 and 1.0.0-git:
 ------------------------------------
 
 Inputs:
- * Mouse cursor support in x11 screen module
+ * Mouse cursor support in x11 and win32 screen modules
  * Screen module now supports partial screen capture and mouse following on
    windows.
 
 Decoders:
  * AES3 (SMPTE 302M) support
+ * E-AC3 (A/52b) support
 
 Stream output:
  * Restored the old mpeg2 transrating module.
- * Restored the old behavior of --sout-keep. It is now de-activated by default.
  * Multiple bridge-in instances are now possible.
  * bridge-in can be used to configure a placeholder stream.
 
-Changes between 0.8.6i and 0.9.1:
----------------------------------
 
-Note: version 0.9.0 was skipped due to bugs being discovered at the last
-minute.
+Changes between 0.9.1 and 0.9.2
+-------------------------------
+
+ * Restored the old behavior of --sout-keep. It is now de-activated by default.
+ * Skins2 interface repaired on Windows.
+ * Multiple bugfixes.
+
+
+Changes between 0.9.1 and 0.9.0:
+--------------------------------
+
+ * Multiple bug fixes.
+
+
+Changes between 0.8.6i and 0.9.0:
+---------------------------------
 
 Important notes:
 ----------------
- * This release will not work with Windows 98/ME and Mac OS X 10.3.9 (Panther)
+ * This release will need Windows 2000 and Mac OS X 10.4 (Tiger), or more
+   recent to work correctly
  * The HTTP interface is now only available on the local machine by default.
    If you want to make it available from other machines, you will have to
    edit the ".hosts" file.
@@ -37,7 +50,7 @@ Important notes:
  * This version of VLC contains a new interface for Windows and Linux.
    This interface has a fullscreen controller and simplified preferences.
    This interface lacks the "Streaming Wizard" that used to be present in VLC
-   0.8.6.
+   0.8.6, but provides basic profiles.
  * The behavior of --sout-keep was 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:
@@ -55,7 +68,7 @@ Important notes:
    of options is available to m3u playlists (CVE-2007-6683).
  * The old access:url syntax is no longer supported to resolve ambiguities
    with some file names. Use access://url instead.
-    E.g.:  vlc:quit -> vlc://quit ; 
+    E.g.:  vlc:quit -> vlc://quit ;
            udp:@239.255.12.12 -> udp://@239.255.12.12
  * The ffmpeg module has been removed and replaced by the new avcodec,
    avformat, swscale (or imgresample if you use a swscale-less ffmpeg build)
@@ -72,14 +85,13 @@ Important notes:
    For example:
    transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}}
  * Glide video output module has been removed.
- * Due to lack of maintainer, the Skins interface might not work properly.
-   It does not work on windows for this version. Help is needed!
 
 Changes:
 --------
 
 Security updates:
- * Updated libfreetype on Windows and Mac OS X (CVE-??)
+ * Updated libfreetype on Windows and Mac OS X (CVE-2008-1806, CVE-2008-1806,
+   CVE-2008-1807)
  * TTA Parser improvements (CVE-2008-3732)
  * MMS Access Module improvements (CVE-2008-3794 )
 
@@ -91,7 +103,8 @@ Playlist:
     * Audioscrobbler/Last.FM support
  * Album art support
  * User definable Lua playlist scripts. See share/lua/playlist/README.txt
-   (Default scripts open YouTube, DailyMotion, metacafe and Google Video URLs)
+   (Default scripts open YouTube, DailyMotion, metacafe, Google Video and
+   lots of other URLs)
  * User definable Lua album art fetcher scripts. See share/lua/meta/README.txt
 
 Inputs: