-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | NEWS.xml | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ | |||
1 | () | 1 | 0.0.2 (October 17th, 2006) |
2 | - Added brief help file | 2 | - Added brief help file |
3 | - Fixed HTML generation code | 3 | - Fixed HTML generation code |
4 | - Fixed a mistyped flickr url so that the 'Flickr' button works now | 4 | - Fixed a mistyped flickr url so that the 'Flickr' button works now |
5 | 0.0.1 (October 3rd, 2006) | 5 | 0.0.1 (October 3rd, 2006) |
6 | - Added ability to paginate through search results | 6 | - Added ability to paginate through search results |
7 | - Fixed packaging bug that omitted packaging license dialog | 7 | - Fixed packaging bug that omitted packaging license dialog |
@@ -1,9 +1,9 @@ | |||
1 | <?xml version="1.0" encoding="us-ascii"?> | 1 | <?xml version="1.0" encoding="us-ascii"?> |
2 | <news> | 2 | <news> |
3 | <version version="" date=""> | 3 | <version version="0.0.2" date="October 17th, 2006"> |
4 | <ni>Added brief help file</ni> | 4 | <ni>Added brief help file</ni> |
5 | <ni>Fixed HTML generation code</ni> | 5 | <ni>Fixed HTML generation code</ni> |
6 | <ni>Fixed a mistyped flickr url so that the 'Flickr' button works now</ni> | 6 | <ni>Fixed a mistyped flickr url so that the 'Flickr' button works now</ni> |
7 | </version> | 7 | </version> |
8 | <version version="0.0.1" date="October 3rd, 2006"> | 8 | <version version="0.0.1" date="October 3rd, 2006"> |
9 | <ni>Added ability to paginate through search results</ni> | 9 | <ni>Added ability to paginate through search results</ni> |
diff --git a/configure.ac b/configure.ac index 4864924..d75a575 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,7 +1,7 @@ | |||
1 | AC_INIT([fireflix], [0.0.1.1], [fireflix-bugs@klever.net]) | 1 | AC_INIT([fireflix], [0.0.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 |