[Libreoffice-commits] .: Branch 'update' - check.php
Petr Mladek
pmladek at kemper.freedesktop.org
Thu Aug 30 01:03:57 PDT 2012
check.php | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
New commits:
commit f3be52d2ec952038ace5693a9698b33489825429
Author: Petr Mladek <pmladek at suse.cz>
Date: Thu Aug 30 10:03:01 2012 +0200
Offer update to 3.6.1.2 (3.6.1-final)
diff --git a/check.php b/check.php
index 8447812..ffc42b3 100644
--- a/check.php
+++ b/check.php
@@ -149,7 +149,12 @@ $update_versions = array(
'73f9fb6-115b9dc-d7b744e-21dd070-d656a7' => 'LO-3.6', # 3.6.0 RC1
'815c576-a5d8898-9df72e7-b4d87fe-96ce64' => 'LO-3.6', # 3.6.0 RC2
'61d5034-02759b5-145085a-056ecdd-4e8a3e' => 'LO-3.6', # 3.6.0 RC3
- #'932b512-69e3009-7a10e5c-fc86223-a55908' => 'LO-3.6', # 3.6.0 RC4
+ '932b512-69e3009-7a10e5c-fc86223-a55908' => 'LO-3.6', # 3.6.0 RC4 / Final
+
+ # 3.6.1 versions
+ '4db6344-f0536b8-bbcdb32-f398e1b-f43716' => 'LO-3.6', # 3.6.1.1
+ #'e29a214-2bbed72-0621de6-a97528c-8f066d' => 'LO-3.6', # 3.6.1.2 / Final
+
);
# Descriptions of the target versions
@@ -176,9 +181,9 @@ $update_map = array(
# 'update_type' => 'text/html',
# 'update_src' => 'http://www.libreoffice.org/download/pre-releases/'),
- 'LO-3.6' => array('gitid' => '932b512-69e3009-7a10e5c-fc86223-a55908',
- 'id' => 'LibreOffice 3.6.0',
- 'version' => '3.6.0',
+ 'LO-3.6' => array('gitid' => 'e29a214-2bbed72-0621de6-a97528c-8f066d',
+ 'id' => 'LibreOffice 3.6.1',
+ 'version' => '3.6.1',
'update_type' => 'text/html',
'update_src' => 'http://www.libreoffice.org/download/'),
);
More information about the Libreoffice-commits
mailing list