check.php | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-)
New commits: commit abbfa7ae111716e6fb458a8b17997f83bd57996c Author: Jan Holesovsky <[email protected]> Date: Wed May 30 15:00:05 2012 +0200 3.5.4 RC2 is Final, update everything earlier to that. diff --git a/check.php b/check.php index f27d870..7d87bca 100644 --- a/check.php +++ b/check.php @@ -113,8 +113,12 @@ $update_versions = array( # 3.5.3 versions '21cb047-d7e6025-9ba54fc-b4a51a8-f42372b' => 'LO-3.5', # 3.5.3 RC1 - # To be uncommented when 3.5.4 Final is out - #'235ab8a-3802056-4a8fed3-2d66ea8-e241b80' => 'LO-3.5', # 3.5.3 RC2 / Final + '235ab8a-3802056-4a8fed3-2d66ea8-e241b80' => 'LO-3.5', # 3.5.3 RC2 / Final + + # 3.5.4 versions + '7306755-f4f605c-738527d-1cf4bc1-9930dc8' => 'LO-3.5', # 3.5.4 RC1 + # To be uncommented when 3.5.5 Final is out + #'165a79a-7059095-e13bb37-fef39a4-9503d18' => 'LO-3.5', # 3.5.4 RC2 / Final ); # Descriptions of the target versions @@ -122,16 +126,16 @@ $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' => '235ab8a-3802056-4a8fed3-2d66ea8-e241b80', - 'id' => 'LibreOffice 3.5.3', - 'version' => '3.5.3', + 'LO-3.5' => array('gitid' => '165a79a-7059095-e13bb37-fef39a4-9503d18', + 'id' => 'LibreOffice 3.5.4', + 'version' => '3.5.4', 'update_type' => 'text/html', 'update_src' => 'http://www.libreoffice.org/download/'), -# To be uncommented when 3.5.4 RC2 is out, to get updates from 3.5.4 RC1 +# To be uncommented when 3.5.5 RC2 is out, to get updates from 3.5.5 RC1 # 'LO-3.5-pre' => array('gitid' => '', -# 'id' => 'LibreOffice 3.5.4 RC2', -# 'version' => '3.5.4 RC2', +# 'id' => 'LibreOffice 3.5.5 RC2', +# 'version' => '3.5.5 RC2', # 'update_type' => 'text/html', # 'update_src' => 'http://www.libreoffice.org/download/pre-releases/'), ); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
