diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-08-16 16:19:31 -0400 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-08-16 16:19:31 -0400 |
commit | 3ace26856d4fb2ea82de39ec7a97a7fb1c0c63ca (patch) | |
tree | b2908ed07910c6932e0b14df1deb844fd8517305 /update.rdf | |
parent | edb0a8716980e814e04464612512765ddc2b79b4 (diff) | |
download | bugzilla-triage-3ace26856d4fb2ea82de39ec7a97a7fb1c0c63ca.tar.gz |
New release 0.170.17
* support for bugzilla.gnome.org (with removal of original buttons)
* related to the previous: new configuration option
* configData.killNodes
* support the latest changes in bugzilla.redhat.com (fixes #40)
* compatible with Firefox 4.0beta4 (strict mode is actually taken
* seriously)
Diffstat (limited to 'update.rdf')
-rw-r--r-- | update.rdf | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -43,6 +43,25 @@ <em:updateHash>2f4829a38b164472986a8aac3cbb49282005b5aa/em:updateHash> </RDF:Description> </RDF:li> + <RDF:li> + <RDF:Description> + <em:version>0.17</em:version> <!-- This is the version number of the add-on --> + <!-- One targetApplication for each application the add-on is compatible with --> + <em:targetApplication> + <RDF:Description> + <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>3.6</em:minVersion> + <em:maxVersion>4.*</em:maxVersion> + </RDF:Description> + </em:targetApplication> + <!-- This is where this version of the add-on will be downloaded from --> + <em:updateLink>https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-0.17.xpi</em:updateLink> + + <!-- A page describing what is new in this updated version --> + <em:updateInfoURL>https://fedorahosted.org/bugzilla-triage-scripts/wiki/ChangeLog</em:updateInfoURL> + <em:updateHash>79892e43899a2decfedbb24ea22906443ce37fe6</em:updateHash> + </RDF:Description> + </RDF:li> </RDF:Seq> </em:updates> </RDF:Description> |