Prepared for signing required by Firefox 43
authorKristian Kræmmer Nielsen <jkkn@jkkn.dk>
Wed, 20 Jan 2016 15:13:01 +0000 (16:13 +0100)
committerKristian Kræmmer Nielsen <jkkn@jkkn.dk>
Wed, 20 Jan 2016 15:21:54 +0000 (16:21 +0100)
build.sh
install.rdf
version
webroot/update.rdf
webroot/whatsnew.xhtml

index a4765801c72808f666025f7a4ef877ac7920fbed..e0602f2759ae9afcfb2d2bebda87c87c06ee3335 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -156,7 +156,7 @@ fi
 rm -rf $TMP_DIR
 
 WEBPATH=/sites/jkkndk/www.jkkn.net/webroot/tv2developer/
-cp -v tv2developer.xpi $WEBPATH
+cp -v tv2developer.xpi $WEBPATH/tv2developer-unsigned.xpi
 cp -R webroot/ $WEBPATH
 find $WEBPATH -path '*CVS*' -type d -print0 | xargs -0 rm -rf
 find $WEBPATH -type f \( -name "*.html" -or -name "*.php" -or -name "*.rdf" \) | while read y; do
index 9141892790fe0fbb1e4ae52505452c8c1277c51b..3b2b65d330654ef66aec301ab8790ee62268be36 100644 (file)
@@ -19,7 +19,7 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#">
             <Description>
                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> 
                 <em:minVersion>1.5</em:minVersion>
-                <em:maxVersion>9.0.*</em:maxVersion>
+                <em:maxVersion>44.*</em:maxVersion>
             </Description>
         </em:targetApplication>
         
diff --git a/version b/version
index bda222e3c3eda1c8c1ca2b5f6eba082bbc094222..2274d48d256a5e83a0b4072f0d3ef744ebeefab6 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-0.13.17
+0.13.18
index 2b371f9ab5bf7c4a337ce7d295e727e4dcefd9be..825401403d4084db529d014975875d25e9b0ff8e 100644 (file)
@@ -15,7 +15,7 @@
               <RDF:Description>
                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
                 <em:minVersion>1.5</em:minVersion>
-                <em:maxVersion>9.0.*</em:maxVersion>
+                <em:maxVersion>44.*</em:maxVersion>
                 <em:updateLink>https://jkkn.dk/tv2developer/tv2developer.xpi</em:updateLink>
                 <em:updateInfoURL>https://jkkn.dk/tv2developer/whatsnew.xhtml</em:updateInfoURL>
               </RDF:Description>
index efc993bb1644f2912f2ada0dc441905b058a6979..9e294cc1a7852e276cf4f6cfc1f3747ebac987a0 100644 (file)
@@ -6,6 +6,10 @@
     </head>
     <body>
         <h1>What's new:</h1>
+        <li>0.13.18</li>
+        <ul>
+            <li>Signed for Firefox 43+</li>
+        </ul>
         <li>0.13.11</li>
         <ul>
             <li>Support for Firefox 5.</li>