Bugzilla – Attachment 63964 Details for
Bug 51858
[PATCH] updating LibreOffice updater
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Please push this if / when 3.5.5 RC3 is Final
0002-3.5.5-RC3-is-Final-update-everything-earlier-to-that.patch (text/plain), 2.99 KB, created by
Korrawit Pruegsanusak
on 2012-07-07 22:43:37 UTC
(
hide
)
Description:
Please push this if / when 3.5.5 RC3 is Final
Filename:
MIME Type:
Creator:
Korrawit Pruegsanusak
Created:
2012-07-07 22:43:37 UTC
Size:
2.99 KB
patch
obsolete
>From d3840a953454c47895b8e9c90aaa1fccb2328dae Mon Sep 17 00:00:00 2001 >From: Korrawit Pruegsanusak <detective.conan.1412@gmail.com> >Date: Sun, 8 Jul 2012 12:32:17 +0700 >Subject: [PATCH 2/2] 3.5.5 RC3 is Final, update everything earlier to that. > >--- > check.php | 26 +++++++++++++------------- > 1 files changed, 13 insertions(+), 13 deletions(-) > >diff --git a/check.php b/check.php >index 2afbb1c..0d82b14 100644 >--- a/check.php >+++ b/check.php >@@ -118,14 +118,13 @@ $update_versions = array( > > # 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 >+ '165a79a-7059095-e13bb37-fef39a4-9503d18' => 'LO-3.5', # 3.5.4 RC2 / Final > > # 3.5.5 versions >- 'c9944f7-48b7ff5-0507789-54a4c8a-8b242a8' => 'LO-3.5-pre', # 3.5.5 RC1 >- '24b32b4-b87ec2e-85c8e98-87a4e20-9a1b8c1' => 'LO-3.5-pre', # 3.5.5 RC2 >+ 'c9944f7-48b7ff5-0507789-54a4c8a-8b242a8' => 'LO-3.5', # 3.5.5 RC1 >+ '24b32b4-b87ec2e-85c8e98-87a4e20-9a1b8c1' => 'LO-3.5', # 3.5.5 RC2 > # To be uncommented when 3.5.6 Final is out >- #'7122e39-92ed229-498d286-15e43b4-d70da21' => 'LO-3.5', # 3.5.5 RC3 >+ #'7122e39-92ed229-498d286-15e43b4-d70da21' => 'LO-3.5', # 3.5.5 RC3 / Final > > ################## > # 3.6.0 versions >@@ -139,17 +138,18 @@ $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' => '165a79a-7059095-e13bb37-fef39a4-9503d18', >- 'id' => 'LibreOffice 3.5.4', >- 'version' => '3.5.4', >+ 'LO-3.5' => array('gitid' => '7122e39-92ed229-498d286-15e43b4-d70da21', >+ 'id' => 'LibreOffice 3.5.5', >+ 'version' => '3.5.5', > 'update_type' => 'text/html', > 'update_src' => 'http://www.libreoffice.org/download/'), > >- 'LO-3.5-pre' => array('gitid' => '7122e39-92ed229-498d286-15e43b4-d70da21', >- 'id' => 'LibreOffice 3.5.5 RC3', >- 'version' => '3.5.5 RC3', >- 'update_type' => 'text/html', >- 'update_src' => 'http://www.libreoffice.org/download/pre-releases/'), >+# To be uncommented when 3.5.6 RC2 is out, to get updates from 3.5.6 RC1 >+# 'LO-3.5-pre' => array('gitid' => '', >+# 'id' => 'LibreOffice 3.5.6 RC2', >+# 'version' => '3.5.6 RC2', >+# 'update_type' => 'text/html', >+# 'update_src' => 'http://www.libreoffice.org/download/pre-releases/'), > > 'LO-3.6-pre' => array('gitid' => '3e2b862-dd05a58-d67668b-8ec3f67-dfb62d', > 'id' => 'LibreOffice 3.6.0 Beta3', >-- >1.7.5.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 51858
:
63963
| 63964