From 4ac32197fb32da2e60effe0beb716244f9b7d69d Mon Sep 17 00:00:00 2001 From: Szabolcs Hubai Date: Fri, 12 Oct 2012 01:16:22 +0200 Subject: [PATCH 1/6] Issue #95 - prepare versions and changelog for 3.4 release --- History.md | 12 ++++++++++++ extension/install.rdf | 10 +++++----- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/History.md b/History.md index fc44f3b..87207c5 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,15 @@ +3.4 / 2012-10-11 +================== + + * Extension: Include changeset info in the Insert/Copy Build ID menuitem and in 'Customize Titlebar'. (#65) + * Extension: Add pushlog-to-tip menuitem. (#61) + * Extension: Open customize.xul (Customize Titlebar) as a resizable window. (#55) + * Extension: Let nightlyApp.openNotification() fallback to notificationBox in legacy Fx. (#81) + * Extension: Include about:nightly in Nightly Tester Tools' menupopup for Thunderbird. (#56) + * Extension: Don't call callback function when iterating over Extension Manager's extensions list. (#88) + * Extension: Don't register aboutNightly component for 'profile-after-change' notification. (#57) + * Extension: Update 'Contributors' section automatically in about:nightly. (#58) + 3.3 / 2012-05-02 ================== diff --git a/extension/install.rdf b/extension/install.rdf index f837a89..14c985d 100644 --- a/extension/install.rdf +++ b/extension/install.rdf @@ -4,7 +4,7 @@ {8620c15f-30dc-4dba-a131-7c5d20cf4a29} - 3.4pre + 3.4 2 @@ -36,7 +36,7 @@ {ec8030f7-c20a-464f-9b0e-13a3a9e97384} 3.6 - 15.0a1 + 19.0a1 @@ -45,7 +45,7 @@ {3550f703-e582-4d05-9a08-453d09bdfdc6} 3.1 - 15.0a1 + 19.0a1 @@ -54,7 +54,7 @@ {92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a} 2.1a1pre - 2.12a1 + 2.16a1 @@ -63,7 +63,7 @@ songbird@songbirdnest.com 1.6 - 1.12.0a + 2.2.0a From 7260099a72c2a85cb70f88a9536188ebc458d564 Mon Sep 17 00:00:00 2001 From: Szabolcs Hubai Date: Thu, 25 Oct 2012 11:22:55 +0200 Subject: [PATCH 2/6] Issue #95 - update part 1: - MPL 2 landed - column resize landed --- History.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 87207c5..9ef5f65 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,4 @@ -3.4 / 2012-10-11 +3.4 / 2012-10-25 ================== * Extension: Include changeset info in the Insert/Copy Build ID menuitem and in 'Customize Titlebar'. (#65) @@ -9,6 +9,8 @@ * Extension: Don't call callback function when iterating over Extension Manager's extensions list. (#88) * Extension: Don't register aboutNightly component for 'profile-after-change' notification. (#57) * Extension: Update 'Contributors' section automatically in about:nightly. (#58) + * Extension: Re-license under MPL2. (#39, #98) + * Extension: Make columns of 'Customize Titlebar' dialog's tree resizable. (#25) 3.3 / 2012-05-02 ================== From 70335096677e9bf30fdc9bf04f245c2f1668e062 Mon Sep 17 00:00:00 2001 From: Szabolcs Hubai Date: Fri, 26 Oct 2012 17:32:27 +0200 Subject: [PATCH 3/6] Issue #95 - update part 2: - privacyContext'ed screenshot landed --- History.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 9ef5f65..ad9cb6e 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,4 @@ -3.4 / 2012-10-25 +3.4 / 2012-10-26 ================== * Extension: Include changeset info in the Insert/Copy Build ID menuitem and in 'Customize Titlebar'. (#65) @@ -11,6 +11,7 @@ * Extension: Update 'Contributors' section automatically in about:nightly. (#58) * Extension: Re-license under MPL2. (#39, #98) * Extension: Make columns of 'Customize Titlebar' dialog's tree resizable. (#25) + * Extension: Add privacy context to saveScreenshot() due to Bug 795065. (#99) 3.3 / 2012-05-02 ================== From 99f1679e01fc520e740ef4901cfd06309353ffed Mon Sep 17 00:00:00 2001 From: Szabolcs Hubai Date: Sat, 3 Nov 2012 19:11:47 +0100 Subject: [PATCH 4/6] Issue #95 - update part 3: - 'extensions.checkCompatibility' updated --- History.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index ad9cb6e..6565ce3 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,4 @@ -3.4 / 2012-10-26 +3.4 / 2012-11-03 ================== * Extension: Include changeset info in the Insert/Copy Build ID menuitem and in 'Customize Titlebar'. (#65) @@ -12,6 +12,7 @@ * Extension: Re-license under MPL2. (#39, #98) * Extension: Make columns of 'Customize Titlebar' dialog's tree resizable. (#25) * Extension: Add privacy context to saveScreenshot() due to Bug 795065. (#99) + * Extension: Update checkCompatibility preferences for compatibility. (#103) 3.3 / 2012-05-02 ================== From 892eaf41ab92521970379dc974c84131222717a3 Mon Sep 17 00:00:00 2001 From: Szabolcs Hubai Date: Mon, 18 Feb 2013 16:01:50 +0100 Subject: [PATCH 5/6] Issue #95 - update part 4: - GreD/CurProcD workaround for Bug 755724 --- History.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 6565ce3..eb976be 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,4 @@ -3.4 / 2012-11-03 +3.4 / 2013-02-18 ================== * Extension: Include changeset info in the Insert/Copy Build ID menuitem and in 'Customize Titlebar'. (#65) @@ -13,6 +13,7 @@ * Extension: Make columns of 'Customize Titlebar' dialog's tree resizable. (#25) * Extension: Add privacy context to saveScreenshot() due to Bug 795065. (#99) * Extension: Update checkCompatibility preferences for compatibility. (#103) + * Extension: Use GreD instead CurProcD to reference GRE specific files. (#115) 3.3 / 2012-05-02 ================== From 146856650a2894e7f87a96fe685bb49d13acb27f Mon Sep 17 00:00:00 2001 From: Szabolcs Hubai Date: Tue, 19 Feb 2013 13:22:15 +0100 Subject: [PATCH 6/6] Issue #95 - update part 5: - reverse changelist - maxVersion --- History.md | 26 +++++++++++++------------- extension/install.rdf | 8 ++++---- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/History.md b/History.md index eb976be..a100ce7 100644 --- a/History.md +++ b/History.md @@ -1,19 +1,19 @@ -3.4 / 2013-02-18 +3.4 / 2013-02-19 ================== - * Extension: Include changeset info in the Insert/Copy Build ID menuitem and in 'Customize Titlebar'. (#65) - * Extension: Add pushlog-to-tip menuitem. (#61) - * Extension: Open customize.xul (Customize Titlebar) as a resizable window. (#55) - * Extension: Let nightlyApp.openNotification() fallback to notificationBox in legacy Fx. (#81) - * Extension: Include about:nightly in Nightly Tester Tools' menupopup for Thunderbird. (#56) - * Extension: Don't call callback function when iterating over Extension Manager's extensions list. (#88) - * Extension: Don't register aboutNightly component for 'profile-after-change' notification. (#57) - * Extension: Update 'Contributors' section automatically in about:nightly. (#58) - * Extension: Re-license under MPL2. (#39, #98) - * Extension: Make columns of 'Customize Titlebar' dialog's tree resizable. (#25) - * Extension: Add privacy context to saveScreenshot() due to Bug 795065. (#99) - * Extension: Update checkCompatibility preferences for compatibility. (#103) * Extension: Use GreD instead CurProcD to reference GRE specific files. (#115) + * Extension: Update checkCompatibility preferences for compatibility. (#103) + * Extension: Add privacy context to saveScreenshot() due to Bug 795065. (#99) + * Extension: Make columns of 'Customize Titlebar' dialog's tree resizable. (#25) + * Extension: Re-license under MPL2. (#39, #98) + * Extension: Update 'Contributors' section automatically in about:nightly. (#58) + * Extension: Don't register aboutNightly component for 'profile-after-change' notification. (#57) + * Extension: Don't call callback function when iterating over Extension Manager's extensions list. (#88) + * Extension: Include about:nightly in Nightly Tester Tools' menupopup for Thunderbird. (#56) + * Extension: Let nightlyApp.openNotification() fallback to notificationBox in legacy Fx. (#81) + * Extension: Open customize.xul (Customize Titlebar) as a resizable window. (#55) + * Extension: Add pushlog-to-tip menuitem. (#61) + * Extension: Include changeset info in the Insert/Copy Build ID menuitem and in 'Customize Titlebar'. (#65) 3.3 / 2012-05-02 ================== diff --git a/extension/install.rdf b/extension/install.rdf index 14c985d..a25a3e2 100644 --- a/extension/install.rdf +++ b/extension/install.rdf @@ -36,7 +36,7 @@ {ec8030f7-c20a-464f-9b0e-13a3a9e97384} 3.6 - 19.0a1 + 22.0a1 @@ -45,7 +45,7 @@ {3550f703-e582-4d05-9a08-453d09bdfdc6} 3.1 - 19.0a1 + 22.0a1 @@ -54,7 +54,7 @@ {92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a} 2.1a1pre - 2.16a1 + 2.19a1 @@ -74,7 +74,7 @@ toolkit@mozilla.org 2.0 - 15.0a1 + 22.0a1