[www-doc] [Git][VideoLAN.org/websites][master] 4 commits: Update news for 3.0.1

Hugo Beauzée-Luyssen gitlab at videolan.org
Wed Feb 28 10:03:59 CET 2018


Hugo Beauzée-Luyssen pushed to branch master at VideoLAN organization / websites


Commits:
2b576220 by Hugo Beauzée-Luyssen at 2018-02-27T18:34:02+01:00
Update news for 3.0.1

- - - - -
5d84cb01 by Hugo Beauzée-Luyssen at 2018-02-28T09:57:47+01:00
Add 3.0.1 stats

- - - - -
e5426423 by Hugo Beauzée-Luyssen at 2018-02-28T09:59:11+01:00
Update dekstop version to 3.0.1

- - - - -
0b70924e by Hugo Beauzée-Luyssen at 2018-02-28T10:00:37+01:00
Current android version is 3.0.1

- - - - -


3 changed files:

- www.videolan.org/include/os-specific.php
- www.videolan.org/news.msg
- www.videolan.org/vlc/stats/downloads.php


Changes:

=====================================
www.videolan.org/include/os-specific.php
=====================================
--- a/www.videolan.org/include/os-specific.php
+++ b/www.videolan.org/include/os-specific.php
@@ -1,11 +1,11 @@
 <?php
-$win32version = '3.0.0';
-$macosxversion = '3.0.0';
+$win32version = '3.0.1';
+$macosxversion = '3.0.1';
 $oldmacosxversion = '2.0.10';
-$version = '3.0.0';
+$version = '3.0.1';
 $iosversion = '3.0.2';
 $tvosversion = '3.0.1';
-$androidversion = '3.0.0';
+$androidversion = '3.0.1';
 $winrtversion = '3.0.0';
 
 $dlBase = "//get.videolan.org/vlc";


=====================================
www.videolan.org/news.msg
=====================================
--- a/www.videolan.org/news.msg
+++ b/www.videolan.org/news.msg
@@ -1,5 +1,7 @@
 # Comments begin with a #
 # New topics begin with mechanism#
+|28 February 2018|VLC 3.0.1|VideoLAN and the VLC development team are releasing VLC 3.0.1, the first bugfix release of the "Vetinari" branch, for Linux, Windows and macOS. This version improves the chromecast support, hardware decoding, adaptive streaming, and fixes many bugs or crashes encountered in the 3.0.0 version. In total more than 30 issues have been fixed, on all platforms. The complete changelog can be found <a href="http://git.videolan.org/?p=vlc/vlc-3.0.git;a=blob;f=NEWS;h=251bdf11904f032256c04979df53c9449321a496;hb=13238a4fba7b384e8200efa0d6d67a63874dc077">here</a>.
+
 |9 February 2018|VLC 3.0.0|VideoLAN and the VLC development team are releasing VLC 3.0.0 "Vetinari" for Linux, Windows, OS X, BSD, Android, iOS, UWP and Windows Phone today!<br />This is the first major release in three years. It activates hardware decoding by default to get 4K and 8K playback, supports 10bits and HDR playback, 360° video and 3D audio, audio passthrough for HD audio codecs, streaming to Chromecast devices (even in formats not supported natively), playback of Blu-Ray Java menus and adds browsing of local network drives.<br />More info on our <a href="https://www.videolan.org/vlc/releases/3.0.0.html">release page</a>.
 
 |5 December 2017|VLC 2.2.8|VideoLAN and the VLC development team are happy to publish version 2.2.8 of VLC media player today.<br />This release fixes a security issue in the AVI demuxer. Additionally, it includes the following fixes, which are part of 2.2.7: This release fixes compatibility with macOS High Sierra and fixes SSA subtitles rendering on macOS. This release also fixes a few security issues, in the flac and the libavcodec modules (heap write overflow), in the avi module and a few crashes.<br />For macOS users, please note: A bug was fixed in VLC 2.2.7 concerning the update mechanism on macOS. In rare circumstances, an auto-update from older versions of VLC to VLC 2.2.8 might not be possible. Please download the update manually from our website in this case.


=====================================
www.videolan.org/vlc/stats/downloads.php
=====================================
--- a/www.videolan.org/vlc/stats/downloads.php
+++ b/www.videolan.org/vlc/stats/downloads.php
@@ -198,6 +198,7 @@
                     "2.2.7"   => array( "Windows" => 0,                 "Macintosh" => 0,                   "Total" => 0 ),
                     "2.2.8"   => array( "Windows" => 0,                 "Macintosh" => 0,                   "Total" => 0 ),
                     "3.0.0"   => array( "Windows" => 0,                 "Macintosh" => 0,                   "Total" => 0 ),
+                    "3.0.1"   => array( "Windows" => 0,                 "Macintosh" => 0,                   "Total" => 0 ),
     );
 
     $table = array_merge( $table_old, $table_sf );
@@ -409,6 +410,11 @@
                                          "Macintosh" => "https://get.videolan.org/vlc/#version#/macosx/vlc-#version#.dmg?stats",
                                          "Source" => "https://get.videolan.org/vlc/#version#/vlc-#version#.tar.xz?stats",
                                   ),
+                     "3.0.1" => array(
+                                         "Windows" => array( "https://get.videolan.org/vlc/#version#/win32/vlc-#version#-win32.exe?stats", "https://get.videolan.org/vlc/#version#/win64/vlc-#version#-win64.exe?stats", "https://get.videolan.org/vlc/#version#/win32/vlc-#version#-win32.7z?stats", "https://get.videolan.org/vlc/#version#/win32/vlc-#version#-win32.zip?stats", "https://get.videolan.org/vlc/#version#/win64/vlc-#version#-win64.7z?stats", "https://get.videolan.org/vlc/#version#/win64/vlc-#version#-win64.zip?stats" ),
+                                         "Macintosh" => "https://get.videolan.org/vlc/#version#/macosx/vlc-#version#.dmg?stats",
+                                         "Source" => "https://get.videolan.org/vlc/#version#/vlc-#version#.tar.xz?stats",
+                                  ),
     );
 
     foreach( $table as $key => $t )



View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/compare/4b4d7f353961dd72068bc7ac7fae7cf2c396f6e9...0b70924e94e527176180f1c983818f3fb97ad159

---
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/compare/4b4d7f353961dd72068bc7ac7fae7cf2c396f6e9...0b70924e94e527176180f1c983818f3fb97ad159
You're receiving this email because of your account on code.videolan.org.


More information about the www-doc mailing list