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