-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 @@ +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). @@ -1,5 +1,8 @@ <?xml version="1.0" encoding="us-ascii"?> <news> + <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> diff --git a/configure.ac b/configure.ac index 98c8b1e..fbfa666 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([fireflix], [0.0.6], [fireflix-bugs@klever.net]) +AC_INIT([fireflix], [0.0.6.1], [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}]) 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 @@ <Description> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <em:minVersion>1.5</em:minVersion> - <em:maxVersion>2.0</em:maxVersion> + <em:maxVersion>2.0.0.*</em:maxVersion> </Description> </em:targetApplication> 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 @@ <Description> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <em:minVersion>1.5</em:minVersion> - <em:maxVersion>2.0</em:maxVersion> + <em:maxVersion>2.0.0.*</em:maxVersion> <em:updateLink>http://kin.klever.net/dist/@PACKAGE@-@VERSION@.xpi</em:updateLink> </Description> </em:targetApplication> |