Release; update version string in configure.ac, README.
Update HISTORY and debian/changelog.
* 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.
-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
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)
+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