This is an automated email from the ASF dual-hosted git repository. marcus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
commit b944ee74b2698b73750085ebc5ceb0660b8e3972 Author: Marcus <[email protected]> AuthorDate: Mon May 3 21:25:41 2021 +0200 Changed file for the AOO 4.1.10 release --- assets/download/download.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/download/download.js b/assets/download/download.js index 21e0be9..2320ecd 100644 --- a/assets/download/download.js +++ b/assets/download/download.js @@ -713,7 +713,7 @@ DL.checkForLinkExceptions = function() { } // If version is '4.1.0' (or newer) and platform is 'Mac OS X <= 10.6', show the none-availability to the user. - if( ( DL.VERSION_SEL === "4.1.9" || DL.VERSION_SEL === "4.1.8" || DL.VERSION_SEL === "4.1.7" || DL.VERSION_SEL === "4.1.6" || DL.VERSION_SEL === "4.1.5" || DL.VERSION_SEL === "4.1.4" || DL.VERSION_SEL === "4.1.3" || DL.VERSION_SEL === "4.1.2" || DL.VERSION_SEL === "4.1.1" || DL.VERSION_SEL === "4.1.0" ) && DL.PLATFORM === "mac32" ) { + if( ( DL.VERSION_SEL === "4.1.10" || DL.VERSION_SEL === "4.1.9" || DL.VERSION_SEL === "4.1.8" || DL.VERSION_SEL === "4.1.7" || DL.VERSION_SEL === "4.1.6" || DL.VERSION_SEL === "4.1.5" || DL.VERSION_SEL === "4.1.4" || DL.VERSION_SEL === "4.1.3" || DL.VERSION_SEL === "4.1.2" || DL.VERSION_SEL === "4.1.1" || DL.VERSION_SEL === "4.1.0" ) && DL.PLATFORM === "mac32" ) { // Show an error message that the chosen items do not lead to a download. // If a customized string is not available in the "msg_prop_l10n_XX.js" file. @@ -989,7 +989,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.9" || DL.VERSION_SEL === "4.1.8" || DL.VERSION_SEL === "4.1.7" || DL.VERSION_SEL === "4.1.6" || DL.VERSION_SEL === "4.2.0" ) ) { + if( ( DL.VERSION_SEL === "4.1.10" || DL.VERSION_SEL === "4.1.9" || DL.VERSION_SEL === "4.1.8" || 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 = "";
