[www-doc] [Git][VideoLAN.org/websites][master] 2 commits: 3.0.12-update: punctuation and paragraphing
Felix Paul Kühne
gitlab at videolan.org
Tue May 11 12:57:20 UTC 2021
Felix Paul Kühne pushed to branch master at VideoLAN organization / websites
Commits:
0cf127cd by Felix Paul Kühne at 2021-05-11T14:56:17+02:00
3.0.12-update: punctuation and paragraphing
- - - - -
62650550 by Felix Paul Kühne at 2021-05-11T14:57:09+02:00
3.0.12-update: initial German translation
- - - - -
2 changed files:
- + www.videolan.org/vlc/releases/3.0.12-update.de.php
- www.videolan.org/vlc/releases/3.0.12-update.php
Changes:
=====================================
www.videolan.org/vlc/releases/3.0.12-update.de.php
=====================================
@@ -0,0 +1,182 @@
+<?php
+ $title = "Probleme bei der automatischen Aktualisierung von VLC 3.0.12 und 3.0.13";
+ $body_color = "red";
+ $language = "de";
+ $nobanner = true;
+ $new_design = true;
+ $additional_css= array("/js/css/slimbox2.css");
+ require($_SERVER["DOCUMENT_ROOT"]."/include/os-specific.php");
+ require($_SERVER["DOCUMENT_ROOT"]."/include/header.php");
+ require($_SERVER["DOCUMENT_ROOT"]."/include/package.php");
+
+ $macosxversion = "3.0.13";
+ $win32version = "3.0.14";
+?>
+ <div class="container">
+
+ <center><h1 class='bigtitle' style="padding-bottom: 3px;">Problem bei der <em>automatischen Aktualisierung</em> von VLC <b>3.0.12</b> und <b>3.0.13</b></h1>
+ <div style="padding-top: 0px; padding-bottom: 10px; color: grey;">Ein Fehler wird die automatische Aktualisierung für Nutzer*innen unter Windows verhindern</div>
+ </center>
+
+ <style>
+ body {
+ -webkit-font-smoothing: antialiased;
+ color: #232525;
+ }
+
+ .subtext { position: relative; top: -20px; left:250px; width: 400px; text-align: center; }
+ .subtext2 { position: relative; top: -20px; width: 100%; text-align: center; }
+ .features ul li:before {
+ padding-left: 18px;
+ width: 10px;
+ height: 10px;
+ }
+ .features ul li {
+ margin-bottom: 8px;
+ }
+ .audienceCallout {
+ font-weight: bold;
+ margin-top: 20px;
+ }
+ .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; }
+ .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
+ section.no-check ul li {
+ list-style-type: initial;
+ }
+ section.no-check ul li:before {
+ content: none;
+ }
+ .slide-container {
+ z-index: 1;
+ }
+ .text-container {
+ z-index: 0;
+ }
+</style>
+ <div class="container">
+
+ <center><h2>Dies betrifft nur Nutzer*innen unter Windows</h2></center>
+
+<h3>Kurzfassung:</h3>
+<ul>
+<li>- Die Versionen 3.0.12 und 3.0.13 können <b>nicht</b> automatisch aktualisiert werden; eine aktive Aktion der Nutzer*in ist <b>notwendig</b><li>
+<li>- Die Versionen 3.0.11 und davor können automatisch auf 3.0.14 aktualisiert werden</li>
+</ul>
+<br/>
+
+<h3>Beschreibung:</h3>
+Die Bekanntmachung betrifft die Nutzer*innen von VLC 3.0.13 und VLC 3.0.12.<br/>
+Auf Grund eines Fehlers im automatischen Aktualisierungscodes werden Updates heruntergeladen, auf Integrität geprüft, jedoch nicht installiert. Das ist schlecht und wir möchten uns dafür entschuldigen.<br/>
+
+<h3>Anleitung:</h3>
+Um auf Version 3.0.14 zu aktualisieren, müssen Sie auf <a href="https://www.videolan.org/vlc">https://www.videolan.org/vlc</a> gehen, um VLC manuell herunterzuladen und zu installieren.<br/>
+Sie können hierzu Details in englischer Sprache auf <a href="https://docs.videolan.me/vlc-user/3.0/en/gettingstarted/setup/windows.html">dieser Seite</a> finden.<br/><br/>
+Falls Sie bereits den Updater ausgeführt und das Installationsprogramm heruntergeladen haben, können Sie es manuell ausführen, in dem Sie den Explorer öffnen (Windows-Taste + E oder Klick auf das Explorer-Icon) und <em>%TEMP%</em> als Ort eingeben.<br/>
+Dort werden Sie das Installationsprogramm sehen. Es wird «vlc-3.0.14-win32.exe» oder «vlc-3.0.14-win64.exe» heißen, je nach dem ob Sie eine 32bit oder 64bit Fassung von Windows verwenden.<br/>
+<br/>
+
+<h3>Post mortem Erklärung:</h3>
+Am 10. Mai 2021 veröffentlichte die VideoLAN Organisation VLC 3.0.13 und aktualisierte die automatische Aktualisierung.<br/>
+Dies würde typischerweise ein gradliniger Vorgang sein, ein Dialog informiert die Nutzer*in über eine verfügbare Aktualisierung, Sie klicken Herunterladen und Installieren und das wäre das Ende der Angelegenheit.
+Indessen und unglücklicherweise sind für diese bestimmte Aktualisierung zusätzliche, ermüdende Schritte erforderlich.<br/>
+Das Problem wurde in Version 3.0.12 in den Verkehr gebracht, offenbarte sich jedoch nicht bis zur Ausrollung von 3.0.13.<br/>
+Während das Problem für 3.0.14 gelöst wurde, kann die Korrektur nicht für Nutzer*innen angewendet werden, welche bereits 3.0.12 installiert haben.<br/>
+
+<br/>
+<a href="https://code.videolan.org/videolan/vlc-3.0/-/commit/83d8e7efaa4f7dc23b07c47c59431e1f6df57da5">
+Die änderung, die den Fehler einbrachte</a><br/>
+<a href="https://code.videolan.org/videolan/vlc-3.0/-/commit/d456994213b98933664bd6aee2e8f09d5dea5628">Die änderung, die den Fehler für zukünftige Veröffentlichungen löste</a><br/>
+
+
+ <div class="row col-md-offset-4 col-md-4">
+ <a id='downloadButton' href='#download' style="margin-top: 0px;">
+ <img style='position: absolute; top: -10px; left: -10px;' src='/images/downloadVLC.png' alt='Download VLC icon' />
+ <span class='downloadText'><?php echo _("Get VLC now!"); ?></span>
+ <span id='downloadDetails' style='font-size: 12px; color: white;'>
+ Version <span id='downloadVersion'>3.0</span>
+ </span>
+ </a>
+ <script>
+ $(document).ready(function() {
+ $("#downloadButton").removeAttr('href');
+ });
+ $("#downloadButton").click(function() {
+ $('html, body').animate({
+ scrollTop: $("#getit").offset().top
+ }, 2000);
+ });
+ </script>
+ </div>
+ </div>
+
+<!-- Downloads -->
+ <div class="container">
+
+ <a name="download" id="getit"></a>
+
+ <h1>Download VLC</h1>
+ <div style="width: 50%; float: left;">
+ <h2>Windows</h2>
+ <a id='downloadButton' href='<?php echo getDownloadLink("vlc", $win32version, "win32/vlc-$win32version-win32.exe"); ?>' >
+ <img style='position: absolute; top: -10px; left: -10px;' src='/images/downloadVLC.png' alt='Download VLC icon' />
+ <span class='downloadText'><?php echo _("VLC for Windows"); ?></span>
+ <span id='downloadDetails' style='font-size: 12px; color: white;'>
+ Version <span id='downloadVersion'><?php echo $win32version ?></span>
+ </a>
+ </div>
+ <div style="width: 45%; float: left;">
+ <h2>Android</h2>
+ <a href="https://play.google.com/store/apps/details?id=org.videolan.vlc"><img src="/images/get_it_on_play_logo_large.png" border="0" /></a>
+ </div>
+ <div class="clearme"></div>
+ <div style="width: 50%; float: left;">
+ <h2 style="margin-top: 30px;">macOS</h2>
+ <a id='downloadButton' href='<?php echo getDownloadLink("vlc", $macosxversion, "macosx/vlc-$macosxversion-intel64.dmg" ); ?>' >
+ <img style='position: absolute; top: -10px; left: -10px;' src='/images/downloadVLC.png' alt='Download VLC icon' />
+ <span class='downloadText'><?php echo _("VLC for macOS"); ?></span>
+ <span id='downloadDetails' style='font-size: 12px; color: white;'>
+ Version <span id='downloadVersion'><?php echo $macosxversion ?></span> - 64bits</span>
+ </a>
+ </div>
+ <div style="width: 45%; float: left;">
+ <h2 style="margin-top: 30px; margin-bottom: 30px;">iOS</h2>
+ <a href="http://itunes.apple.com/app/vlc-ios/id650377962"><img src="/images/appstoredownload-en.png" /></a>
+ </div>
+
+
+ <div class="clearme"></div>
+ <div style="width: 50%; float: left;">
+ <h2 style="margin-top: 30px; margin-bottom: 10px;">Windows Store and UWP</h2>
+ <a href="https://www.microsoft.com/en-US/store/p/vlc/9nblggh4vvnh"><img src="/images/badges/WS_green.png" /></a>
+ </div>
+
+ <div style="width: 45%; float: left;">
+ <h2 style="margin-top: 30px; margin-bottom: 10px;">Windows Phone</h2>
+ <a href="http://www.windowsphone.com/s?appid=44fa83f7-a98d-4647-b9d4-c35ed729d0c9"><img src="/images/badges/WPS_cyan.png" /></a>
+ </div>
+
+ <div class="clearme"></div>
+ <div style="width: 50%; float: left;">
+ <h2 style="margin-top: 20px;">Sources</h2>
+ <a href="/vlc/download-sources.html">Get the source!</a>
+ </div>
+ <div style="width: 45%; float: left;">
+ <h2>Linux</h2>
+ <p>Ask your favorite packager for VLC 3.0!</p>
+ </div>
+
+
+ <div class="clearme"></div>
+ <h1>Related links</h1>
+ <ul>
+ <li><a href="https://code.videolan.org/videolan/vlc/-/raw/master/NEWS">Changelog</a></li>
+ </ul>
+
+ <div class="clearme"></div>
+ <h1>Contact</h1>
+ <p>For any questions related to this release, please <a href="/contact.html">contact us</a>.</p>
+ </div>
+ </div>
+
+</div>
+<?php footer('$Id: index.php 7173 2012-02-11 00:58:09Z jb $'); ?>
=====================================
www.videolan.org/vlc/releases/3.0.12-update.php
=====================================
@@ -78,8 +78,8 @@ You'll see the installer there. It will be named «vlc-3.0.14-win32.exe» or «v
<h3>Post mortem explanation:</h3>
On May 10<sup>th</sup> 2021, the VideoLAN organization released VLC 3.0.13, and enabled auto updates.<br/>
-This usually would be fairly straightforward, a prompt would appear informing you that an update is available, you click download and install, and that would be the end of it.
-However and unfortunately, for this particular update, a few additional tedious (if not painful) steps will be necessary<br/>
+This usually would be fairly straightforward, a prompt would appear informing you that an update is available, you click download and install, and that would be the end of it.<br/>
+However and unfortunately, for this particular update, a few additional tedious (if not painful) steps will be necessary.<br/>
The issue was introduced in 3.0.12, but it didn't become obvious until we started rolling out 3.0.13.<br/>
While the issue was fixed for 3.0.14, we can't rely on that fix for people who've installed 3.0.12 already.<br/>
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/compare/8ec080485cffadc5c17b5970dbfcd10da986c25e...62650550b2494035cb216d3d1a9db79fc0394d15
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/compare/8ec080485cffadc5c17b5970dbfcd10da986c25e...62650550b2494035cb216d3d1a9db79fc0394d15
You're receiving this email because of your account on code.videolan.org.
More information about the www-doc
mailing list