summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--NEWS4
-rw-r--r--NEWS.xml5
-rw-r--r--configure.ac2
3 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f5df235..0f81b49 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.0.4 ()
+ - Added the word 'sidebar' to the extension name so that you don't have to look hard for it
+ - UI polishing
+ - code cosmetics
0.0.3 (November 6th, 2006)
- Firefox 2.0 compatibility
0.0.2 (October 17th, 2006)
diff --git a/NEWS.xml b/NEWS.xml
index 52e399a..9efb4d1 100644
--- a/NEWS.xml
+++ b/NEWS.xml
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="us-ascii"?>
<news>
+ <version version="0.0.4" date="">
+ <ni>Added the word 'sidebar' to the extension name so that you don't have to look hard for it</ni>
+ <ni>UI polishing</ni>
+ <ni>code cosmetics</ni>
+ </version>
<version version="0.0.3" date="November 6th, 2006">
<ni>Firefox 2.0 compatibility</ni>
</version>
diff --git a/configure.ac b/configure.ac
index 9f3ebe1..da6fa07 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([fireflix], [0.0.3], [fireflix-bugs@klever.net])
+AC_INIT([fireflix], [0.0.4], [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}])