[vlc-commits] [Git][videolan/vlc][3.0.x] Update NEWS for 3.0.22
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Mon Nov 24 18:34:31 UTC 2025
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC
Commits:
f9020c4d by Jean-Baptiste Kempf at 2025-11-24T18:52:39+01:00
Update NEWS for 3.0.22
- - - - -
2 changed files:
- NEWS
- configure.ac
Changes:
=====================================
NEWS
=====================================
@@ -1,4 +1,4 @@
-Changes between 3.0.21 and 3.0.22-rc2:
+Changes between 3.0.21 and 3.0.22:
----------------------------------
Core:
@@ -35,9 +35,11 @@ Input:
* Fix SFTP seeking for large files on 32-bit OS
Interface:
- * Add option to use dark palette (Qt)
- * Add compilation support for newer versions of Qt5
+ * Qt: Add option to use dark palette
+ * Qt: Add compilation support for newer versions of Qt5
* Qt: Fix scrolling on volume slider
+ * macOS: fix crashes when drag'n drop items in the playlist
+ * KDE: fix MPRIS state when started from file
Service Discovery:
* UPnP: remove SAT>IP channel list fallback
@@ -98,7 +100,8 @@ Security:
* Crash in Subtitles core, in jpeg2 inside TS
* Multiple crashes and OOB in CEA-708 subtitles
* OOB read on Oggspot, MP4
- * Multiple leaks in MKV, ASF/WMV, CAF and PS demuxers, WebVTT and SVCD decoders
+ * Multiple leaks in MKV, ASF/WMV, CAF and PS demuxers, Ogg, Theora, Vorbis,
+ WebVTT and SVCD decoders
* Busy loop in WebVTT
(The list above is not exhaustive)
=====================================
configure.ac
=====================================
@@ -2,12 +2,12 @@ dnl Autoconf settings for vlc
AC_COPYRIGHT([Copyright 1999-2025 VLC authors and VideoLAN])
-AC_INIT(vlc, 3.0.22-rc2)
+AC_INIT(vlc, 3.0.22)
VERSION_MAJOR=3
VERSION_MINOR=0
VERSION_REVISION=22
VERSION_EXTRA=0
-VERSION_DEV=rc2
+VERSION_DEV=
PKGDIR="vlc"
AC_SUBST(PKGDIR)
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f9020c4df073c861a28f0cda5c6c5dccb58a49ef
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f9020c4df073c861a28f0cda5c6c5dccb58a49ef
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