summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2006-10-09 19:22:39 (UTC)
committer Michael Krelin <hacker@klever.net>2006-10-09 19:22:39 (UTC)
commitd1c9236d6eb9ddf777d8e74659b77aac8890f58e (patch) (unidiff)
tree032b185929822f1130aba0ef1e6b30fe3c395ddf
parent55ea41380cc2bcbaebf8cb0a2c1ee401b79f5016 (diff)
downloadfireflix-d1c9236d6eb9ddf777d8e74659b77aac8890f58e.zip
fireflix-d1c9236d6eb9ddf777d8e74659b77aac8890f58e.tar.gz
fireflix-d1c9236d6eb9ddf777d8e74659b77aac8890f58e.tar.bz2
summarized changes and bumped version
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@190 fe716a7a-6dde-0310-88d9-d003556173a8
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--NEWS3
-rw-r--r--NEWS.xml4
-rw-r--r--configure.ac2
3 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cd9d853..4c0a8e6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
1 ()
2 - Fixed HTML generation code
3 - Fixed a mistyped flickr url so that the 'Flickr' button works now
10.0.1 (October 3rd, 2006) 40.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
diff --git a/NEWS.xml b/NEWS.xml
index 4d9bc1c..337ad61 100644
--- a/NEWS.xml
+++ b/NEWS.xml
@@ -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 @@
1AC_INIT([fireflix], [0.0.1], [fireflix-bugs@klever.net]) 1AC_INIT([fireflix], [0.0.1.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}])