summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2011-11-08 21:34:13 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2011-11-08 21:34:13 +0000
commitd7a0a3bdf67370aba670ee7056fd69a07983761f (patch)
tree8c9d34529e87a2e318bd1b892fc6a53830b5e1a9
parent9d53da155722f532a1178921bd487f0ddb2729f2 (diff)
downloadMultiproxy-Switch-1.38.tar.gz
Add support for Firefox 8.0. Added support for automatic package update.v1.38
Diffstat (limited to '')
-rw-r--r--README.md4
-rw-r--r--src/chrome/content/globals.js2
-rw-r--r--src/install.rdf55
3 files changed, 13 insertions, 48 deletions
diff --git a/README.md b/README.md
index 9d5b675..9577491 100644
--- a/README.md
+++ b/README.md
@@ -12,11 +12,11 @@ Change the .zip file to .xpi, and add manually to Firefox
Requirements:
----------------------
-Firefox 2.* - 7.*
+Firefox 2.* - 8.*
or
-Thunderbird 1.* - 7.*
+Thunderbird 1.* - 8.*
TODO:
----------------------
diff --git a/src/chrome/content/globals.js b/src/chrome/content/globals.js
index f447c86..f7fb5e1 100644
--- a/src/chrome/content/globals.js
+++ b/src/chrome/content/globals.js
@@ -6,7 +6,7 @@ const gSProxyRdfNodeId = gSProxyRdfNodeUriRoot+ "#id";
const gSProxyRdfNodeName = gSProxyRdfNodeUriRoot+ "#name";
const gSProxyRdfNodeProxy = gSProxyRdfNodeUriRoot+ "#proxy";
-const gmproxy_Version = "1.37";
+const gmproxy_Version = "1.38";
const gmproxy_DownloadSite = "https://github.com/jmccrohan/Multiproxy-Switch";
var gSProxyStrBundle = null;
diff --git a/src/install.rdf b/src/install.rdf
index b0ee4c9..59aa0d1 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -5,20 +5,21 @@
<em:id>{BB080420-8088-F650-3D47-13799CCD6159}</em:id>
<em:name>Multiproxy Switch</em:name>
- <em:version>1.37</em:version>
- <em:description>MPS lets you switch local proxies in Firefox and Thunderbird, and do more.</em:description>
- <em:creator>McFred</em:creator>
- <em:contributor>Jeremy Gillick (http://www.mozmonkey.com)</em:contributor>
- <em:contributor>Jonathan McCrohan (http://dereenigne.org)</em:contributor>
- <em:homepageURL>https://github.com/jmccrohan/Multiproxy-Switch</em:homepageURL>
- <em:optionsURL>chrome://mproxy/content/options/options.xul</em:optionsURL>
+ <em:version>1.38</em:version>
+ <em:description>MPS lets you switch local proxies in Firefox and Thunderbird, and do more.</em:description>
+ <em:creator>McFred</em:creator>
+ <em:contributor>Jeremy Gillick (http://www.mozmonkey.com)</em:contributor>
+ <em:contributor>Jonathan McCrohan (http://dereenigne.org)</em:contributor>
+ <em:homepageURL>https://github.com/jmccrohan/Multiproxy-Switch</em:homepageURL>
+ <em:optionsURL>chrome://mproxy/content/options/options.xul</em:optionsURL>
+ <em:updateURL>https://github.com/downloads/jmccrohan/Multiproxy-Switch/update.rdf</em:updateURL>
<!-- Firefox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>1.5</em:minVersion>
- <em:maxVersion>7.*</em:maxVersion>
+ <em:maxVersion>8.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Thunderbird -->
@@ -26,44 +27,8 @@
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>1.0</em:minVersion>
- <em:maxVersion>7.*</em:maxVersion>
+ <em:maxVersion>8.*</em:maxVersion>
</Description>
</em:targetApplication>
- <em:localized>
- <Description>
- <em:locale>zh-CN</em:locale>
- <em:name>Multiproxy Switch</em:name>
- <em:creator>McFred</em:creator>
- <em:contributor>Jeremy Gillick (http://www.mozmonkey.com)</em:contributor>
- <em:contributor>Jonathan McCrohan (http://dereenigne.org)</em:contributor>
- <em:homepageURL>https://github.com/jmccrohan/Multiproxy-Switch</em:homepageURL>
- <em:description>MPS让你切换代理服务器更方便!</em:description>
- </Description>
- </em:localized>
-
- <em:localized>
- <Description>
- <em:locale>zh-TW</em:locale>
- <em:name>Multiproxy Switch</em:name>
- <em:creator>McFred</em:creator>
- <em:contributor>Jeremy Gillick (http://www.mozmonkey.com)</em:contributor>
- <em:contributor>Jonathan McCrohan (http://dereenigne.org)</em:contributor>
- <em:homepageURL>https://github.com/jmccrohan/Multiproxy-Switch</em:homepageURL>
- <em:description>MPS让你切换代理服务器更方便!</em:description>
- </Description>
- </em:localized>
-
- <em:localized>
- <Description>
- <em:locale>es-ES</em:locale>
- <em:name>Multiproxy Switch</em:name>
- <em:creator>McFred</em:creator>
- <em:contributor>Jeremy Gillick (http://www.mozmonkey.com)</em:contributor>
- <em:contributor>Jonathan McCrohan (http://dereenigne.org)</em:contributor>
- <em:homepageURL>https://github.com/jmccrohan/Multiproxy-Switch</em:homepageURL>
- <em:description>MPS permite intercambiar proxies locales en Firefox y Thunderbird, y mucho más.</em:description>
- </Description>
- </em:localized>
-
</Description>
</RDF>
lass='logheader'>2012-02-08Update package changelog.Jonathan McCrohan1-1/+1 Bump release date. 2012-02-08Partial manual revert of move to libconfig*8.Jonathan McCrohan4-12/+12 Move back to libconfig*9, with libconfig*8-dev remaining. 2012-02-08Add my name to debian copyright.Jonathan McCrohan1-2/+3 2012-02-08Atomic commit. Rollback to libconfig8 packaging names.Jonathan McCrohan10-8/+8 2012-02-07Rename libconfig9 to libconfig8 to aid release teamJonathan McCrohan1-14/+14 2012-02-07Fix "closes typo"Jonathan McCrohan1-1/+1 2012-02-07Revert "Add symbols"Jonathan McCrohan3-739/+1 This reverts commit 5184275a78a65864e1c7c0c609f945fdb0dd2d26. 2012-02-07Revert "Fix b0rked symbol file."Jonathan McCrohan1-1/+1 This reverts commit da589e0b2ee111a61807c057cd4608b7bb278cca. 2012-02-07Revert "Second attempt"Jonathan McCrohan2-0/+194 This reverts commit 1c5de5f3d1287cdf6994bb3451b8a8e18a62b8ec. 2012-01-29Second attemptJonathan McCrohan2-194/+0 2012-01-29Fix b0rked symbol file.Jonathan McCrohan1-1/+1 2012-01-29Add symbolsJonathan McCrohan3-1/+739 2012-01-26add examples properlyJonathan McCrohan1-0/+2 2012-01-26Update changelogJonathan McCrohan1-3/+6 2012-01-26fix typoJonathan McCrohan1-1/+1 2012-01-26fix accidental description changesJonathan McCrohan1-2/+2 2012-01-26more fucking around to please lintianJonathan McCrohan1-5/+2 2012-01-25Linitan fixesJonathan McCrohan2-3/+2 2012-01-25Split out debug packagesJonathan McCrohan2-1/+6 2011-12-31Fix debian/rulesJonathan McCrohan1-1/+1 2011-12-31Remove shlibsJonathan McCrohan1-2/+0 2011-12-31Remove NMU from changelogJonathan McCrohan1-1/+0 2011-12-31Lintian FixesJonathan McCrohan1-2/+4 2011-12-31Remove Makefile patchJonathan McCrohan1-1/+0 2011-12-31Update MakefilesJonathan McCrohan10-248/+8222 2011-12-31Updated makefilesJonathan McCrohan1-0/+1