[Libreoffice-commits] website.git: Branch 'update' - check.php
Christian Lohmaier
lohmaier+LibreOffice at googlemail.com
Mon Apr 13 05:25:23 PDT 2015
check.php | 30 +++++++++++++++++++++---------
1 file changed, 21 insertions(+), 9 deletions(-)
New commits:
commit ea28f7ad61908d56cdea85def678204d9729f111
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date: Mon Apr 13 14:25:37 2015 +0200
enable update to 4.3.6 and 4.4.2
diff --git a/check.php b/check.php
index 84c8026..44cb5ce 100644
--- a/check.php
+++ b/check.php
@@ -321,6 +321,9 @@ $build_hash_to_version = array(
# 4.3.5
'8fd0451cc08e6a5310bed8b7ad1c46b93c1c6889' => '4.3.5.1',
'3a87456aaa6a95c63eea1c1b3201acedf0751bd5' => '4.3.5.2', # Final
+ # 4.3.6
+ '9629686a67dd1f357477c13325e45a66f3452bb9' => '4.3.6.1',
+ 'd50a87b2e514536ed401c18000dad4660b6a169e' => '4.3.6.2', # Final
##################
# 4.4.0 versions
@@ -328,7 +331,16 @@ $build_hash_to_version = array(
'24f0a5815f581dd9a7f09d30213a379edee6e9ac' => '4.4.0.0.a2', # alpha2
'9af3d21234aa89dac653c0bd76648188cdeb683e' => '4.4.0.0.b1', # beta1
'be92f32b8f21603a6b7a75dd645f7475bdee519d' => '4.4.0.0.b2', # beta2
- '1ba9640ddd424f1f535c75bf2b86703770b8cf6f' => '4.3.5.1',
+ '1ba9640ddd424f1f535c75bf2b86703770b8cf6f' => '4.4.0.1',
+ 'a3603970151a6ae2596acd62b70112f4d376b990' => '4.4.0.2',
+ 'de093506bcdc5fafd9023ee680b8c60e3e0645d7' => '4.4.0.3', # Final
+ # 4.4.1
+ 'b5ac74bf8683a92078a2bc8aff97d4b436af63cb' => '4.4.1.1',
+ '45e2de17089c24a1fa810c8f975a7171ba4cd432' => '4.4.1.2', # Final
+ # 4.4.2
+ '93fc8832889bf050a10ec6d0171dae213adc9b55' => '4.4.2.1',
+ 'c4e993994148596de57daf68d2e9ff859520e773' => '4.4.2.2', # unreleased
+ 'c4c7d32d0d49397cad38d62472b0bc8acff48dd6' => '4.4.2.2', # rc2-buildfix2 Final
);
# Descriptions of the target versions
@@ -341,18 +353,18 @@ $build_hash_to_version = array(
# where '<type>' and '<lang>' will be substitued with the right value
# NOTE: '&' in the URL has to be escaped as &
$update_map = array(
- 'stable' => array('gitid' => '48d50dbfc06349262c9d50868e5c1f630a573ebd',
- 'id' => 'LibreOffice 4.2.8',
- 'version' => '4.2.8',
+ 'stable' => array('gitid' => 'd50a87b2e514536ed401c18000dad4660b6a169e',
+ 'id' => 'LibreOffice 4.3.6',
+ 'version' => '4.3.6',
'update_type' => 'text/html',
- 'update_src' => 'http://www.libreoffice.org/download/libreoffice-still/?type=<type>&lang=<lang>&version=4.2.8',
+ 'update_src' => 'http://www.libreoffice.org/download/libreoffice-still/?type=<type>&lang=<lang>&version=4.3.6',
'substitute' => true ),
- 'latest' => array('gitid' => '3a87456aaa6a95c63eea1c1b3201acedf0751bd5',
- 'id' => 'LibreOffice 4.3.5',
- 'version' => '4.3.5',
+ 'latest' => array('gitid' => 'c4c7d32d0d49397cad38d62472b0bc8acff48dd6',
+ 'id' => 'LibreOffice 4.4.2',
+ 'version' => '4.4.2',
'update_type' => 'text/html',
- 'update_src' => 'http://www.libreoffice.org/download/libreoffice-fresh/?type=<type>&lang=<lang>&version=4.3.5',
+ 'update_src' => 'http://www.libreoffice.org/download/libreoffice-fresh/?type=<type>&lang=<lang>&version=4.4.2',
'substitute' => true ),
);
More information about the Libreoffice-commits
mailing list