From commits-return-37223-apmail-openoffice-commits-archive=openoffice.apache.org@openoffice.apache.org Tue Aug 12 21:41:07 2014 Return-Path: X-Original-To: apmail-openoffice-commits-archive@www.apache.org Delivered-To: apmail-openoffice-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D3FA011615 for ; Tue, 12 Aug 2014 21:41:07 +0000 (UTC) Received: (qmail 592 invoked by uid 500); 12 Aug 2014 21:41:07 -0000 Delivered-To: apmail-openoffice-commits-archive@openoffice.apache.org Received: (qmail 551 invoked by uid 500); 12 Aug 2014 21:41:07 -0000 Mailing-List: contact commits-help@openoffice.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openoffice.apache.org Delivered-To: mailing list commits@openoffice.apache.org Received: (qmail 542 invoked by uid 99); 12 Aug 2014 21:41:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Aug 2014 21:41:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Aug 2014 21:40:45 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 542E0238897A for ; Tue, 12 Aug 2014 21:40:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r919185 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download-NEXT2/globalvars.js Date: Tue, 12 Aug 2014 21:40:44 -0000 To: commits@openoffice.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140812214044.542E0238897A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Tue Aug 12 21:40:43 2014 New Revision: 919185 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-NEXT2/globalvars.js Propchange: websites/staging/ooo-site/trunk/cgi-bin/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Tue Aug 12 21:40:43 2014 @@ -1 +1 @@ -1617595 +1617597 Propchange: websites/staging/ooo-site/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Tue Aug 12 21:40:43 2014 @@ -1 +1 @@ -1617595 +1617597 Modified: websites/staging/ooo-site/trunk/content/download-NEXT2/globalvars.js ============================================================================== --- websites/staging/ooo-site/trunk/content/download-NEXT2/globalvars.js (original) +++ websites/staging/ooo-site/trunk/content/download-NEXT2/globalvars.js Tue Aug 12 21:40:43 2014 @@ -14,10 +14,10 @@ var DL = new Object(); // Stable release: General variables. DL.VERSION = "4.1.1"; // Release version in full format "x.y.z". DL.VERSION_SHORT = DL.VERSION; // Release version in short format "x.y". -DL.MILESTONE = "AOO411m5"; // Milestone ID (from AOO build system). +DL.MILESTONE = "AOO411rc2"; // Milestone ID (from AOO build system). DL.BUILD = "9775"; // Build ID (from AOO build system). -DL.SVN_REV = "r1616489"; // SVN revision. -DL.REL_DATE = "2014-Apr-29"; // Date of the public announced release. +DL.SVN_REV = "r1616946"; // SVN revision. +DL.REL_DATE = "2014-Aug-16"; // Date of the public announced release. DL.PREV_VERSION = "4.1.0"; // 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).