Closed
Bug 304472
Opened 19 years ago
Closed 19 years ago
bump Firefox version on trunk to 1.6a1
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: chase, Assigned: chase)
Details
Attachments
(1 file)
1.78 KB,
patch
|
Details | Diff | Splinter Review |
Bump Firefox version on trunk to 1.6a1.
Comment 1•19 years ago
|
||
I think "1.6a1" is not allowed because of the "a" inside and the people could
get confused because of the Gecko version "1.9a1".
A possible solution would be "1.5+". But in that case all extensions would break
because of the wrong max version in their install.rdf.
Comment 2•19 years ago
|
||
1.6a1 is allowed by the new version-number parser. AMO might not be updated to
allow that format yet.
Assignee | ||
Comment 3•19 years ago
|
||
Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Whiteboard: ETA: 8/16 will land if no objection
Assignee | ||
Comment 4•19 years ago
|
||
Comment on attachment 192789 [details] [diff] [review]
bump browser version to 1.6a1 (landed)
Checking in browser/app/module.ver;
/cvsroot/mozilla/browser/app/module.ver,v <-- module.ver
new revision: 1.12; previous revision: 1.11
done
Checking in browser/config/version.txt;
/cvsroot/mozilla/browser/config/version.txt,v <-- version.txt
new revision: 1.5; previous revision: 1.4
done
Checking in browser/installer/windows/installer.cfg;
/cvsroot/mozilla/browser/installer/windows/installer.cfg,v <-- installer.cfg
new revision: 1.19; previous revision: 1.18
done
Assignee | ||
Updated•19 years ago
|
Attachment #192789 -
Attachment description: bump browser version to 1.6a1 → bump browser version to 1.6a1 (landed)
Assignee | ||
Updated•19 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Whiteboard: ETA: 8/16 will land if no objection
Comment 5•19 years ago
|
||
The new version number scheme has one major problem for extension authors:
If we'd like to set extensions maxversion to something like 1.6a1, to allow
testing with the alpha/beta builds, everyone could use the extensions with the
(not yet released) 1.5 stable/final builds.
Comment 7•19 years ago
|
||
(In reply to comment #6)
> Comment 5: minVersion?
No.
Setting the minVersion to 1.6a1 would break the extensions for the old 1.0.x
Thunderbird / Firefox versions.
Updated•6 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•