-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | NEWS.xml | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 10 insertions, 1 deletions
@@ -1,8 +1,12 @@ | |||
1 | 0.0.4 () | ||
2 | - Added the word 'sidebar' to the extension name so that you don't have to look hard for it | ||
3 | - UI polishing | ||
4 | - code cosmetics | ||
1 | 0.0.3 (November 6th, 2006) | 5 | 0.0.3 (November 6th, 2006) |
2 | - Firefox 2.0 compatibility | 6 | - Firefox 2.0 compatibility |
3 | 0.0.2 (October 17th, 2006) | 7 | 0.0.2 (October 17th, 2006) |
4 | - Added brief help file | 8 | - Added brief help file |
5 | - Fixed HTML generation code | 9 | - Fixed HTML generation code |
6 | - Fixed a mistyped flickr url so that the 'Flickr' button works now | 10 | - Fixed a mistyped flickr url so that the 'Flickr' button works now |
7 | 0.0.1 (October 3rd, 2006) | 11 | 0.0.1 (October 3rd, 2006) |
8 | - Added ability to paginate through search results | 12 | - Added ability to paginate through search results |
@@ -1,10 +1,15 @@ | |||
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.4" date=""> | ||
4 | <ni>Added the word 'sidebar' to the extension name so that you don't have to look hard for it</ni> | ||
5 | <ni>UI polishing</ni> | ||
6 | <ni>code cosmetics</ni> | ||
7 | </version> | ||
3 | <version version="0.0.3" date="November 6th, 2006"> | 8 | <version version="0.0.3" date="November 6th, 2006"> |
4 | <ni>Firefox 2.0 compatibility</ni> | 9 | <ni>Firefox 2.0 compatibility</ni> |
5 | </version> | 10 | </version> |
6 | <version version="0.0.2" date="October 17th, 2006"> | 11 | <version version="0.0.2" date="October 17th, 2006"> |
7 | <ni>Added brief help file</ni> | 12 | <ni>Added brief help file</ni> |
8 | <ni>Fixed HTML generation code</ni> | 13 | <ni>Fixed HTML generation code</ni> |
9 | <ni>Fixed a mistyped flickr url so that the 'Flickr' button works now</ni> | 14 | <ni>Fixed a mistyped flickr url so that the 'Flickr' button works now</ni> |
10 | </version> | 15 | </version> |
diff --git a/configure.ac b/configure.ac index 9f3ebe1..da6fa07 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,9 +1,9 @@ | |||
1 | AC_INIT([fireflix], [0.0.3], [fireflix-bugs@klever.net]) | 1 | AC_INIT([fireflix], [0.0.4], [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 |
8 | AC_MSG_ERROR([zip is required to produce packaged extension]) | 8 | AC_MSG_ERROR([zip is required to produce packaged extension]) |
9 | fi | 9 | fi |