summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2006-10-03 20:08:50 (UTC)
committer Michael Krelin <hacker@klever.net>2006-10-03 20:08:50 (UTC)
commitf3b5bd2d48bdf132fc06aff69484bf90a86b4080 (patch) (side-by-side diff)
tree0ca50f732e68ad208c40648144190978c10dc62b
parent53295c46dbfdeab0f3dd22d62f4c0ccf404e7824 (diff)
downloadfireflix-f3b5bd2d48bdf132fc06aff69484bf90a86b4080.zip
fireflix-f3b5bd2d48bdf132fc06aff69484bf90a86b4080.tar.gz
fireflix-f3b5bd2d48bdf132fc06aff69484bf90a86b4080.tar.bz2
version bump and NEWS update0.0.1
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@185 fe716a7a-6dde-0310-88d9-d003556173a8
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 @@
- ()
- - ability to paginate through search results
- - a lot of code cleanup and UI polishing
+0.0.1 (October 3rd, 2006)
+ - Added ability to paginate through search results
+ - Fixed packaging bug that omitted packaging license dialog
+ - A lot of code cleanup and UI polishing
0.0 (September 26th, 2006)
- Initial release
diff --git a/NEWS.xml b/NEWS.xml
index a35afcd..4d9bc1c 100644
--- a/NEWS.xml
+++ b/NEWS.xml
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="us-ascii"?>
<news>
- <version version="" date="">
- <ni>ability to paginate through search results</ni>
- <ni>a lot of code cleanup and UI polishing</ni>
+ <version version="0.0.1" date="October 3rd, 2006">
+ <ni>Added ability to paginate through search results</ni>
+ <ni>Fixed packaging bug that omitted packaging license dialog</ni>
+ <ni>A lot of code cleanup and UI polishing</ni>
</version>
<version version="0.0" date="September 26th, 2006">
<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 @@
-AC_INIT([fireflix], [0.0], [fireflix-bugs@klever.net])
+AC_INIT([fireflix], [0.0.1], [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}])