X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=NEWS;h=ab62259c99a11b1e91ead0ba539763ae81d6d465;hb=5568a82a4f1ef113409faf89d1fb822cfadb3801;hp=15edf3817ee2a49253ff653244c75ecac3202c6d;hpb=827f8b92b5caab8b5ac5ce0a68379cf0071d0047;p=vlc diff --git a/NEWS b/NEWS index 15edf3817e..ab62259c99 100644 --- a/NEWS +++ b/NEWS @@ -30,11 +30,14 @@ Important notes: 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.: - Old: '#std{access=rtp,dst=239.255.1.2,sap}' - New: '#rtp{dst=239.255.1.2,sap}' + 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}' * You now need to append --m3u-extvlcopt to your command line to enable EXTVLCOPT options parsing in m3u playlists. Note that only a limited set - of options is available to m3u playlists. + of options is available to m3u playlists (CVE-2007-6683). + * The old access:url syntax is no longer supported. Use access://url instead. + E.g.: vlc:quit -> vlc://quit ; + udp:@239.255.12.12 -> udp://@239.255.12.12 Changes: -------- @@ -176,6 +179,7 @@ New Localizations: * Persian * Polish +TODO: Add 0.8.6e changelog here Changes between 0.8.6c and 0.8.6d: ---------------------------------- @@ -191,7 +195,7 @@ Windows and Mac OS Binaries * FLAC Security Update (CVE-2007-4619) to prevent multiple integer overflows Active X plugin: - * Security update (VideoLAN-SA-0703) + * Security update (VideoLAN-SA-0703, CVE-2007-6262) Mac OS X Interface & Port: * Apple Remote support on Mac OS X 10.5 Leopard with enhanced functionality @@ -208,6 +212,7 @@ Other changes: * The automatic updating facility was removed * You now need to append --m3u-extvlcopt to your command line to enable EXTVLCOPT options parsing in m3u playlists. + * RTSP server remote denial of service fixed (CVE-2007-6684). Changes between 0.8.6b and 0.8.6c: @@ -222,10 +227,11 @@ Various bugfixes, notably: * MKV demuxer crash (related to seeking) CDDA / Vorbis / Theora / SAP plugins: - * Security updates (VideoLAN-SA-0702, CVE-2007-3316) + * Security updates (VideoLAN-SA-0702, CVE-2007-3316, US-CERT VU#200928) Demuxers: * Fixed a problem with detecting embedded subtitles (GAB2 format) in AVI + * Prevent WAV file integer overflow (CVE-2007-3467 & CVE-2007-3468) Decoders: * Updated FLAC API compatibility @@ -266,7 +272,7 @@ Changes between 0.8.6 and 0.8.6a: --------------------------------- CDDA / VCDX plugins: - * Security updates (VideoLAN-SA-0701) + * Security updates (VideoLAN-SA-0701, CVE-2007-0017) Mac OS X Interface: * Fullscreen controller improvements