]> the.earth.li Git - onak.git/commitdiff
0.3.5 release.
authorJonathan McDowell <noodles@pot>
Wed, 16 Jan 2008 21:37:06 +0000 (21:37 +0000)
committerJonathan McDowell <noodles@pot>
Wed, 16 Jan 2008 21:37:06 +0000 (21:37 +0000)
Release; update version string in configure.ac, README.
Update HISTORY and debian/changelog.

HISTORY
README
configure.ac
debian/changelog

diff --git a/HISTORY b/HISTORY
index 69f3d32db381f6ba82611a5c1f295e13675445b7..892b3c48e3055fe4b77383c577a318d15c93b38a 100644 (file)
--- a/HISTORY
+++ b/HISTORY
 * Fix dynamic backends bug involving passing the config to the backend.
 * Add an install target to the Makefile.
 * Add a man page for keyd. 
+
+0.3.5 - 16th January 2008
+
+* Fix dumb mistake with db4 backend. Serves me right for testing with
+  the file one.
diff --git a/README b/README
index 73698602c6e6b03a4d2ac1125d1ab6441414cfd9..9bdfe8b5fc0a2fbe0445748996b64117affd51e5 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-onak 0.3.4
-Copyright 2003-2007 Project Purple. Written by Jonathan McDowell
+onak 0.3.5
+Copyright 2003-2008 Project Purple. Written by Jonathan McDowell
 http://www.earth.li/projectpurple/progs/onak.html
 
 
index f8bb689169c7ad9469e1875b949bb108b7cac87a..4c2f800925bca8e3a60e06f408c0f411b604467c 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.50)
-AC_INIT([onak],[0.3.4],[noodles-onak@earth.li])
+AC_INIT([onak],[0.3.5],[noodles-onak@earth.li])
 AC_CONFIG_SRCDIR(onak.c)
 AC_CONFIG_HEADER(config.h)
 
index 2419eeb3f2c173c99fc39c14e47095c409c4fd8a..d7ca824c667b81399a2b0f6e428b9919f504badf 100644 (file)
@@ -1,3 +1,10 @@
+onak (0.3.5) unstable; urgency=low
+
+  * New upstream release
+    * Fixes stupid db4 backend mistake (Closes: #460575)
+
+ -- Jonathan McDowell <noodles@earth.li>  Wed, 16 Jan 2008 21:30:40 +0000
+
 onak (0.3.4) unstable; urgency=low
 
   * New upstream release