diff --git a/NEWS b/NEWS index 7690f54a530ad6e2be8fdd6e6a7e7bb5104b92d8..2cbc3e00b5229c22a43df102070609705d98f554 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +Changes between 3.0.19 and 3.0.20: +---------------------------------- + +Video Output: + - Fix green line in fullscreen in D3D11 video output + - Fix crash with some AMD drivers old versions + - Fix events propagation issue when double-clicking with mouse wheel + +Decoders: + - Fix crash when AV1 hardware decoder fails + +Interface: + - Fix annoying disappearance of the Windows fullscreen controller + +Demuxers: + - Fix potential security issue (OOB Write) on MMS:// by checking user size bounds + + Changes between 3.0.18 and 3.0.19: ---------------------------------- @@ -55,7 +73,7 @@ Misc: * Fix 5.1/7.1 output on macOS and tvOS * Fix several crashes and bugs in the macOS preferences panel * Improvements on the threading of the MMDevice audio output on Windows - * Fix a potential security issue on the uninstaller DLLs + * Fix a potential security issue on the uninstaller DLLs (CVE-2023-46814) * Fix memory leaks when using the media_list_player libVLC APIs Translations: diff --git a/configure.ac b/configure.ac index 753d0610e6c77ad5351051240ab5a4bd25f9765f..69beb77ac04ca7b729d48b9f971432d16b1c1f5b 100644 --- a/configure.ac +++ b/configure.ac @@ -2,10 +2,10 @@ dnl Autoconf settings for vlc AC_COPYRIGHT([Copyright 1999-2023 VLC authors and VideoLAN]) -AC_INIT(vlc, 3.0.19) +AC_INIT(vlc, 3.0.20) VERSION_MAJOR=3 VERSION_MINOR=0 -VERSION_REVISION=19 +VERSION_REVISION=20 VERSION_EXTRA=0 VERSION_DEV=