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

Jan Holesovsky kendy at kemper.freedesktop.org
Mon Apr 2 08:48:50 PDT 2012


 check.php |   20 +++++++++++++++++---
 1 file changed, 17 insertions(+), 3 deletions(-)

New commits:
commit df91ff99377c9811ae434aa12f4532def56f26b3
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Mon Apr 2 17:47:45 2012 +0200

    Offer update to 3.5.2 RC2 (from 3.5.2 RC1).

diff --git a/check.php b/check.php
index a5157a3..3b5ad78 100644
--- a/check.php
+++ b/check.php
@@ -107,6 +107,12 @@ $update_versions = array(
     '45a2874-aa8c38d-dff3b9c-def3dbd-62463c8' => 'LO-3.5',  # 3.5.1 RC1
     # To be uncommented when 3.5.2 Final is out
     #'dc9775d-05ecbee-0851ad3-1586698-727bf66' => 'LO-3.5',  # 3.5.1 RC2 / Final
+
+    # 3.5.2 versions
+    # "-pre" to be deleted when 3.5.2 Final is out
+    '1488b14-519dc6f-43021d0-52136ea-8d338cc' => 'LO-3.5-pre',  # 3.5.2 RC1
+    # To be uncommented when 3.5.3 Final is out
+    #'281b639-6baa1d3-ef66a77-d866f25-f36d45f' => 'LO-3.5',  # 3.5.2 RC2 / Final
 );
 
 # Descriptions of the target versions
@@ -119,10 +125,18 @@ $update_map = array(
                       'version'     => '3.5.1',
                       'update_type' => 'text/html',
                       'update_src'  => 'http://www.libreoffice.org/download/'),
-# To be uncommented when 3.5.2 RC2 is out, to get updates from 3.5.2 RC1
+
+# To be removed when 3.5.2 RC2 becomes Final
+    'LO-3.5-pre' => array('gitid'       => '281b639-6baa1d3-ef66a77-d866f25-f36d45f',
+                          'id'          => 'LibreOffice 3.5.2 RC2',
+                          'version'     => '3.5.2 RC2',
+                          'update_type' => 'text/html',
+                          'update_src'  => 'http://www.libreoffice.org/download/pre-releases/'),
+
+# To be uncommented when 3.5.3 RC2 is out, to get updates from 3.5.3 RC1
 #    'LO-3.5-pre' => array('gitid'       => '',
-#                          'id'          => 'LibreOffice 3.5.2 RC2',
-#                          'version'     => '3.5.2 RC2',
+#                          'id'          => 'LibreOffice 3.5.3 RC2',
+#                          'version'     => '3.5.3 RC2',
 #                          'update_type' => 'text/html',
 #                          'update_src'  => 'http://www.libreoffice.org/download/pre-releases/'),
 );


More information about the Libreoffice-commits mailing list