You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2018/11/18 11:32:32 UTC

svn commit: r1037020 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/globalvars.js content/download/msg_prop_l10n_en.js

Author: buildbot
Date: Sun Nov 18 11:32:32 2018
New Revision: 1037020

Log:
Staging update by buildbot for ooo-site

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/download/globalvars.js
    websites/staging/ooo-site/trunk/content/download/msg_prop_l10n_en.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Nov 18 11:32:32 2018
@@ -1 +1 @@
-1846829
+1846831

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Nov 18 11:32:32 2018
@@ -1 +1 @@
-1846829
+1846831

Modified: websites/staging/ooo-site/trunk/content/download/globalvars.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/globalvars.js (original)
+++ websites/staging/ooo-site/trunk/content/download/globalvars.js Sun Nov 18 11:32:32 2018
@@ -12,13 +12,13 @@
 var DL = new Object();
 
 // Stable release: General properties.
-DL.VERSION			= "4.1.5";		// Release version in full format "x.y.z".
+DL.VERSION			= "4.1.6";		// Release version in full format "x.y.z".
 DL.VERSION_SHORT		= DL.VERSION;		// Release version in short format "x.y".
-DL.MILESTONE			= "AOO415m1";		// Milestone ID (from AOO build system).
-DL.BUILD			= "9789";		// Build ID (from AOO build system).
-DL.SVN_REV			= "r1817496";		// SVN revision.
-DL.REL_DATE			= "2017-Dec-30";	// Date of the public announced release.
-DL.PREV_VERSION			= "4.1.4";		// Release of the previous version.
+DL.MILESTONE			= "AOO416m1";		// Milestone ID (from AOO build system).
+DL.BUILD			= "9790";		// Build ID (from AOO build system).
+DL.SVN_REV			= "r1844436";		// SVN revision.
+DL.REL_DATE			= "2018-Nov-18";	// Date of the public announced release.
+DL.PREV_VERSION			= "4.1.5";		// Release of the previous version.
 DL.OLDVERSION			= "3.4.1";		// Old version (last stable release of 3.x series).
 DL.LEGACYVERSION		= "3.3.0";		// Old legacy version (last stable none-Apache release).
 
@@ -85,7 +85,8 @@ DL.SEL_LANG			= [ "ast",    "Asturian",
 
 // Data for the <select> element "ver".
 				    // Value  Visible text
-DL.SEL_VER			= [ "4.1.5",  "4.1.5",
+DL.SEL_VER			= [ "4.1.6",  "4.1.6",
+				    "4.1.5",  "4.1.5",
 				    "4.1.4",  "4.1.4",
 				    "4.1.3",  "4.1.3",
 				    "4.1.2",  "4.1.2",

Modified: websites/staging/ooo-site/trunk/content/download/msg_prop_l10n_en.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/msg_prop_l10n_en.js (original)
+++ websites/staging/ooo-site/trunk/content/download/msg_prop_l10n_en.js Sun Nov 18 11:32:32 2018
@@ -352,6 +352,7 @@ l10n.dl_analyze_table_stable_release_tex
 l10n.dl_analyze_table_javascript_text		= "JavaScript&nbsp;functions/variables";
 
 // General: Links to webpage files that could be localized.
+l10n.dl_rel_notes_aoo415_link			= "https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.6+Release+Notes";
 l10n.dl_rel_notes_aoo415_link			= "https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.5+Release+Notes";
 l10n.dl_rel_notes_aoo414_link			= "https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.4+Release+Notes";
 l10n.dl_rel_notes_aoo413_link			= "https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.3+Release+Notes";