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 2017/12/30 15:24:42 UTC

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

Author: buildbot
Date: Sat Dec 30 15:24:42 2017
New Revision: 1022922

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

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Dec 30 15:24:42 2017
@@ -1 +1 @@
-1819550
+1819611

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Dec 30 15:24:42 2017
@@ -1 +1 @@
-1819550
+1819611

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 Sat Dec 30 15:24:42 2017
@@ -12,13 +12,13 @@
 var DL = new Object();
 
 // Stable release: General properties.
-DL.VERSION			= "4.1.4";		// Release version in full format "x.y.z".
+DL.VERSION			= "4.1.5";		// Release version in full format "x.y.z".
 DL.VERSION_SHORT		= DL.VERSION;		// Release version in short format "x.y".
-DL.MILESTONE			= "AOO414m5";		// Milestone ID (from AOO build system).
-DL.BUILD			= "9788";		// Build ID (from AOO build system).
-DL.SVN_REV			= "r1811857";		// SVN revision.
-DL.REL_DATE			= "2017-Oct-19";	// Date of the public announced release.
-DL.PREV_VERSION			= "4.1.3";		// Release of the previous version.
+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.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.4",  "4.1.4",
+DL.SEL_VER			= [ "4.1.5",  "4.1.5",
+				    "4.1.4",  "4.1.4",
 				    "4.1.3",  "4.1.3",
 				    "4.1.2",  "4.1.2",
 				    "4.1.1",  "4.1.1",