Author: marcus
Date: Sun Nov 18 11:50:22 2018
New Revision: 1846834
URL: http://svn.apache.org/viewvc?rev=1846834&view=rev
Log:
Added a future 4.2.0 release with regard to avoid to show MD5 links
Modified:
openoffice/ooo-site/trunk/content/download/download.js
Modified: openoffice/ooo-site/trunk/content/download/download.js
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/download.js?rev=1846834&r1=1846833&r2=1846834&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/download.js Sun Nov 18 11:50:22
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
= "";