[vlc-commits] On the road to 3.0.8

Hugo Beauzée-Luyssen git at videolan.org
Mon Jul 1 18:42:04 CEST 2019


vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Jul  1 18:34:23 2019 +0200| [dab9358836cd0bf0c1148803a7370d511683a097] | committer: Hugo Beauzée-Luyssen

On the road to 3.0.8

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

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

diff --git a/NEWS b/NEWS
index d514bfb4b8..16f102ca77 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Changes between 3.0.7.1 and 3.0.8:
+----------------------------------
+
+Demux:
+ * Fix channel ordering in some MP4 files
+
+Decoder:
+ * Fix WebVTT subtitles rendering
+
+Stream filter:
+ * Improve network buffering
+
+Misc:
+ * Update Youtube script
+
+Security:
+ * Fix a couple of interger underflows in the MP4 demuxer
+
 Changes between 3.0.7 and 3.0.7.1:
 ----------------------------------
 
diff --git a/configure.ac b/configure.ac
index 76752f179f..4909c43539 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,11 +2,11 @@ dnl Autoconf settings for vlc
 
 AC_COPYRIGHT([Copyright 1999-2019 VLC authors and VideoLAN])
 
-AC_INIT(vlc, 3.0.7.1)
+AC_INIT(vlc, 3.0.8)
 VERSION_MAJOR=3
 VERSION_MINOR=0
-VERSION_REVISION=7
-VERSION_EXTRA=1
+VERSION_REVISION=8
+VERSION_EXTRA=0
 VERSION_DEV=
 
 PKGDIR="vlc"



More information about the vlc-commits mailing list