Browse Source

Update NEWS for 3.0.18

cherry-pick-c5513cf9
Jean-Baptiste Kempf 4 years ago
parent
commit
0f7d74a4ac
  1. 6
      NEWS
  2. 6
      configure.ac

6
NEWS

@ -9,6 +9,7 @@ Demux:
Decoders:
* fix DxVA/D3D11 crashes on HEVC files with bogus references
* fix libass storage size and crash
* fix decoding errors on macOS hw decoding on some HEVC files
Video Output:
* Fix color regression with VAAPI/iOS and OpenGL output
@ -21,9 +22,12 @@ Playlist:
Misc:
* Misc fixes for the extension UI on macOS
* Improve SMBv1 and SMBv2 behaviours
* Improve FTP compatibility
* Support RISC-V
Contribs:
* update bluray, upnp, pthread, x265, freetype, libsmb2, aom, dav1d, libass
* update FFmpeg, bluray, upnp, pthread, x265, freetype, libsmb2, aom, dav1d,
libass, libxml2 (contains CVE), dvdread, harfbuzz, zlib, gme
Changes between 3.0.17.3 and 3.0.17.4:

6
configure.ac

@ -2,11 +2,11 @@ dnl Autoconf settings for vlc
AC_COPYRIGHT([Copyright 1999-2022 VLC authors and VideoLAN])
AC_INIT(vlc, 3.0.17.3)
AC_INIT(vlc, 3.0.18)
VERSION_MAJOR=3
VERSION_MINOR=0
VERSION_REVISION=17
VERSION_EXTRA=3
VERSION_REVISION=18
VERSION_EXTRA=0
VERSION_DEV=
PKGDIR="vlc"

Loading…
Cancel
Save