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

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Tue Sep 12 13:00:37 UTC 2017


 check.php |   34 ++++++++++++++++++++++++++--------
 1 file changed, 26 insertions(+), 8 deletions(-)

New commits:
commit 344f1181ec3c627f73d612fae36056eb9c5e77e9
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Tue Sep 12 15:00:29 2017 +0200

    enable update for 5.3.6 and 5.4.1

diff --git a/check.php b/check.php
index bbb6a88..f8cfb16 100644
--- a/check.php
+++ b/check.php
@@ -482,6 +482,24 @@ $build_hash_to_version = array(
     # 5.3.4
     '1b1606c6e1203cdc3fd5ffbc16e74ecea300241a' => '5.3.4.1',
     'f82d347ccc0be322489bf7da61d7e4ad13fe2ff3' => '5.3.4.2', # Final
+    # 5.3.5
+    '020db1aa8142e57290f8a21e4df31185392d0e38' => '5.3.5.1',
+    '50d9bf2b0a79cdb85a3814b592608037a682059d' => '5.3.5.2', # Final
+    # 5.3.6
+    '686f202eff87ef707079aeb7f485847613344eb7' => '5.3.6.1', # Final, to fix translation issues in 5.3.5
+
+    ##################
+    # 5.4.0 versions
+    '0b9f9bef65bb21ebb6a64aafad448f7f62dc824a' => '5.4.0.0.a1', # alpha1
+    '8672113ead4e403c55e31b1d9a3d1e0f3b299577' => '5.4.0.0.b1', # beta1
+    '3cc1cdd8ee50f144e5514da51800a08119754d8f' => '5.4.0.0.b2', # beta2
+    '962a9c4e2f56d1dbdd354b1becda28edd471f4f2' => '5.4.0.1', # rc1
+    '2b906d450a44f2bbe506dcd22c51b3fa11dc65fd' => '5.4.0.2', # rc2
+    '92c2794a7c181ba4c1c5053618179937228ed1fb' => '5.4.0.3', # rc3
+    '7556cbc6811c9d992f4064ab9287069087d7f62c' => '5.4.0.3', # hotfix1, Final
+    # 5.4.1
+    'a5be49f0c45fe24a575c7f41559aa8fc79a781a2' => '5.4.1.1',
+    'ea7cb86e6eeb2bf3a5af73a8f7777ac570321527' => '5.4.1.2', # Final
 );
 
 # Descriptions of the target versions
@@ -494,17 +512,17 @@ $build_hash_to_version = array(
 #   where '<type>' and '<lang>' will be substitued with the right value
 #   NOTE: '&' in the URL has to be escaped as &
 $update_map = array(
-    'stable' => array('gitid'       => 'f82d347ccc0be322489bf7da61d7e4ad13fe2ff3',
-                      'id'          => 'LibreOffice 5.3.4',
-                      'version'     => '5.3.4',
+    'stable' => array('gitid'       => '686f202eff87ef707079aeb7f485847613344eb7',
+                      'id'          => 'LibreOffice 5.3.6',
+                      'version'     => '5.3.6',
                       'update_type' => 'text/html',
-                      'update_src'  => 'https://www.libreoffice.org/download/download/?type=<type>&lang=<lang>&version=5.3.4',
+                      'update_src'  => 'https://www.libreoffice.org/download/download/?type=<type>&lang=<lang>&version=5.3.6',
                       'substitute'  => true ),
-    'latest' => array('gitid'       => 'f82d347ccc0be322489bf7da61d7e4ad13fe2ff3',
-                      'id'          => 'LibreOffice 5.3.4',
-                      'version'     => '5.3.4',
+    'latest' => array('gitid'       => 'ea7cb86e6eeb2bf3a5af73a8f7777ac570321527',
+                      'id'          => 'LibreOffice 5.4.1',
+                      'version'     => '5.4.1',
                       'update_type' => 'text/html',
-                      'update_src'  => 'https://www.libreoffice.org/download/download/?type=<type>&lang=<lang>&version=5.3.4',
+                      'update_src'  => 'https://www.libreoffice.org/download/download/?type=<type>&lang=<lang>&version=5.4.1',
                       'substitute'  => true ),
 );
 


More information about the Libreoffice-commits mailing list