[vlc-commits] [Git][videolan/vlc][3.0.x] Update NEWS for 3.0.18
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Thu Jun 9 11:22:28 UTC 2022
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC
Commits:
0f7d74a4 by Jean-Baptiste Kempf at 2022-06-09T06:00:28+00:00
Update NEWS for 3.0.18
- - - - -
2 changed files:
- NEWS
- configure.ac
Changes:
=====================================
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:
=====================================
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"
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0f7d74a4ac554aa4c6ce68dac83b678b840d5c06
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0f7d74a4ac554aa4c6ce68dac83b678b840d5c06
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