]> git.sesse.net Git - vlc/blobdiff - NEWS
Do not wander twice in the same subdir - fix distcheck
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index cd280f0ac048e0b2440c11d1745b181e22c161b8..71c4394b45fb03e0ba85345e357bbc7977e98b58 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -27,7 +27,7 @@ Important notes:
    vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo>
    You can then use commands like: @test marq-marquee Goodbye
    These new commands are also available in the telnet interface.
- * The "rtp" access output module has been removed:
+ * The "rtp" access output module has been removed.
    Please use the RTP stream output instead, e.g.:
      Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}'
      New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}'
@@ -100,6 +100,7 @@ Decoders:
  * NellyMoser ASAO support
  * APE (Monkey audio) support
  * VBI & EBU (Teletext) support
+ * Ogg/Kate subtitles support
 
 Encoders:
  * Flash Screen Video support
@@ -199,7 +200,7 @@ 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, CVE-2008-1768)
  * Fixed cinepak vulnerabilities (CVE-2008-1769)