[vlc-commits] NEWS: update for 3.0.13

Jean-Baptiste Kempf git at videolan.org
Sat Apr 10 15:42:02 UTC 2021


vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Apr 10 17:41:10 2021 +0200| [1991d6636fe76d0091e0ee2090d89e2ae3a731da] | committer: Jean-Baptiste Kempf

NEWS: update for 3.0.13

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=1991d6636fe76d0091e0ee2090d89e2ae3a731da
---

 NEWS         | 38 ++++++++++++++++++++++++++++++++++++++
 configure.ac |  6 +++---
 2 files changed, 41 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 62ee78ddae..01c1f295e1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,45 @@
 Changes between 3.0.12.1 and 3.0.13:
 ----------------------------------
 
+Demux:
+ * Adaptive: fix artefacts in HLS streams with wrong profiles/levels
+ * Fix regression on some MP4 files for the audio track
+ * Fix MPGA and ADTS probing in TS files
+ * Fix Flac inside AVI files
+ * Fix VP9/Webm artefacts when seeking
+
+Codec:
+ * Support SSA text scaling
+ * Fix rotation on Android rotation
+ * Fix WebVTT subtitles that start at 00:00
+
+Access:
+ * Update libnfs to support NFSv4
+ * Improve SMB2 integration
+ * Fix Blu-ray files using Unicode names on Windows
+ * Disable mcast lookups on Android for RTSP playback
+
+Video Output:
+ * Rework the D3D11 rendering wait, to fix choppiness on display
+
+Interfaces:
+ * Fix VLC getting stuck on close on X11 (#21875)
+ * Improve RTL on preferences on macOS
+ * Add mousewheel horizontal axis control
+ * Fix crash on exit on macOS
+ * Fix sizing of the fullscreen controls on macOS
+
 Windows:
  * Fix subtitles/OSD under Windows XP
 
+Misc:
+ * Update translations
+ * Improve MIDI fonts search on Linux
+ * Update Soundcloud, Youtube, liveleak
+ * Fix compilation with GCC11
+ * Fix input-slave option for subtitles
+
+
 Changes between 3.0.12 and 3.0.12.1:
 ----------------------------------
 
@@ -11,6 +47,7 @@ macOS:
  * 3.0.12.1 is the first release for Apple Silicon macs
  * Version bump to allow an automatic upgrade path
 
+
 Changes between 3.0.11.1 and 3.0.12:
 ----------------------------------
 
@@ -75,6 +112,7 @@ Contribs:
  * Updated libmatroska to 1.6.0
  * Updated mpg123 to 1.26.2
 
+
 Changes between 3.0.10 and 3.0.11:
 ----------------------------------
 
diff --git a/configure.ac b/configure.ac
index 348bb63c78..14f80f7c13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,11 +2,11 @@ dnl Autoconf settings for vlc
 
 AC_COPYRIGHT([Copyright 1999-2021 VLC authors and VideoLAN])
 
-AC_INIT(vlc, 3.0.12.1)
+AC_INIT(vlc, 3.0.13)
 VERSION_MAJOR=3
 VERSION_MINOR=0
-VERSION_REVISION=12
-VERSION_EXTRA=1
+VERSION_REVISION=13
+VERSION_EXTRA=0
 VERSION_DEV=
 
 PKGDIR="vlc"



More information about the vlc-commits mailing list