Browse Source

Update NEWS for 3.0.22

3.0.x 3.0.22
Jean-Baptiste Kempf 9 months ago
parent
commit
f9020c4df0
  1. 11
      NEWS
  2. 4
      configure.ac

11
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)

4
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)

Loading…
Cancel
Save