diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-05-05 18:41:00 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-05-05 18:41:00 +0200 |
commit | 63c0e1c9ebeacb7bf103fcd35f7ee03d5f432756 (patch) | |
tree | 48270e02a99d7453b41d27b223757f118656e86b /update.rdf | |
parent | 4b99c3d6a0efca79d94fc29398f0eab1fd75d492 (diff) | |
download | bugzilla-triage-63c0e1c9ebeacb7bf103fcd35f7ee03d5f432756.tar.gz |
Add makeJSONRPCCallWithLogin, and other small issues.
* Release 0.102
* Don't react on bugzilla.gnome.org per default
* Simplify handling of preferences and debugging output.
Diffstat (limited to 'update.rdf')
-rw-r--r-- | update.rdf | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -397,6 +397,36 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#"> </em:targetApplication> </Description> </li> + <li> + <Description> + <em:version>0.101</em:version> + <em:targetApplication> + <Description> + <em:id> + {ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>4.0b7</em:minVersion> + <em:maxVersion>6.0a1</em:maxVersion> + <em:updateLink> + https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-0.101.xpi</em:updateLink> + </Description> + </em:targetApplication> + </Description> + </li> + <li> + <Description> + <em:version>0.102</em:version> + <em:targetApplication> + <Description> + <em:id> + {ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>4.0b7</em:minVersion> + <em:maxVersion>6.0a1</em:maxVersion> + <em:updateLink> + https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-0.102.xpi</em:updateLink> + </Description> + </em:targetApplication> + </Description> + </li> </Seq> </em:updates> </Description> |