]> git.sesse.net Git - vlc/blobdiff - NEWS
Use NSInteger since we got it now
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index f2dd3b3afb8603ad4af7d1b69b0f21d15a1b0524..5d51629de78aa59819cca034b8ccabf5c0a4eb93 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -79,6 +79,8 @@ Input/Demuxers:
  * Experimental EyeTV access module (Mac OS X only)
    This requires the user to install a plugin to EyeTV.app
    (available as a separate download).
+ * HTTP access now supports gzip compressed data and Digest Access
+   Authentication.
 
 Decoders:
  * VP60/VP61/VP6F/VP62 support
@@ -197,10 +199,11 @@ Changes between 0.8.6e and 0.8.6f:
 ----------------------------------
 
 Security updates:
- * Really fixed subtitle buffer overflow (CVE-2007-6681)
+ * Really fixed subtitle buffer overflow (CVE-2007-6681, CVE-2008-1881)
  * Fixed Real RTSP code execution problem (CVE-2008-0073)
- * Fixed MP4 integer overflows (CVE-2008-1489)
- * Fixed cinepak integer overflow
+ * Fixed MP4 integer overflows (CVE-2008-1489, CVE-2008-1768)
+ * Fixed cinepak vulnerabilities (CVE-2008-1769)
+ - More information can be found in VideoLAN-SA-0801 and VideoLAN-SA-0803.
 
 Various bugfixes:
  * The Mozilla plugin registers a usable range of MIME-types on Mac OS X