[vlc-commits] [Git][videolan/vlc][3.0.x] News for 3.0.20

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Mon Oct 30 07:59:09 UTC 2023



Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC


Commits:
6f0d0ab1 by Jean-Baptiste Kempf at 2023-10-30T08:41:48+01:00
News for 3.0.20

- - - - -


2 changed files:

- NEWS
- configure.ac


Changes:

=====================================
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:


=====================================
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=
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/6f0d0ab126b1bed52897598867d0e19ca2cc6202

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/6f0d0ab126b1bed52897598867d0e19ca2cc6202
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list