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

Jan Holesovsky kendy at kemper.freedesktop.org
Thu Mar 15 06:29:30 PDT 2012


 check.php |   19 ++++++-------------
 1 file changed, 6 insertions(+), 13 deletions(-)

New commits:
commit bd668c3fff2668667d29e063cc1da50d39f981a0
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Thu Mar 15 14:28:49 2012 +0100

    3.5.1 RC2 is Final, update everything earlier to that.

diff --git a/check.php b/check.php
index 3622bf8..a5157a3 100644
--- a/check.php
+++ b/check.php
@@ -101,13 +101,12 @@ $update_versions = array(
     '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
-    # To be uncommented when 3.5.1 Final is out
-    #'7e68ba2-a744ebf-1f241b7-c506db1-7d53735' => 'LO-3.5',  # 3.5.0 RC3 / Final
+    '7e68ba2-a744ebf-1f241b7-c506db1-7d53735' => 'LO-3.5',  # 3.5.0 RC3 / Final
 
     # 3.5.1 versions
-    '45a2874-aa8c38d-dff3b9c-def3dbd-62463c8' => 'LO-3.5-pre',  # 3.5.1 RC1
+    '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
+    #'dc9775d-05ecbee-0851ad3-1586698-727bf66' => 'LO-3.5',  # 3.5.1 RC2 / Final
 );
 
 # Descriptions of the target versions
@@ -115,17 +114,11 @@ $update_versions = array(
 # 'gitid' is the content of program/versionrc:buildid of the newest version
 # 'id' is what is going to be shown in the update information dialog
 $update_map = array(
-    'LO-3.5' => array('gitid'       => '7e68ba2-a744ebf-1f241b7-c506db1-7d53735',
-                      'id'          => 'LibreOffice 3.5.0',
-                      'version'     => '3.5.0',
+    'LO-3.5' => array('gitid'       => 'dc9775d-05ecbee-0851ad3-1586698-727bf66',
+                      'id'          => 'LibreOffice 3.5.1',
+                      'version'     => '3.5.1',
                       'update_type' => 'text/html',
                       'update_src'  => 'http://www.libreoffice.org/download/'),
-# To be deleted when 3.5.1 is Final
-    'LO-3.5-pre' => array('gitid'       => 'dc9775d-05ecbee-0851ad3-1586698-727bf66',
-                          'id'          => 'LibreOffice 3.5.1 RC2',
-                          'version'     => '3.5.1 RC2',
-                          'update_type' => 'text/html',
-                          'update_src'  => 'http://www.libreoffice.org/download/pre-releases/'),
 # To be uncommented when 3.5.2 RC2 is out, to get updates from 3.5.2 RC1
 #    'LO-3.5-pre' => array('gitid'       => '',
 #                          'id'          => 'LibreOffice 3.5.2 RC2',


More information about the Libreoffice-commits mailing list