[vlc-commits] Update NEWS and bump to 3.0.5
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Tue Sep  4 12:56:19 CEST 2018
    
    
  
vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Sep  4 12:56:08 2018 +0200| [a1c8f848d73f6180f691002b53431a7557ff87c0] | committer: Jean-Baptiste Kempf
Update NEWS and bump to 3.0.5
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=a1c8f848d73f6180f691002b53431a7557ff87c0
---
 NEWS         | 13 +++++++++++++
 configure.ac |  4 ++--
 2 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index b41520c0bf..8c82023251 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Changes between 3.0.4 and 3.0.5:
+--------------------------------
+
+Access:
+ * Improve RTSP playback
+
+Demux:
+ * MP4: Fix reading some HDR metadata
+
+Audio output:
+ * Fix corking when the play is paused
+
+
 Changes between 3.0.3 and 3.0.4:
 --------------------------------
 
diff --git a/configure.ac b/configure.ac
index 2ed758a3ec..54c270df37 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,10 +2,10 @@ dnl Autoconf settings for vlc
 
 AC_COPYRIGHT([Copyright 1999-2018 VLC authors and VideoLAN])
 
-AC_INIT(vlc, 3.0.4)
+AC_INIT(vlc, 3.0.5)
 VERSION_MAJOR=3
 VERSION_MINOR=0
-VERSION_REVISION=4
+VERSION_REVISION=5
 VERSION_EXTRA=0
 VERSION_DEV=
 
    
    
More information about the vlc-commits
mailing list