diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-10-30 10:54:07 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-10-30 10:54:07 +0100 |
commit | 5e1f63e94d4974dbf400478b9d491e360d019101 (patch) | |
tree | 4a613d62b1c6143f86c91d18c72d1b13550663fa | |
parent | 60f8e79f8e10788e63fca9dd36bf4e5234ec7491 (diff) | |
download | bugzilla-triage-5e1f63e94d4974dbf400478b9d491e360d019101.tar.gz |
Stable release.1.5
Since now, switching whole project to the maintenance mode only. Sob. :'(
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | update.rdf | 30 |
2 files changed, 31 insertions, 1 deletions
diff --git a/package.json b/package.json index 048edd5..2eed40c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "description": "Additional buttons and other function helping in the triage on bugzilla", "author": "Matej Cepl (http://matej.ceplovi.cz)", "license": "MIT/X11 (http://opensource.org/licenses/mit-license.php) and MPL", - "version": "1.4.90", + "version": "1.5", "contributors": [ "Ehsan Akhgari (http://ehsanakhgari.org/) <ehsan@mozilla.com>", "Johnathan Nightingale (http://johnath.com) <johnath@mozilla.com>", @@ -187,6 +187,36 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#"> </em:targetApplication> </Description> </li> + <li> + <Description> + <em:version>1.4.91</em:version> + <em:targetApplication> + <Description> + <em:id> + {ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>6.0</em:minVersion> + <em:maxVersion>10.*</em:maxVersion> + <em:updateLink> + https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-1.4.91.xpi</em:updateLink> + </Description> + </em:targetApplication> + </Description> + </li> + <li> + <Description> + <em:version>1.5</em:version> + <em:targetApplication> + <Description> + <em:id> + {ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>6.0</em:minVersion> + <em:maxVersion>10.0a1</em:maxVersion> + <em:updateLink> + https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-1.5.xpi</em:updateLink> + </Description> + </em:targetApplication> + </Description> + </li> </Seq> </em:updates> </Description> |