Closed
Bug 932401
Opened 12 years ago
Closed 12 years ago
Language packs should work for all releases of a branch by using only the first part of the version number for the maxVersion followed by * (asterisk)
Categories
(Thunderbird :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 932394
People
(Reporter: aryx, Unassigned)
Details
Language packs should work for all releases of a branch by using only the first part of the version number for the maxVersion followed by * (asterisk).
At the moment, the language packs look like this:
<em:minVersion>24.0</em:minVersion>
<em:maxVersion>24.0.*</em:maxVersion>
or
<em:minVersion>24.1</em:minVersion>
<em:maxVersion>24.1.*</em:maxVersion>
So they get incompatible every 6 weeks.
Comment 1•12 years ago
|
||
We use the same code that Firefox does for this, so this is a dupe of bug 932394.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•