Author: buildbot
Date: Sun Nov 18 11:50:57 2018
New Revision: 1037023
Log:
Staging update by buildbot for ooo-site
Modified:
websites/staging/ooo-site/trunk/cgi-bin/ (props changed)
websites/staging/ooo-site/trunk/content/ (props changed)
websites/staging/ooo-site/trunk/content/download/download.js
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Nov 18 11:50:57 2018
@@ -1 +1 @@
-1846833
+1846834
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Nov 18 11:50:57 2018
@@ -1 +1 @@
-1846833
+1846834
Modified: websites/staging/ooo-site/trunk/content/download/download.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/download.js (original)
+++ websites/staging/ooo-site/trunk/content/download/download.js Sun Nov 18
11:50:57 2018
@@ -929,7 +929,7 @@ DL.getLinkSelection = function() {
document.getElementById( "dl_rpt" ).title =
l10n.dl_report_title;
// New Apache release policy since March 2018: Do not provide
any MD5 checksums anymore as it is understood as too insecure.
- if( ( DL.VERSION_SEL === "4.1.6" ) ) {
+ if( ( DL.VERSION_SEL === "4.1.6" || DL.VERSION_SEL === "4.2.0"
) ) {
// If version is '4.1.6' (or newer), do not show any
MD5 checksum file links.
document.getElementById( "space4" ).innerHTML
= "";
document.getElementById( "dl_f_chk_md5" ).href
= "";