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 cde6dee4be Changed files for the AOO 4.1.16 release
new 2b01a7d4fa Merge branch 'main' of
https://gitbox.apache.org/repos/asf/openoffice-org
cde6dee4be is described below
commit cde6dee4bedc4d84a45fc16406c3df8579cebab0
Author: Marcus <[email protected]>
AuthorDate: Mon Nov 10 20:44:46 2025 +0100
Changed files for the AOO 4.1.16 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 3c82acecbc..232f38b447 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.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( ( DL.VERSION_SEL === "4.1.16" || 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
= "";