[Libreoffice-commits] website.git: Branch 'update' - check.php

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Wed Feb 26 02:01:10 PST 2014


 check.php |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit c380826561dfaf98a2cd64f436a69717a737bbd7
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Wed Feb 26 10:59:56 2014 +0100

    update to 4.2.1 enabled

diff --git a/check.php b/check.php
index 5acae4d..48e58a3 100644
--- a/check.php
+++ b/check.php
@@ -264,7 +264,7 @@ $build_hash_to_version = array(
     'c63c03decdf780d8fb80823950665b782ec9ecd' => '4.2.0.3',
     '05dceb5d363845f2cf968344d7adab8dcfb2ba7' => '4.2.0.4', # unscheduled, Final
     # 4.2.1
-    'd7dbbd7842e6a58b0f521599204e827654e1fb8' => '4.2.1.1',
+    'd7dbbd7842e6a58b0f521599204e827654e1fb8' => '4.2.1.1', # rc1, was made final
 );
 
 # Descriptions of the target versions
@@ -284,11 +284,11 @@ $update_map = array(
                       'update_src'  => 'http://www.libreoffice.org/download/?type=<type>&lang=<lang>&version=4.1.5',
                       'substitute'  => true ),
 
-    'latest' => array('gitid'       => '1c1366bba2ba2b554cd2ca4d87c06da81c05d24',
-                      'id'          => 'LibreOffice 4.1.5',
-                      'version'     => '4.1.5',
+    'latest' => array('gitid'       => 'd7dbbd7842e6a58b0f521599204e827654e1fb8',
+                      'id'          => 'LibreOffice 4.2.1',
+                      'version'     => '4.2.1',
                       'update_type' => 'text/html',
-                      'update_src'  => 'http://www.libreoffice.org/download/?type=<type>&lang=<lang>&version=4.1.5',
+                      'update_src'  => 'http://www.libreoffice.org/download/?type=<type>&lang=<lang>&version=4.2.1',
                       'substitute'  => true ),
 );
 


More information about the Libreoffice-commits mailing list