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

Jan Holesovsky kendy at kemper.freedesktop.org
Tue Nov 6 05:55:00 PST 2012


 check.php |   52 ++++++++++++++++++++++++++++++----------------------
 1 file changed, 30 insertions(+), 22 deletions(-)

New commits:
commit 050db6a35009eb7d34fc9f14fd246cf61ea09283
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Tue Nov 6 14:53:25 2012 +0100

    Versions 3.5.0 - 3.5.2 now offer update to 3.6 line.

diff --git a/check.php b/check.php
index 389c36f..37a1e66 100644
--- a/check.php
+++ b/check.php
@@ -107,21 +107,21 @@ $localize_map = array(
 $update_versions = array(
     ##################
     # 3.5.0 versions
-    '7362ca8-b5a8e65-af86909-d471f98-61464c4' => 'LO-3.5',  # 3.5.0 Beta1
-    '8589e48-760cc4d-f39cf3d-1b2857e-60db978' => 'LO-3.5',  # 3.5.0 Beta2
-    'da8462e-760cc4d-f39cf3d-1b2857e-60db978' => 'LO-3.5',  # 3.5.0 Beta2 (MacOSX)
-    'e40af8c-10029e3-615e522-88673a2-727f724' => 'LO-3.5',  # 3.5.0 Beta3
-    'b6c8ba5-8c0b455-0b5e650-d7f0dd3-b100c87' => 'LO-3.5',  # 3.5.0 RC1
-    'e371a95-bf68a13-5a1aa2b-d3c1ae9-b938258' => 'LO-3.5',  # 3.5.0 RC2
-    '7e68ba2-a744ebf-1f241b7-c506db1-7d53735' => 'LO-3.5',  # 3.5.0 RC3 / Final
+    '7362ca8-b5a8e65-af86909-d471f98-61464c4' => 'LO-3.6',  # 3.5.0 Beta1
+    '8589e48-760cc4d-f39cf3d-1b2857e-60db978' => 'LO-3.6',  # 3.5.0 Beta2
+    'da8462e-760cc4d-f39cf3d-1b2857e-60db978' => 'LO-3.6',  # 3.5.0 Beta2 (MacOSX)
+    'e40af8c-10029e3-615e522-88673a2-727f724' => 'LO-3.6',  # 3.5.0 Beta3
+    'b6c8ba5-8c0b455-0b5e650-d7f0dd3-b100c87' => 'LO-3.6',  # 3.5.0 RC1
+    'e371a95-bf68a13-5a1aa2b-d3c1ae9-b938258' => 'LO-3.6',  # 3.5.0 RC2
+    '7e68ba2-a744ebf-1f241b7-c506db1-7d53735' => 'LO-3.6',  # 3.5.0 RC3 / Final
 
     # 3.5.1 versions
-    '45a2874-aa8c38d-dff3b9c-def3dbd-62463c8' => 'LO-3.5',  # 3.5.1 RC1
-    'dc9775d-05ecbee-0851ad3-1586698-727bf66' => 'LO-3.5',  # 3.5.1 RC2 / Final
+    '45a2874-aa8c38d-dff3b9c-def3dbd-62463c8' => 'LO-3.6',  # 3.5.1 RC1
+    'dc9775d-05ecbee-0851ad3-1586698-727bf66' => 'LO-3.6',  # 3.5.1 RC2 / Final
 
     # 3.5.2 versions
-    '1488b14-519dc6f-43021d0-52136ea-8d338cc' => 'LO-3.5',  # 3.5.2 RC1
-    '281b639-6baa1d3-ef66a77-d866f25-f36d45f' => 'LO-3.5',  # 3.5.2 RC2 / Final
+    '1488b14-519dc6f-43021d0-52136ea-8d338cc' => 'LO-3.6',  # 3.5.2 RC1
+    '281b639-6baa1d3-ef66a77-d866f25-f36d45f' => 'LO-3.6',  # 3.5.2 RC2 / Final
 
     # 3.5.3 versions
     '21cb047-d7e6025-9ba54fc-b4a51a8-f42372b' => 'LO-3.5',  # 3.5.3 RC1
commit 933a5b4133cb80388b8bc6e9adf13df113f6b368
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Tue Nov 6 14:48:53 2012 +0100

    Offer update to 3.5.7 for the 3.5 line.

diff --git a/check.php b/check.php
index ac8bac9..389c36f 100644
--- a/check.php
+++ b/check.php
@@ -138,8 +138,12 @@ $update_versions = array(
 
     # 3.5.6 versions
     '9cb76c3-dcba98b-297ab39-994e618-0f858f0' => 'LO-3.5',  # 3.5.6 RC1
-    # To be uncommented when 3.5.7 Final is out
-    #'e0fbe70-5879838-a0745b0-0cd1158-638b327' => 'LO-3.5',  # 3.5.6 RC2 / Final
+    'e0fbe70-5879838-a0745b0-0cd1158-638b327' => 'LO-3.5',  # 3.5.6 RC2 / Final
+
+    # 3.5.7 versions
+    '3fa2330-e49ffd2-90d118b-705e248-051e21c' => 'LO-3.5',  # 3.5.7 RC1
+    # To be uncommented when we abandon 3.5, and redirect everything to 3.6
+    #'3215f89-f603614-ab984f2-7348103-1225a5b' => 'LO-3.5',  # 3.5.7 RC2 / Final
 
     ##################
     # 3.6.0 versions
@@ -175,11 +179,11 @@ $update_versions = array(
 #   where '<type>' and '<lang>' will be substitued with the right value
 #   NOTE: '&' in the URL has to be escaped as &
 $update_map = array(
-    'LO-3.5' => array('gitid'       => 'e0fbe70-5879838-a0745b0-0cd1158-638b327',
-                      'id'          => 'LibreOffice 3.5.6',
-                      'version'     => '3.5.6',
+    'LO-3.5' => array('gitid'       => '3215f89-f603614-ab984f2-7348103-1225a5b',
+                      'id'          => 'LibreOffice 3.5.7',
+                      'version'     => '3.5.7',
                       'update_type' => 'text/html',
-                      'update_src'  => 'http://www.libreoffice.org/download/?type=<type>&lang=<lang>&version=3.5.6',
+                      'update_src'  => 'http://www.libreoffice.org/download/?type=<type>&lang=<lang>&version=3.5.7',
                       'substitute'  => true ),
 
 # To be uncommented when 3.5.7 RC2 is out, to get updates from 3.5.7 RC1
commit 883494dc52ed9aebe8b6072a52d047d7b075bbdc
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Tue Nov 6 14:44:35 2012 +0100

    Offer update to 3.6.3.2 (3.6.3 Final).

diff --git a/check.php b/check.php
index b0a8003..ac8bac9 100644
--- a/check.php
+++ b/check.php
@@ -157,8 +157,12 @@ $update_versions = array(
 
     # 3.6.2 versions
     'ba822cc-88e2710-134b205-7cd8c5c-680b12' => 'LO-3.6',  # 3.6.2.1
-    # To be uncommented when 3.6.3 Final is out
-    #'da8c1e6-fd468f4-454e206-f42a4a9-143cfd' => 'LO-3.6',  # 3.6.2.2 / Final
+    'da8c1e6-fd468f4-454e206-f42a4a9-143cfd' => 'LO-3.6',  # 3.6.2.2 / Final
+
+    # 3.6.3 versions
+    'f8fce0b-300fad7-0c1a2b6-334b928-da36a9' => 'LO-3.6',  # 3.6.3.1
+    # To be uncommented when 3.6.4 Final is out
+    #'58f22d5-270d05a-e2abed1-ea17a85-9b5702' => 'LO-3.6',  # 3.6.3.2 / Final
 );
 
 # Descriptions of the target versions
@@ -185,9 +189,9 @@ $update_map = array(
 #                          'update_type' => 'text/html',
 #                          'update_src'  => 'http://www.libreoffice.org/download/pre-releases/'),
 
-    'LO-3.6' => array('gitid'       => 'da8c1e6-fd468f4-454e206-f42a4a9-143cfd',
-                      'id'          => 'LibreOffice 3.6.2',
-                      'version'     => '3.6.2',
+    'LO-3.6' => array('gitid'       => '58f22d5-270d05a-e2abed1-ea17a85-9b5702',
+                      'id'          => 'LibreOffice 3.6.3',
+                      'version'     => '3.6.3',
                       'update_type' => 'text/html',
                       'update_src'  => 'http://www.libreoffice.org/download/'),
 );


More information about the Libreoffice-commits mailing list