[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qsos-commits] qsos/apps/tpl-xuleditor application.ini Changes...
From: |
Raphaël Semeteys |
Subject: |
[Qsos-commits] qsos/apps/tpl-xuleditor application.ini Changes... |
Date: |
Thu, 23 Dec 2010 17:53:55 +0000 |
CVSROOT: /sources/qsos
Module name: qsos
Changes by: Raphaël Semeteys <rsemeteys> 10/12/23 17:53:55
Modified files:
apps/tpl-xuleditor: application.ini Changes install.rdf Makefile
Log message:
Firefox 3.* and Xulrunner 1.9.* support
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/tpl-xuleditor/application.ini?cvsroot=qsos&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/tpl-xuleditor/Changes?cvsroot=qsos&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/tpl-xuleditor/install.rdf?cvsroot=qsos&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/tpl-xuleditor/Makefile?cvsroot=qsos&r1=1.2&r2=1.3
Patches:
Index: application.ini
===================================================================
RCS file: /sources/qsos/qsos/apps/tpl-xuleditor/application.ini,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- application.ini 24 Jan 2009 18:18:34 -0000 1.4
+++ application.ini 23 Dec 2010 17:53:55 -0000 1.5
@@ -1,14 +1,14 @@
[App]
address@hidden
Name=QSOS Template XUL Editor
- Version=0.3
- BuildID=20080626
- Copyright=Copyright (c) 2006-2008 Raphael Semeteys
+ Version=0.4
+ BuildID=20101223
+ Copyright=Copyright (c) 2006-2010 Raphael Semeteys
address@hidden
[Gecko]
MinVersion=1.8
- MaxVersion=1.9
+ MaxVersion=1.9.*
[shell]
Icon=chrome/icons/
Index: Changes
===================================================================
RCS file: /sources/qsos/qsos/apps/tpl-xuleditor/Changes,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- Changes 24 Jan 2009 18:18:34 -0000 1.4
+++ Changes 23 Dec 2010 17:53:55 -0000 1.5
@@ -11,3 +11,6 @@
- German version
- Default extension .qtpl
- Repackaging for Forefox 3
\ No newline at end of file
+
+0.3 2010/12/23
+ - Support for Firefox 3.* and xulrunner 1.9.*
\ No newline at end of file
Index: install.rdf
===================================================================
RCS file: /sources/qsos/qsos/apps/tpl-xuleditor/install.rdf,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- install.rdf 24 Jan 2009 18:18:34 -0000 1.4
+++ install.rdf 23 Dec 2010 17:53:55 -0000 1.5
@@ -5,10 +5,10 @@
<RDF:Description RDF:about="rdf:#$rd86Q"
em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
em:minVersion="1.5"
- em:maxVersion="3.0.*" />
+ em:maxVersion="3.*" />
<RDF:Description RDF:about="urn:mozilla:install-manifest"
em:id="address@hidden"
- em:version="0.3"
+ em:version="0.4"
em:type="2"
em:name="QSOS Template XUL Editor"
em:creator="Raphael Semeteys"
@@ -16,7 +16,7 @@
em:homepageURL="http://www.qsos.org/"
em:aboutURL="chrome://qsos-tpl-xuled/content/about.xul"
em:updateURL="http://www.qsos.org/tools/tpl-xuleditor-update.rdf"
-
em:updateKey="MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDE3d7tLs+4Yh0/i8MSSYqGTZXa/Wj0DVcmf7YdczpTKRgAbokJxjVIkQOlU52bGqwweluCl/VoVZQOa9yEt9VWVapNNptPrKseNvXFdYEZNXfT0bLoDPZW3VpfxGYo0DitDbw9GzGxwg+feC8pKjsaEmv2zVZBTkMmVeVKUayhrQIDAQAB">
+
em:updateKey="MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC29BJz2E2pkZnYQIhqOVm4U1dv0zkIhli9s9QzscUhYdk380WpMA87ZN86DqMtBgvYAdR/QmXww5aujHHaR9vM7FgtxSeeGI5k9BUFBgzFe/XKstui9yZczf/sSJxLq2wU9wlOULJnFRW1U8rj5RjTJSA1AksbzXsOmKUyLMXB3QIDAQAB">
<em:targetApplication RDF:resource="rdf:#$rd86Q"/>
</RDF:Description>
</RDF:RDF>
Index: Makefile
===================================================================
RCS file: /sources/qsos/qsos/apps/tpl-xuleditor/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- Makefile 24 Jan 2009 18:18:34 -0000 1.2
+++ Makefile 23 Dec 2010 17:53:55 -0000 1.3
@@ -16,7 +16,7 @@
#
#
# QSOS XUL Template Editor Makefile
-# $Id: Makefile,v 1.2 2009/01/24 18:18:34 rsemeteys Exp $
+# $Id: Makefile,v 1.3 2010/12/23 17:53:55 rsemeteys Exp $
APPPACK=application.ini Changes chrome.manifest LICENSE README tpl-xuleditor
tpl-xuleditor.bat
EXTPACK=Changes chrome.manifest install.rdf LICENSE README
@@ -30,7 +30,7 @@
PREFS=defaults/preferences/qsos-tpl-xuled.js
-VERSION=0.3
+VERSION=0.4
ext:
rm -f tpl-xuleditor-firefox-${VERSION}.xpi
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qsos-commits] qsos/apps/tpl-xuleditor application.ini Changes...,
Raphaël Semeteys <=