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.2
+PROJECT_NUMBER = 0.4.3
# 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
* Allow maxpath + splitkeys to take a -c option to specify the config file
* Add wotsap tool to generate data files for wotsap
* Add HKP backend to allow onak to be used as a proxying keyserver
+
+0.4.3 - 30th September 2014
+
+* Set our user agent in the HKP backend
+* Allow keyd to serve multiple clients at once
+* Improve HKP backend URL parsing, adding support for HKPS
+* Add support for a user specific config file for onak binary
+* Make wotsap output tool ignore revoked keys
+* Add support for old Elgamal v3 key IDs
+* Add support for displaying EC/ECDSA key types + sizes
+* Extend database backends to support key fetching by fingerprint
+* Remove legacy pksd compatible DB2 backend
+* Add SHA1x hash support
+* Ignore X509 signatures for signature hash checking
+* Code cleanups for issues found using scan-build (llvm) + valgrind
+* Extend tests to include retrieval by subkey ID
+* Switch DB4 backend to using key fingerprint as primary index
+* Sanity check signature data lengths
+* Add support for systemd socket activation
-onak 0.4.2
-Copyright 2003-2013 Jonathan McDowell
+onak 0.4.3
+Copyright 2003-2014 Jonathan McDowell
http://www.earth.li/projectpurple/progs/onak.html
AC_PREREQ(2.50)
-AC_INIT([onak],[0.4.2+git],[noodles-onak@earth.li])
+AC_INIT([onak],[0.4.3],[noodles-onak@earth.li])
AC_CONFIG_SRCDIR(onak.c)
AC_CONFIG_HEADER(config.h)
-onak (0.4.2-1+git) unstable; urgency=low
+onak (0.4.3-1) unstable; urgency=low
- * Development build
+ * New upstream release
* Fix issue with pre-seeding key database on install.
* Add systemd service files using new systemd socket activation support.
* Bump Debian Standards-Version to 3.9.6.0
+ * Switch to debhelper.
- -- Jonathan McDowell <noodles@earth.li> Sun, 06 Oct 2013 13:18:38 +0100
+ -- Jonathan McDowell <noodles@earth.li> Tue, 30 Sep 2014 10:09:28 +0100
onak (0.4.2-1) unstable; urgency=low
Upstream Author: Jonathan McDowell <noodles@earth.li>
-Copyright: 2002-2013 Jonathan McDowell <noodles@earth.li>
+Copyright: 2002-2014 Jonathan McDowell <noodles@earth.li>
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by