summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2006-11-12 13:48:59 (UTC)
committer Michael Krelin <hacker@klever.net>2006-11-12 13:48:59 (UTC)
commit2ac12b08a25d62a97f66350653daa018b33d3c60 (patch) (unidiff)
treec249f3532e4d40ab83bfc006f509cd3e5cef1afb
parentdeb83503940568831766a18756aa0dabff9a7210 (diff)
downloadfireflix-2ac12b08a25d62a97f66350653daa018b33d3c60.zip
fireflix-2ac12b08a25d62a97f66350653daa018b33d3c60.tar.gz
fireflix-2ac12b08a25d62a97f66350653daa018b33d3c60.tar.bz2
bumped version and summarized changes in NEWS
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@213 fe716a7a-6dde-0310-88d9-d003556173a8
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,6 +1,10 @@
10.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
10.0.3 (November 6th, 2006) 50.0.3 (November 6th, 2006)
2 - Firefox 2.0 compatibility 6 - Firefox 2.0 compatibility
30.0.2 (October 17th, 2006) 70.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
diff --git a/NEWS.xml b/NEWS.xml
index 52e399a..9efb4d1 100644
--- a/NEWS.xml
+++ b/NEWS.xml
@@ -1,8 +1,13 @@
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>
diff --git a/configure.ac b/configure.ac
index 9f3ebe1..da6fa07 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
1AC_INIT([fireflix], [0.0.3], [fireflix-bugs@klever.net]) 1AC_INIT([fireflix], [0.0.4], [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}])
5 5
6AC_PATH_PROG([ZIP],[zip],[false]) 6AC_PATH_PROG([ZIP],[zip],[false])
7if test "${ZIP}" = "false" ; then 7if test "${ZIP}" = "false" ; then