[openoffice-org] branch main updated: Changed files for the AOO 4.1.14 release

2023-02-27 Thread marcus
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 b8bf6ac73e Changed files for the AOO 4.1.14 release
b8bf6ac73e is described below

commit b8bf6ac73e5f77e2c00c438911345d2ccb323c6a
Author: Marcus 
AuthorDate: Mon Feb 27 21:10:50 2023 +0100

Changed files for the AOO 4.1.14 release
---
 content/af/brand.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/content/af/brand.md b/content/af/brand.md
index a2059f2a25..b8c0380341 100644
--- a/content/af/brand.md
+++ b/content/af/brand.md
@@ -9,6 +9,5 @@ logo=AOO_logos/AOO4_website_logo.png
 domain=https://www.openoffice.org
 divid=bannera
 announce=Released: Apache OpenOffice
-announceurl=https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-19
 announcetip=Released: Apache OpenOffice
 ~~



[openoffice-org] branch main updated: Changed files for the AOO 4.1.14 release

2023-02-27 Thread marcus
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 14d172684e Changed files for the AOO 4.1.14 release
14d172684e is described below

commit 14d172684e1aef93a178877c7ee5817397428ba4
Author: Marcus 
AuthorDate: Mon Feb 27 20:17:50 2023 +0100

Changed files for the AOO 4.1.14 release
---
 assets/download/download.js |   4 +-
 assets/download/globalvars.js   |  15 +-
 assets/download/msg_prop_l10n_en.js |   1 +
 assets/download/release_matrix.js   | 280 
 4 files changed, 291 insertions(+), 9 deletions(-)

diff --git a/assets/download/download.js b/assets/download/download.js
index 25c937dc3d..79b1124c3e 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.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.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.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.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.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.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  
= "";
diff --git a/assets/download/globalvars.js b/assets/download/globalvars.js
index 30e1586487..cbd2af4950 100644
--- a/assets/download/globalvars.js
+++ b/assets/download/globalvars.js
@@ -12,13 +12,13 @@
 var DL = new Object();
 
 // Stable release: General properties.
-DL.VERSION = "4.1.13"; // Release version in 
full format "x.y.z".
+DL.VERSION = "4.1.14"; // Release version in 
full format "x.y.z".
 DL.VERSION_SHORT   = DL.VERSION;   // Release version in 
short format "x.y".
-DL.MILESTONE   = "AOO4113m1";  // Milestone ID (from 
AOO build system).
-DL.BUILD   = "9810";   // Build ID (from AOO 
build system).
-DL.SVN_REV = "281f0d3533"; // Git revision.
-DL.REL_DATE= "2022-July-22";   // Date of the public 
announced release.
-DL.PREV_VERSION= "4.1.12"; // Release of 
the previous version.
+DL.MILESTONE   = "AOO4114m1";  // Milestone ID (from 
AOO build system).
+DL.BUILD   = "9811";   // Build ID (from AOO 
build system).
+DL.SVN_REV = "a0d24fb625"; // Git revision.
+DL.REL_DATE= "2023-February-27";   // Date of the public 
announced release.
+DL.PREV_VERSION= "4.1.13"; // Release of 
the previous