From gitlab at videolan.org Wed Jul 20 07:52:39 2022 From: gitlab at videolan.org (Jean-Baptiste Kempf (@jbk)) Date: Wed, 20 Jul 2022 09:52:39 +0200 Subject: [www-doc] [Git][VideoLAN.org/websites][master] New Android 3.5 version Message-ID: <62d7b447d539e_6b0943f92ed070897d6@gitlab.mail> Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites Commits: ca7ef7b1 by Nicolas Pomepuy at 2022-07-20T09:48:07+02:00 New Android 3.5 version - - - - - 2 changed files: - www.videolan.org/include/os-specific.php - www.videolan.org/news.msg Changes: ===================================== www.videolan.org/include/os-specific.php ===================================== @@ -7,7 +7,7 @@ $oldmacosxversion = '2.0.10'; $version = '3.0.17.3'; $iosversion = '3.3.5'; $tvosversion = '3.3.5'; -$androidversion = '3.3.4'; +$androidversion = '3.5.0'; $winrtversion = '3.1.2'; $dlBase = "//get.videolan.org/vlc"; ===================================== www.videolan.org/news.msg ===================================== @@ -1,5 +1,7 @@ # Comments begin with a # # New topics begin with mechanism# +|20 July 2022|VLC for Android 3.5.0|VideoLAN is proud to release the new major version of VLC for Android. It comes with new widgets, network media indexation, a better tablet and foldable support, design improvements in the audio screen, improved accessibility and performance improvements. + |19 April 2022|VLC 3.0.17|Today, VideoLAN is publishing the 3.0.17 release of VLC, which adds support for a few formats, improves adaptive streaming support, fixes some crashes and updates many third party libraries. More details on the release page. |21 March 2022|VLC for iOS, iPadOS and tvOS 3.3.0|We are happy to announce a major update of VLC for iOS, iPadOS and tvOS adding a new video playback interface, support for NFS and SFTP network shares and major improvements to the media handling especially for audio. See the press release. View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/ca7ef7b1a4f22a482fa55f8b862c02c9cd3fc04e -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/ca7ef7b1a4f22a482fa55f8b862c02c9cd3fc04e You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance From gitlab at videolan.org Wed Jul 20 07:53:05 2022 From: gitlab at videolan.org (Jean-Baptiste Kempf (@jbk)) Date: Wed, 20 Jul 2022 09:53:05 +0200 Subject: [www-doc] [Git][VideoLAN.org/websites][master] 2 commits: security: Add missing closing dl tags Message-ID: <62d7b46191b3f_6b0943fa23f870909f9@gitlab.mail> Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites Commits: 1b7733f6 by Hugo Beauzée-Luyssen at 2022-07-20T07:52:55+00:00 security: Add missing closing dl tags - - - - - 635ae668 by Hugo Beauzée-Luyssen at 2022-07-20T07:52:55+00:00 security: 3.0.13 was released in 2021 Update the SB year accordingly - - - - - 1 changed file: - www.videolan.org/security/index.php Changes: ===================================== www.videolan.org/security/index.php ===================================== @@ -19,12 +19,16 @@

VLC releases Security Bulletins (SB)

Those bulletins are related to each VLC release and can be made of multiple security issues, internal and external.

-

2020

+

2021

VideoLAN-SB-VLC-313
Multiple vulnerabilities fixed in VLC media player 3.0.13 Details
+
+ +

2020

+
VideoLAN-SB-VLC-312
Multiple vulnerabilities fixed in VLC media player 3.0.12 Details @@ -37,7 +41,7 @@
Multiple vulnerabilities fixed in VLC media player 3.0.9/3.0.10 Details
- +

2019

@@ -45,6 +49,7 @@
Multiple vulnerabilities fixed in VLC media player 3.0.8 Details
+
@@ -63,6 +68,7 @@
Buffer overflow in avi demuxer & heap use after free in mkv demuxer Details
+

2018

@@ -71,6 +77,7 @@
Heap use after free in avformat demuxer Details
+

2016

@@ -79,6 +86,7 @@
Buffer Overflow in Processing QuickTime IMA Files Details
+

2015

@@ -87,6 +95,7 @@
Multiple heap and buffer overflows Details
+

2013

@@ -101,6 +110,7 @@
Overflow in subtitles decoder Details
+

2012

@@ -120,6 +130,7 @@
Stack overflow in MMS protocol Details
+

2011

View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/compare/ca7ef7b1a4f22a482fa55f8b862c02c9cd3fc04e...635ae668b0899345c0b2aea6e3994e46fad23767 -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/compare/ca7ef7b1a4f22a482fa55f8b862c02c9cd3fc04e...635ae668b0899345c0b2aea6e3994e46fad23767 You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance From gitlab at videolan.org Sat Jul 30 19:27:42 2022 From: gitlab at videolan.org (Jean-Baptiste Kempf (@jbk)) Date: Sat, 30 Jul 2022 21:27:42 +0200 Subject: [www-doc] [Git][VideoLAN.org/websites][master] Update libbluray to 1.3.2 Message-ID: <62e5862e692dd_52ad5543c101686435@gitlab.mail> Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites Commits: aad7df1c by Jean-Baptiste Kempf at 2022-07-30T21:27:30+02:00 Update libbluray to 1.3.2 - - - - - 1 changed file: - www.videolan.org/developers/libbluray.php Changes: ===================================== www.videolan.org/developers/libbluray.php ===================================== @@ -4,7 +4,7 @@ $new_design = true; require($_SERVER["DOCUMENT_ROOT"]."/include/header.php"); - $libbluray_version = "1.3.1"; + $libbluray_version = "1.3.2"; ?>
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/aad7df1c817d648363872ad097e72c3ea12f2ae4 -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/aad7df1c817d648363872ad097e72c3ea12f2ae4 You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance