summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--NEWS7
-rw-r--r--NEWS.xml7
-rw-r--r--configure.ac2
3 files changed, 9 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 437aa97..cd9d853 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
1 () 10.0.1 (October 3rd, 2006)
2 - ability to paginate through search results 2 - Added ability to paginate through search results
3 - a lot of code cleanup and UI polishing 3 - Fixed packaging bug that omitted packaging license dialog
4 - A lot of code cleanup and UI polishing
40.0 (September 26th, 2006) 50.0 (September 26th, 2006)
5 - Initial release 6 - Initial release
diff --git a/NEWS.xml b/NEWS.xml
index a35afcd..4d9bc1c 100644
--- a/NEWS.xml
+++ b/NEWS.xml
@@ -1,8 +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.1" date="October 3rd, 2006">
4 <ni>ability to paginate through search results</ni> 4 <ni>Added ability to paginate through search results</ni>
5 <ni>a lot of code cleanup and UI polishing</ni> 5 <ni>Fixed packaging bug that omitted packaging license dialog</ni>
6 <ni>A lot of code cleanup and UI polishing</ni>
6 </version> 7 </version>
7 <version version="0.0" date="September 26th, 2006"> 8 <version version="0.0" date="September 26th, 2006">
8 <ni>Initial release</ni> 9 <ni>Initial release</ni>
diff --git a/configure.ac b/configure.ac
index f205db5..1d6f656 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1AC_INIT([fireflix], [0.0], [fireflix-bugs@klever.net]) 1AC_INIT([fireflix], [0.0.1], [fireflix-bugs@klever.net])
2AC_CONFIG_SRCDIR([install.rdf.in]) 2AC_CONFIG_SRCDIR([install.rdf.in])
3AM_INIT_AUTOMAKE([dist-bzip2]) 3AM_INIT_AUTOMAKE([dist-bzip2])
4AC_SUBST([MOZ_EXT_ID],[{4269f719-86de-4668-b8ad-04752c23a69e}]) 4AC_SUBST([MOZ_EXT_ID],[{4269f719-86de-4668-b8ad-04752c23a69e}])