Closed
Bug 536189
Opened 16 years ago
Closed 16 years ago
Wrong Lightning version in install.rdf
Categories
(Calendar :: Provider: GData, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sam.chau, Assigned: Fallen)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.6) Gecko/20091215 Ubuntu/9.10 (karmic) Firefox/3.5.6
Build Identifier: 0.6pre from Lightning 1.0b1rc1
Installed lightning.xpi and gdata-provider.xpi from there. gdata-provider says it requires additionnal items.
Reproducible: Always
Steps to Reproduce:
1. Go to ftp://ftp.mozilla.org/pub/calendar/lightning/releases/1.0b1rc1/linux-i686/ (link from the developper blog)
2. Install both file
3. Restart Thunderbird
Actual Results:
gdata-provider won't work. it says is requires additionnal items.
Expected Results:
It should work by itself
When I scan the install.rdf file it says:
<em:requires>
<Description>
<!-- Lightning (also Sunbird via extension stub) -->
<em:id>{e2fda1a4-762b-4020-b5ad-a41df1933103}</em:id>
<em:minVersion>1.0b1pre</em:minVersion>
<em:maxVersion>1.0b1pre</em:maxVersion>
</Description>
</em:requires>
which is wrong for the build. The max version should be:
<em:maxVersion>1.0b1</em:maxVersion>
Just a tiny little typo mistake. :-)
| Assignee | ||
Comment 1•16 years ago
|
||
I'll send gozer an updated version to upload soon. Sorry about this glitch!
Assignee: nobody → philipp
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Flags: blocking-calendar1.0+
| Assignee | ||
Comment 2•16 years ago
|
||
Fixed before release, thanks again for the pointer.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•