You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2019/09/21 19:22:07 UTC

svn commit: r1867301 - /openoffice/ooo-site/trunk/content/download/download.js

Author: marcus
Date: Sat Sep 21 19:22:06 2019
New Revision: 1867301

URL: http://svn.apache.org/viewvc?rev=1867301&view=rev
Log:
Changes for the AOO 4.1.7 release

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=1867301&r1=1867300&r2=1867301&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/download.js Sat Sep 21 19:22:06 2019
@@ -939,7 +939,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" || DL.VERSION_SEL === "4.2.0" ) ) {
+		if( ( DL.VERSION_SEL === "4.1.7" || 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	= "";