Closed
Bug 662622
Opened 13 years ago
Closed 13 years ago
Bump ChatZilla compatibility for SeaMonkey 2.4
Categories
(Other Applications :: ChatZilla, defect)
Other Applications
ChatZilla
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla7
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
Details
Attachments
(1 file)
1.71 KB,
patch
|
bugzilla-mozilla-20000923
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #662615 +++ With the new version scheme the compatibility for SeaMonkey should be changed to 2.4.*
Attachment #537856 -
Flags: review?(gijskruitbosch+bugs)
Comment 1•13 years ago
|
||
Comment on attachment 537856 [details] [diff] [review] Version bump inc locales [Checked in: Comment 3] Review of attachment 537856 [details] [diff] [review]: ----------------------------------------------------------------- r=silver if the Gecko versions are correct. ::: locales/generic/install.rdf @@ +42,5 @@ > > <!-- target: SeaMonkey > 2.0 is Gecko 1.9.1 > 2.1 is Gecko 2.0 > + 2.2 is Gecko 5.0 Is it really jumping from Gecko 2 to Gecko 5?
Attachment #537856 -
Flags: review?(gijskruitbosch+bugs) → review+
Comment 2•13 years ago
|
||
(In reply to comment #1) > Is it really jumping from Gecko 2 to Gecko 5? It seems so. See http://mozilla.github.com/process-releases/draft/development_specifics/#versioning , which seems to have been adopted (further evidence is here http://groups.google.com/group/tb-planning/browse_thread/thread/521988f37b611174 , haven't found a proper policy/statement/document/thingummywhatsit myself either I'm afraid). (also, hello! ;-))
Updated•13 years ago
|
Summary: Bump Venkman compatibility for SeaMonkey 2.4 → Bump ChatZilla compatibility for SeaMonkey 2.4
Comment on attachment 537856 [details] [diff] [review] Version bump inc locales [Checked in: Comment 3] http://hg.mozilla.org/chatzilla/rev/d6c399cf1b6c
Attachment #537856 -
Attachment description: Version bump inc locales → Version bump inc locales [Checked in: Comment 3]
Thanks :)
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
Comment 5•13 years ago
|
||
Mozilla/5.0 (X11; Linux x86_64; rv:7.0a1) Gecko/20110609 Firefox/7.0a1 SeaMonkey/2.4a1 ID:20110609003045 /usr/seamonkey/distribution/extensions/{59c81df5-4b7a-477b-912d-4e0fdf64e5f2}.xpi::install.rdf has the new maxVersion but this is not automatically reflected in about:addons for two reasons: - distribution/extensions/ is not even looked at except on an appversion change; now the nightly appVersion changed from 2.2a1pre to 2.4a1 just *before* taking in this new build of cZ - even on an appVersion change, the new extension version is only installed if strictly higher than the previously installed version. So, the following steps are necessary, with no restart between (1) and (2): 1) in about:config, lower the value of extensions.lastAppVersion to (in my case) 7.0a0 2) in (profile)/extensions/{59c81df5-4b7a-477b-912d-4e0fdf64e5f2}.xpi::install.rdf line 5, reduce the extension version (of the cZ build about to be thrown away) from 0.9.87 to (for instance) 0.9.86.99 (note: an XPI is just a ZIP with a different extension). 3) Restart SeaMonkey. On restart, SeaMonkey checks all your extensions for compatibility, and (if you have the curiosity to check), the versions are restored to SeaMonkey:2.4a1 and cZ:0.9.87 After all this (which I just did), chatZilla is not anymore shown as "incompatible" in about:addons => VERIFIED.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•