author | Michael Krelin <hacker@klever.net> | 2006-12-20 13:18:42 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-12-20 13:18:42 (UTC) |
commit | 62a4a62845eb2956101984bf5a97c7361006eb9b (patch) (unidiff) | |
tree | f463f9ed971886c3e701072e88177762ffe6f29f | |
parent | 002d5f2713b1ff43ca5b95d2913e3d7c3ecf8b94 (diff) | |
download | fireflix-62a4a62845eb2956101984bf5a97c7361006eb9b.zip fireflix-62a4a62845eb2956101984bf5a97c7361006eb9b.tar.gz fireflix-62a4a62845eb2956101984bf5a97c7361006eb9b.tar.bz2 |
Adjusted firefox version requirements for 2.0.0.*0.0.6.1
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@245 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 | ||||
-rw-r--r-- | update.rdf.in | 2 |
5 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,5 @@ | |||
1 | 0.0.6.1 (December 20th, 2006) | ||
2 | - Firefox 2.0.0.* compatibility release | ||
1 | 0.0.6 (December 18th, 2006) | 3 | 0.0.6 (December 18th, 2006) |
2 | - Added ability to edit future photo privacy settings before uploading | 4 | - Added ability to edit future photo privacy settings before uploading |
3 | - Show reasons for failed uploads and make uploaded files properties visible after upload is completed (readonly, though). | 5 | - Show reasons for failed uploads and make uploaded files properties visible after upload is completed (readonly, though). |
@@ -1,5 +1,8 @@ | |||
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.1" date="December 20th, 2006"> | ||
4 | <ni>Firefox 2.0.0.* compatibility release</ni> | ||
5 | </version> | ||
3 | <version version="0.0.6" date="December 18th, 2006"> | 6 | <version version="0.0.6" date="December 18th, 2006"> |
4 | <ni>Added ability to edit future photo privacy settings before uploading</ni> | 7 | <ni>Added ability to edit future photo privacy settings before uploading</ni> |
5 | <ni>Show reasons for failed uploads and make uploaded files properties visible after upload is completed (readonly, though).</ni> | 8 | <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 98c8b1e..fbfa666 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | AC_INIT([fireflix], [0.0.6], [fireflix-bugs@klever.net]) | 1 | AC_INIT([fireflix], [0.0.6.1], [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}]) |
diff --git a/install.rdf.in b/install.rdf.in index c36cce4..e069fcd 100644 --- a/install.rdf.in +++ b/install.rdf.in | |||
@@ -19,7 +19,7 @@ | |||
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</em:maxVersion> | 22 | <em:maxVersion>2.0.0.*</em:maxVersion> |
23 | </Description> | 23 | </Description> |
24 | </em:targetApplication> | 24 | </em:targetApplication> |
25 | 25 | ||
diff --git a/update.rdf.in b/update.rdf.in index 6320ca9..aa368a6 100644 --- a/update.rdf.in +++ b/update.rdf.in | |||
@@ -17,7 +17,7 @@ | |||
17 | <Description> | 17 | <Description> |
18 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> | 18 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> |
19 | <em:minVersion>1.5</em:minVersion> | 19 | <em:minVersion>1.5</em:minVersion> |
20 | <em:maxVersion>2.0</em:maxVersion> | 20 | <em:maxVersion>2.0.0.*</em:maxVersion> |
21 | <em:updateLink>http://kin.klever.net/dist/@PACKAGE@-@VERSION@.xpi</em:updateLink> | 21 | <em:updateLink>http://kin.klever.net/dist/@PACKAGE@-@VERSION@.xpi</em:updateLink> |
22 | </Description> | 22 | </Description> |
23 | </em:targetApplication> | 23 | </em:targetApplication> |