]> git.sesse.net Git - vlc/blobdiff - NEWS
Backward compatibility: handle the "sub-filter" ambiguity
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index fa899e12c4de4c74d75d26f6e82d143105a1ca5f..9c4dede205970e5df22a0df08b30813eb316fafa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 1.1.7 and 1.2.0-git:
+Changes between 1.1.x and 1.2.0-git:
 ------------------------------------
 
 Important changes for packagers:
@@ -68,6 +68,8 @@ Video Filter:
  * New posterize filter for lowering the number of colors
  * Atmo ambilight: improve Fnordlicht up to 254 channels
  * New sepia filter for creating sepia effect in videos
+ * New deinterlacer mode Phosphor, a framerate doubling CRT TV simulator
+ * New deinterlacer mode IVTC, to do live inverse telecine for NTSC films
 
 Audio Output:
  * New audio output based on AudioQueue API for iOS
@@ -105,12 +107,40 @@ libVLC:
 
 Removed modules:
  * asademux: use libass only
- * fake: use the new image demuxers
+ * fake, invmem: use the new image demuxers
  * hal, v4l, gapi, omapfb, hd1000a, hd1000v: obsolete unmaintained modules
  * id3tag: use taglib
  * upnp: use upnp_intel
 
 
+Changes between 1.1.8 and 1.1.9:
+--------------------------------
+
+Windows and Mac OS X:
+ * Update of external library modplug, to address a security issue
+
+Demuxers:
+ * mp4: Fix heap-based buffer overflow (VideoLAN-SA-1103)
+
+Mac OS X Interface:
+ * Miscellaneous interface look adjustments
+ * Improve Apple Remote handling
+ * Fixe bugs in the Streaming / Transcoding wizard
+ * Layout fixes in the Preferences and Controls windows
+ * Fix incomplete list of hotkeys in the Preferences dialog
+ * Fix quitting through Apple Events (Dock menu, App Switcher, AppleScript, etc.)
+
+Mac OS X Port:
+ * Fix Growl local notification plugin
+ * VLC bundle now includes the Growl framework
+ * Fixes for eyeTV
+
+Translations:
+ * Updates of Lithuanian, Estonian, Chinese, Japanese, Bengali, Dutch, Polish,
+   German, Galician, Traditional Chinese translations
+ * New Luganda Translation
+
+
 Changes between 1.1.7 and 1.1.8:
 --------------------------------
 
@@ -139,7 +169,7 @@ Miscellaneous fixes in:
  * Pulseaudio audio output, notably for usb cards
  * Stacktraces are now limited in size on Windows
  * Video resolution is now limited to 8192x8192, for security reasons
-   See CORE-2011-0208
+   See CORE-2011-0208, CVE-2010-3275, CVE-2010-3276
  * Configure and build system improvements
  * DirectShow and BDA build headers have been updated