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


The following commit(s) were added to refs/heads/main by this push:
     new 5a3166a6a6 Changed files for the AOO 4.1.15 release
5a3166a6a6 is described below

commit 5a3166a6a6603fe1fc8720ba6bb05a1f549a099c
Author: Marcus <mar...@apache.org>
AuthorDate: Fri Dec 22 17:04:47 2023 +0100

    Changed files for the AOO 4.1.15 release
---
 assets/download/download.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assets/download/download.js b/assets/download/download.js
index 28ae8b5d6e..28371d1785 100644
--- a/assets/download/download.js
+++ b/assets/download/download.js
@@ -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.14" || DL.VERSION_SEL === 
"4.1.13" || DL.VERSION_SEL === "4.1.12" || DL.VERSION_SEL === "4.1.11" || 
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( ( DL.VERSION_SEL === "4.1.15" || DL.VERSION_SEL === 
"4.1.14" || DL.VERSION_SEL === "4.1.13" || DL.VERSION_SEL === "4.1.12" || 
DL.VERSION_SEL === "4.1.11" || 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      
= "";

Reply via email to