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) (side-by-side diff) | |
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,30 +1,32 @@ +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 - Double click on photoset opens photoset in flickr - Hiding completely photo properties in sets browser when no photo selected 0.0.4 (November 13th, 2006) - Added button to remove linebreaks from generated HTML - Added the word 'sidebar' to the extension name so that you don't have to look hard for it - UI polishing, including making it more boring - code cosmetics 0.0.3 (November 6th, 2006) - Firefox 2.0 compatibility 0.0.2 (October 17th, 2006) - Added brief help file - Fixed HTML generation code - Fixed a mistyped flickr url so that the 'Flickr' button works now 0.0.1 (October 3rd, 2006) - Added ability to paginate through search results - Fixed packaging bug that omitted packaging license dialog - A lot of code cleanup and UI polishing 0.0 (September 26th, 2006) - Initial release @@ -1,40 +1,43 @@ <?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> <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> <ni>Generating HTML for photos selection in sets browser</ni> <ni>Enter or double click on photo in set now opens photo in flickr</ni> <ni>Double click on photoset opens photoset in flickr</ni> <ni>Hiding completely photo properties in sets browser when no photo selected</ni> </version> <version version="0.0.4" date="November 13th, 2006"> <ni>Added button to remove linebreaks from generated HTML</ni> <ni>Added the word 'sidebar' to the extension name so that you don't have to look hard for it</ni> <ni>UI polishing, including making it more boring</ni> <ni>code cosmetics</ni> </version> <version version="0.0.3" date="November 6th, 2006"> <ni>Firefox 2.0 compatibility</ni> </version> <version version="0.0.2" date="October 17th, 2006"> <ni>Added brief help file</ni> <ni>Fixed HTML generation code</ni> <ni>Fixed a mistyped flickr url so that the 'Flickr' button works now</ni> </version> <version version="0.0.1" date="October 3rd, 2006"> <ni>Added ability to paginate through search results</ni> <ni>Fixed packaging bug that omitted packaging license dialog</ni> <ni>A lot of code cleanup and UI polishing</ni> </version> <version version="0.0" date="September 26th, 2006"> <ni>Initial release</ni> </version> </news> diff --git a/configure.ac b/configure.ac index 98c8b1e..fbfa666 100644 --- a/configure.ac +++ b/configure.ac @@ -1,28 +1,28 @@ -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}]) 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]) AC_SUBST([xpichromecontentdir],[\${xpichromedir}/content]) AC_SUBST([xpichromelocaledir],[\${xpichromedir}/locale]) COPYING="`sed -e 's/\\"/\\"/g' -e 's,$,<br/>,g' -e 's/(c)/\\©/g' ${srcdir}/COPYING|tr '\n' ' '`" AC_SUBST([COPYING]) AC_CONFIG_FILES([ Makefile install.rdf update.rdf content/Makefile content/autoconf.dtd locale/Makefile ]) AC_OUTPUT diff --git a/install.rdf.in b/install.rdf.in index c36cce4..e069fcd 100644 --- a/install.rdf.in +++ b/install.rdf.in @@ -1,28 +1,28 @@ <?xml version="1.0"?> <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#"> <Description about="urn:mozilla:install-manifest"> <em:id>@MOZ_EXT_ID@</em:id> <em:name>Fireflix</em:name> <em:version>@VERSION@</em:version> <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</em:maxVersion> + <em:maxVersion>2.0.0.*</em:maxVersion> </Description> </em:targetApplication> </Description> </RDF> diff --git a/update.rdf.in b/update.rdf.in index 6320ca9..aa368a6 100644 --- a/update.rdf.in +++ b/update.rdf.in @@ -1,26 +1,26 @@ <?xml version="1.0"?> <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#"> <RDF:Description about="urn:mozilla:extension:@MOZ_EXT_ID@"> <em:updates> <RDF:Seq> <RDF:li resource="urn:mozilla:extension:@MOZ_EXT_ID@:@VERSION@"/> </RDF:Seq> </em:updates> </RDF:Description> <RDF:Description about="urn:mozilla:extension:@MOZ_EXT_ID@:@VERSION@"> <em:version>@VERSION@</em:version> <em:targetApplication> <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> </RDF:Description> </RDF:RDF> |