Bugzilla – Attachment 63963 Details for
Bug 51858
[PATCH] updating LibreOffice updater
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
offer update to 3.5.5 RC3 and 3.6.0 Beta3
0001-offer-update-to-3.5.5-RC3-and-3.6.0-Beta3.patch (text/plain), 2.81 KB, created by
Korrawit Pruegsanusak
on 2012-07-07 22:40:51 UTC
(
hide
)
Description:
offer update to 3.5.5 RC3 and 3.6.0 Beta3
Filename:
MIME Type:
Creator:
Korrawit Pruegsanusak
Created:
2012-07-07 22:40:51 UTC
Size:
2.81 KB
patch
obsolete
>From 2639223abcd027c39590bdb64c19c6337c5b5e39 Mon Sep 17 00:00:00 2001 >From: Korrawit Pruegsanusak <detective.conan.1412@gmail.com> >Date: Sun, 8 Jul 2012 12:24:39 +0700 >Subject: [PATCH 1/2] offer update to 3.5.5 RC3 and 3.6.0 Beta3 > >--- > check.php | 26 ++++++++++++++++---------- > 1 files changed, 16 insertions(+), 10 deletions(-) > >diff --git a/check.php b/check.php >index 401879b..2afbb1c 100644 >--- a/check.php >+++ b/check.php >@@ -121,10 +121,17 @@ $update_versions = array( > # To be uncommented when 3.5.5 Final is out > #'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 >+ # To be uncommented when 3.5.6 Final is out >+ #'7122e39-92ed229-498d286-15e43b4-d70da21' => 'LO-3.5', # 3.5.5 RC3 >+ > ################## > # 3.6.0 versions > '1f1cdd8-e28082e-41df8bf-b153627-a97a84' => 'LO-3.6-pre', # 3.6.0 Beta1 >- #'f010139-41cc8cc-da4127d-d2bb4b0-f433b8' => 'LO-3.6-pre', # 3.6.0 Beta2 >+ '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 > ); > > # Descriptions of the target versions >@@ -138,16 +145,15 @@ $update_map = array( > 'update_type' => 'text/html', > 'update_src' => 'http://www.libreoffice.org/download/'), > >-# 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.5 RC2', >-# 'version' => '3.5.5 RC2', >-# 'update_type' => 'text/html', >-# 'update_src' => 'http://www.libreoffice.org/download/pre-releases/'), >+ '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/'), > >- 'LO-3.6-pre' => array('gitid' => 'f010139-41cc8cc-da4127d-d2bb4b0-f433b8', >- 'id' => 'LibreOffice 3.6.0 Beta2', >- 'version' => '3.6.0 Beta2', >+ 'LO-3.6-pre' => array('gitid' => '3e2b862-dd05a58-d67668b-8ec3f67-dfb62d', >+ 'id' => 'LibreOffice 3.6.0 Beta3', >+ 'version' => '3.6.0 Beta3', > 'update_type' => 'text/html', > 'update_src' => 'http://www.libreoffice.org/download/pre-releases/'), > ); >-- >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