[Libreoffice-commits] .: Branch 'update' - check.php
Jan Holesovsky
kendy at kemper.freedesktop.org
Fri Aug 3 00:56:38 PDT 2012
check.php | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
New commits:
commit 98530300019d9360f7aa8d3758192ae7a78ad7e0
Author: Jan Holesovsky <kendy at suse.cz>
Date: Fri Aug 3 09:55:48 2012 +0200
Offer update to 3.6.0.4 (RC4).
diff --git a/check.php b/check.php
index c162923..5600eb7 100644
--- a/check.php
+++ b/check.php
@@ -132,7 +132,9 @@ $update_versions = array(
'f010139-41cc8cc-da4127d-d2bb4b0-f433b8' => 'LO-3.6-pre', # 3.6.0 Beta2
'3e2b862-dd05a58-d67668b-8ec3f67-dfb62d' => 'LO-3.6-pre', # 3.6.0 Beta3
'73f9fb6-115b9dc-d7b744e-21dd070-d656a7' => 'LO-3.6-pre', # 3.6.0 RC1
- #'815c576-a5d8898-9df72e7-b4d87fe-96ce64' => 'LO-3.6-pre', # 3.6.0 RC2
+ '815c576-a5d8898-9df72e7-b4d87fe-96ce64' => 'LO-3.6-pre', # 3.6.0 RC2
+ '61d5034-02759b5-145085a-056ecdd-4e8a3e' => 'LO-3.6-pre', # 3.6.0 RC3
+ #'932b512-69e3009-7a10e5c-fc86223-a55908' => 'LO-3.6-pre', # 3.6.0 RC4
);
# Descriptions of the target versions
@@ -153,9 +155,9 @@ $update_map = array(
# 'update_type' => 'text/html',
# 'update_src' => 'http://www.libreoffice.org/download/pre-releases/'),
- 'LO-3.6-pre' => array('gitid' => '815c576-a5d8898-9df72e7-b4d87fe-96ce64',
- 'id' => 'LibreOffice 3.6.0 RC2',
- 'version' => '3.6.0 RC2',
+ 'LO-3.6-pre' => array('gitid' => '932b512-69e3009-7a10e5c-fc86223-a55908',
+ 'id' => 'LibreOffice 3.6.0 RC4',
+ 'version' => '3.6.0 RC4',
'update_type' => 'text/html',
'update_src' => 'http://www.libreoffice.org/download/pre-releases/'),
);
More information about the Libreoffice-commits
mailing list