Release; update version string in configure.ac, README, Doxyfile.
Update HISTORY and debian/changelog.
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.4.3
+PROJECT_NUMBER = 0.4.4
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
* Switch DB4 backend to using key fingerprint as primary index
* Sanity check signature data lengths
* Add support for systemd socket activation
+
+0.4.4 - 30th September 2014
+
+* Fix key ID lookups using onak CLI tool on 32 bit platforms
-onak 0.4.3
+onak 0.4.4
Copyright 2003-2014 Jonathan McDowell
http://www.earth.li/projectpurple/progs/onak.html
AC_PREREQ(2.50)
-AC_INIT([onak],[0.4.3],[noodles-onak@earth.li])
+AC_INIT([onak],[0.4.4],[noodles-onak@earth.li])
AC_CONFIG_SRCDIR(onak.c)
AC_CONFIG_HEADER(config.h)
+onak (0.4.4-1) unstable; urgency=low
+
+ * New upstream release
+ * Fixes key lookups using onak CLI tool on 32 bit platforms.
+
+ -- Jonathan McDowell <noodles@earth.li> Tue, 30 Sep 2014 22:36:34 +0100
+
onak (0.4.3-1) unstable; urgency=low
* New upstream release