summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2009-08-06 21:46:00 (UTC)
committer Michael Krelin <hacker@klever.net>2009-08-06 21:46:00 (UTC)
commit17c1103bbfc6ef1c0e07aa29656c6e1a84124ba9 (patch) (side-by-side diff)
tree0c080e8d9c92b2874d9b4a39b70e41fad3337bfa
parentc04656d8f338a5868437901f7406194fd5e2016b (diff)
downloadfireflix-17c1103bbfc6ef1c0e07aa29656c6e1a84124ba9.zip
fireflix-17c1103bbfc6ef1c0e07aa29656c6e1a84124ba9.tar.gz
fireflix-17c1103bbfc6ef1c0e07aa29656c6e1a84124ba9.tar.bz2
update to firefox-3.5 and bumped version0.0.6.3public/master
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--NEWS2
-rw-r--r--NEWS.xml3
-rw-r--r--configure.ac2
-rw-r--r--install.rdf.in2
4 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2734e7b..5f8ef4e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,14 @@
+0.0.6.3 (August 7th, 2009)
+ - Firefox 3.5 compatibility release
0.0.6.2 (June 19th, 2008)
- Firefox 3.0.* compatibility release
0.0.6.1 (December 20th, 2006)
- Firefox 2.0.0.* compatibility release
0.0.6 (December 18th, 2006)
- Added ability to edit future photo privacy settings before uploading
- Show reasons for failed uploads and make uploaded files properties visible after upload is completed (readonly, though).
- Added shortcut key for opening fireflix: Ctrl+Shift+X (not configurable, yet)
- doubleclicking files in uploads tab
- "What's new?" link in help
0.0.5 (November 17th, 2006)
- Added toolbar button
diff --git a/NEWS.xml b/NEWS.xml
index 6a2b59a..7a0d9b6 100644
--- a/NEWS.xml
+++ b/NEWS.xml
@@ -1,14 +1,17 @@
<?xml version="1.0" encoding="us-ascii"?>
<news>
+ <version version="0.0.6.3" date="August 7th, 2009">
+ <ni>Firefox 3.5 compatibility release</ni>
+ </version>
<version version="0.0.6.2" date="June 19th, 2008">
<ni>Firefox 3.0.* compatibility release</ni>
</version>
<version version="0.0.6.1" date="December 20th, 2006">
<ni>Firefox 2.0.0.* compatibility release</ni>
</version>
<version version="0.0.6" date="December 18th, 2006">
<ni>Added ability to edit future photo privacy settings before uploading</ni>
<ni>Show reasons for failed uploads and make uploaded files properties visible after upload is completed (readonly, though).</ni>
<ni>Added shortcut key for opening fireflix: Ctrl+Shift+X (not configurable, yet)</ni>
<ni>doubleclicking files in uploads tab</ni>
<ni>"What's new?" link in help</ni>
diff --git a/configure.ac b/configure.ac
index 6a478db..e8243a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,13 +1,13 @@
-AC_INIT([fireflix], [0.0.6.2], [fireflix-bugs@klever.net])
+AC_INIT([fireflix], [0.0.6.3], [fireflix-bugs@klever.net])
AC_CONFIG_SRCDIR([install.rdf.in])
AM_INIT_AUTOMAKE([dist-bzip2])
AC_SUBST([MOZ_EXT_ID],[{4269f719-86de-4668-b8ad-04752c23a69e}])
AC_PATH_PROG([ZIP],[zip],[false])
if test "${ZIP}" = "false" ; then
AC_MSG_ERROR([zip is required to produce packaged extension])
fi
AC_PATH_PROG([XSLTPROC],[xsltproc],[true])
AC_SUBST([xpidir],[\${top_builddir}/xpi])
AC_SUBST([xpichromedir],[\${xpidir}/chrome])
diff --git a/install.rdf.in b/install.rdf.in
index 8ccdf34..71e6fed 100644
--- a/install.rdf.in
+++ b/install.rdf.in
@@ -11,19 +11,19 @@
<em:creator>Klever Group; http://www.klever.net/</em:creator>
<em:homepageURL>http://kin.klever.net/fireflix/</em:homepageURL>
<em:iconURL>chrome://fireflix/content/icons/32x32/fireflix.png</em:iconURL>
<em:updateURL>http://kin.klever.net/fireflix/update?v=@VERSION@</em:updateURL>
<em:aboutURL>chrome://fireflix/content/about.xul</em:aboutURL>
<em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDc/WnetE1dTmWKY+KzphLYfqrjOc88fK7FaGSnHbwa4lpvt3gt6W0GwiCjUATvXu9zWoDU60VKPVhN0ohIOAnUuvtqSTfxjDBwDcsRXjg7fg4nofmA2mTeZtULYMymSCYZB+w6krmlOpEBpWZl14yf5Jc93Lc3gCZPDvH0xXZl9QIDAQAB</em:updateKey>
<!-- Firefox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>1.5</em:minVersion>
- <em:maxVersion>3.0.*</em:maxVersion>
+ <em:maxVersion>3.5.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>