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) (unidiff) | |
tree | 08510893df5ed0d1946ca4ab4431261a2a6de971 | |
parent | 48ce1fa6ea531652df75eb6a8748feff290443bb (diff) | |
download | fireflix-0.0.6.2.zip fireflix-0.0.6.2.tar.gz fireflix-0.0.6.2.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,6 +1,8 @@ | |||
1 | 0.0.6.2 (June 19th, 2008) | ||
2 | - Firefox 3.0.* compatibility release | ||
1 | 0.0.6.1 (December 20th, 2006) | 3 | 0.0.6.1 (December 20th, 2006) |
2 | - Firefox 2.0.0.* compatibility release | 4 | - Firefox 2.0.0.* compatibility release |
3 | 0.0.6 (December 18th, 2006) | 5 | 0.0.6 (December 18th, 2006) |
4 | - Added ability to edit future photo privacy settings before uploading | 6 | - Added ability to edit future photo privacy settings before uploading |
5 | - Show reasons for failed uploads and make uploaded files properties visible after upload is completed (readonly, though). | 7 | - Show reasons for failed uploads and make uploaded files properties visible after upload is completed (readonly, though). |
6 | - Added shortcut key for opening fireflix: Ctrl+Shift+X (not configurable, yet) | 8 | - Added shortcut key for opening fireflix: Ctrl+Shift+X (not configurable, yet) |
@@ -1,8 +1,11 @@ | |||
1 | <?xml version="1.0" encoding="us-ascii"?> | 1 | <?xml version="1.0" encoding="us-ascii"?> |
2 | <news> | 2 | <news> |
3 | <version version="0.0.6.2" date="June 19th, 2008"> | ||
4 | <ni>Firefox 3.0.* compatibility release</ni> | ||
5 | </version> | ||
3 | <version version="0.0.6.1" date="December 20th, 2006"> | 6 | <version version="0.0.6.1" date="December 20th, 2006"> |
4 | <ni>Firefox 2.0.0.* compatibility release</ni> | 7 | <ni>Firefox 2.0.0.* compatibility release</ni> |
5 | </version> | 8 | </version> |
6 | <version version="0.0.6" date="December 18th, 2006"> | 9 | <version version="0.0.6" date="December 18th, 2006"> |
7 | <ni>Added ability to edit future photo privacy settings before uploading</ni> | 10 | <ni>Added ability to edit future photo privacy settings before uploading</ni> |
8 | <ni>Show reasons for failed uploads and make uploaded files properties visible after upload is completed (readonly, though).</ni> | 11 | <ni>Show reasons for failed uploads and make uploaded files properties visible after upload is completed (readonly, though).</ni> |
diff --git a/configure.ac b/configure.ac index fbfa666..61b9747 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,7 +1,7 @@ | |||
1 | AC_INIT([fireflix], [0.0.6.1], [fireflix-bugs@klever.net]) | 1 | AC_INIT([fireflix], [0.0.6.2], [fireflix-bugs@klever.net]) |
2 | AC_CONFIG_SRCDIR([install.rdf.in]) | 2 | AC_CONFIG_SRCDIR([install.rdf.in]) |
3 | AM_INIT_AUTOMAKE([dist-bzip2]) | 3 | AM_INIT_AUTOMAKE([dist-bzip2]) |
4 | AC_SUBST([MOZ_EXT_ID],[{4269f719-86de-4668-b8ad-04752c23a69e}]) | 4 | AC_SUBST([MOZ_EXT_ID],[{4269f719-86de-4668-b8ad-04752c23a69e}]) |
5 | 5 | ||
6 | AC_PATH_PROG([ZIP],[zip],[false]) | 6 | AC_PATH_PROG([ZIP],[zip],[false]) |
7 | if test "${ZIP}" = "false" ; then | 7 | if test "${ZIP}" = "false" ; then |
diff --git a/install.rdf.in b/install.rdf.in index e069fcd..9a00e0d 100644 --- a/install.rdf.in +++ b/install.rdf.in | |||
@@ -16,13 +16,13 @@ | |||
16 | 16 | ||
17 | <!-- Firefox --> | 17 | <!-- Firefox --> |
18 | <em:targetApplication> | 18 | <em:targetApplication> |
19 | <Description> | 19 | <Description> |
20 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> | 20 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> |
21 | <em:minVersion>1.5</em:minVersion> | 21 | <em:minVersion>1.5</em:minVersion> |
22 | <em:maxVersion>2.0.0.*</em:maxVersion> | 22 | <em:maxVersion>3.0.*</em:maxVersion> |
23 | </Description> | 23 | </Description> |
24 | </em:targetApplication> | 24 | </em:targetApplication> |
25 | 25 | ||
26 | </Description> | 26 | </Description> |
27 | 27 | ||
28 | </RDF> | 28 | </RDF> |