author | hacker <hacker@fe716a7a-6dde-0310-88d9-d003556173a8> | 2008-06-19 22:14:19 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2008-06-22 22:08:43 (UTC) |
commit | 2006dedac467448e2f58964244d26d0c22129a83 (patch) (side-by-side diff) | |
tree | 08510893df5ed0d1946ca4ab4431261a2a6de971 | |
parent | 48ce1fa6ea531652df75eb6a8748feff290443bb (diff) | |
download | fireflix-2006dedac467448e2f58964244d26d0c22129a83.zip fireflix-2006dedac467448e2f58964244d26d0c22129a83.tar.gz fireflix-2006dedac467448e2f58964244d26d0c22129a83.tar.bz2 |
0.0.6.2 - firefox compatibility release0.0.6.2
git-svn-id: file:///home/hacker/svns/kin/fireflix/trunk@310 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | NEWS.xml | 3 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | install.rdf.in | 2 |
4 files changed, 7 insertions, 2 deletions
@@ -1,12 +1,14 @@ +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 - Generating HTML for photos selection in sets browser - Enter or double click on photo in set now opens photo in flickr @@ -1,14 +1,17 @@ <?xml version="1.0" encoding="us-ascii"?> <news> + <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> </version> <version version="0.0.5" date="November 17th, 2006"> <ni>Added toolbar button</ni> diff --git a/configure.ac b/configure.ac index fbfa666..61b9747 100644 --- a/configure.ac +++ b/configure.ac @@ -1,13 +1,13 @@ -AC_INIT([fireflix], [0.0.6.1], [fireflix-bugs@klever.net]) +AC_INIT([fireflix], [0.0.6.2], [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 e069fcd..9a00e0d 100644 --- a/install.rdf.in +++ b/install.rdf.in @@ -10,19 +10,19 @@ <em:description>Sidebar flickr management tool</em:description> <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> <!-- Firefox --> <em:targetApplication> <Description> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <em:minVersion>1.5</em:minVersion> - <em:maxVersion>2.0.0.*</em:maxVersion> + <em:maxVersion>3.0.*</em:maxVersion> </Description> </em:targetApplication> </Description> </RDF> |