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

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Thu Feb 15 15:02:22 UTC 2018


 check.php |   35 +++++++++++++++++++++++++++--------
 1 file changed, 27 insertions(+), 8 deletions(-)

New commits:
commit b8e3b0efeae3b286067b121fa4428374a15f9f54
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Thu Feb 15 15:59:42 2018 +0100

    enable update to 6.0.1 and 5.4.5

diff --git a/check.php b/check.php
index e1fef66..51ef67d 100644
--- a/check.php
+++ b/check.php
@@ -510,6 +510,25 @@ $build_hash_to_version = array(
     '32c8895c6cae21571f364dbb059f419a743ee44d' => '5.4.3.1',
     'facb2780328619f348f035e17baa8b2984099ca4' => '5.4.3.2',
     '92a7159f7e4af62137622921e809f8546db437e5' => '5.4.3.2', # hotfix1, Final
+    # 5.4.4
+    'da790616461e15a10c95a80eb8ef8ee7b726c114' => '5.4.4.1',
+    '2524958677847fb3bb44820e40380acbe820f960' => '5.4.4.2', # Final
+    # 5.4.5
+    '79c9829dd5d8054ec39a82dc51cd9eff340dbee8' => '5.4.5.1', # unscheduled, due to  unresponsible secfix
+
+    ##################
+    # 6.0.0 versions
+    'c6800cf490f53fde5b2426a9ef8841495c81ed17' => '6.0.0.0.a1', # alpha1
+    'c1d1f859b268f650143d48f294999cda0fa57350' => '6.0.0.0.a1', # alpha1-buildfix1
+    '97471ab4eb4db4c487195658631696bb3238656c' => '6.0.0.0.b1', # beta1
+    '13edaaa12f25de343fce136064e27da66c1c4fa4' => '6.0.0.0.b2', # beta2
+    'd2bec56d7865f05a1003dc88449f2b0fdd85309a' => '6.0.0.1', # rc1
+    'd13b6f5b8f357b3226a359e4ed08281d7d81d238' => '6.0.0.2', # rc2
+    '06b618bb6f431d27fd2def25aa19c833e29b61cd' => '6.0.0.2', # rc2-buildfix2
+    '64a0f66915f38c6217de274f0aa8e15618924765' => '6.0.0.3', # Final
+    # 6.0.1
+    '1a915a3f2906b005770de982c78bfccb21913273' => '6.0.1.0.0+', # unreleased, testbuild for crashfix
+    '60bfb1526849283ce2491346ed2aa51c465abfe6' => '6.0.1.1', # unscheduled, due to  unresponsible secfix
 );
 
 # Descriptions of the target versions
@@ -522,17 +541,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'       => '6b8ed514a9f8b44d37a1b96673cbbdd077e24059',
-                      'id'          => 'LibreOffice 5.3.7',
-                      'version'     => '5.3.7',
+    'stable' => array('gitid'       => '79c9829dd5d8054ec39a82dc51cd9eff340dbee8',
+                      'id'          => 'LibreOffice 5.4.5',
+                      'version'     => '5.4.5',
                       'update_type' => 'text/html',
-                      'update_src'  => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=5.3.7',
+                      'update_src'  => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=5.4.5',
                       'substitute'  => true ),
-    'latest' => array('gitid'       => '92a7159f7e4af62137622921e809f8546db437e5',
-                      'id'          => 'LibreOffice 5.4.3',
-                      'version'     => '5.4.3',
+    'latest' => array('gitid'       => '60bfb1526849283ce2491346ed2aa51c465abfe6',
+                      'id'          => 'LibreOffice 6.0.1',
+                      'version'     => '6.0.1',
                       'update_type' => 'text/html',
-                      'update_src'  => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=5.4.3',
+                      'update_src'  => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.0.1',
                       'substitute'  => true ),
 );
 


More information about the Libreoffice-commits mailing list