[Pkg-privacy-commits] [xul-ext-monkeysphere] 193/296: set the minimum version in the install.rdf to be 3.5 because this is the first version that introduced xulrunner 1.9.1, which has JSON.stringify (https://developer.mozilla.org/En/Using_JSON_in_Firefox)
Ximin Luo
infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository xul-ext-monkeysphere.
commit 0f0f37f19bc0017ac18c5ff30f9199130f6b1a34
Author: Micah Anderson <micah at riseup.net>
Date: Sun Apr 4 23:30:47 2010 -0400
set the minimum version in the install.rdf to be 3.5 because this is
the first version that introduced xulrunner 1.9.1, which has
JSON.stringify
(https://developer.mozilla.org/En/Using_JSON_in_Firefox)
Also, set the the max version to be 3.6.* as dkg confirmed that it
works with 3.6
fixes: #2037
---
install.rdf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/install.rdf b/install.rdf
index f969823..e2287ac 100644
--- a/install.rdf
+++ b/install.rdf
@@ -38,8 +38,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
- <em:minVersion>3.5.4</em:minVersion>
- <em:maxVersion>3.5.*</em:maxVersion>
+ <em:minVersion>3.5</em:minVersion>
+ <em:maxVersion>3.6.*</em:maxVersion>
</Description>
</em:targetApplication>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/xul-ext-monkeysphere.git
More information about the Pkg-privacy-commits
mailing list