X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=NEWS;h=f884fa3b3399160e9e3593f8cbfb897c026de6f0;hb=6cc9595de6e94e5f56242a7b605fc30fa3369081;hp=edf6cad1ea46b01feab0085706c5c9ea9f9302bf;hpb=4ee6361f0dca1c334bd25956fdd3a07e12ced09a;p=vlc diff --git a/NEWS b/NEWS index edf6cad1ea..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: ---------------- @@ -47,6 +47,7 @@ Important notes: * Canvas setting in transcode is now done using the canvas video filter. For example: transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}} + * Glide video output module has been removed. Changes: -------- @@ -119,6 +120,7 @@ Decoders: * NellyMoser ASAO support * APE (Monkey audio) support * RealVideo support (with the RealVideo run-time) + * Dirac video support using libschroedinger Subtitles: * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC) @@ -241,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: ----------------------------------