X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=NEWS;h=f884fa3b3399160e9e3593f8cbfb897c026de6f0;hb=d1a4a59a95672102d96b97288f81bfe3be653890;hp=f6cd485d69a930bb985a62f088214b332cb64726;hpb=42779914fe039a85be152661a4f93e0e7ba7b4d9;p=vlc diff --git a/NEWS b/NEWS index f6cd485d69..f884fa3b33 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -Changes between 0.8.6 and 0.9.0-test1 (not released yet): ----------------------------------------------------------- +Changes between 0.8.6i and 0.9.0-test3: +--------------------------------------- Important notes: ---------------- @@ -243,6 +243,21 @@ Developers: * Java bindings are now built from a separate source. +Changes between 0.8.6h and 0.8.6i: +---------------------------------- + +Security updates: + * Fixed integer overflow in WAV demuxer (CVE-2008-2430) + +Various bugfixes: + * Fixed option to use shared memory within the GLX video output module + * Improved galaktos-based audio visualizations on FreeBSD + * Miscellaneous bugfixes in multiple modules and in libvlc + (transcode stream output, OSD menu video filter, VCD input, + SAP services discovery, http control interface) + * Updated Polish translation + + Changes between 0.8.6g and 0.8.6h: ----------------------------------