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.6
+PROJECT_NUMBER = 0.5.0
# 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
* Add de-duplication of subkeys on a key
* Add support for displaying EDDSA keys (type 22)
* Add config file option to specify keyd socket directory
+
+0.5.0 - 28th August 2016
+
+* Use mail_dir for the incoming mail lock file
+* Switch to .ini style config file
+* Add dumpconfig command to dump running config in .ini format
+* Add stacked backend
+* Include statistics for fetch by SKS hash in 'keydctl status'
+* Pull key updates into keyd protocol rather than using delete/store
+* Various robustness cleanups from American Fuzzy Lop testing
-onak 0.4.6
-Copyright 2003-2015 Jonathan McDowell
+onak 0.5.0
+Copyright 2003-2016 Jonathan McDowell
http://www.earth.li/projectpurple/progs/onak.html
AC_PREREQ(2.50)
-AC_INIT([onak],[0.4.6],[noodles-onak@earth.li])
+AC_INIT([onak],[0.5.0],[noodles-onak@earth.li])
AC_CONFIG_SRCDIR(onak.c)
AC_CONFIG_HEADER(config.h)
-onak (0.4.6-1+git) UNRELEASED; urgency=low
+onak (0.5.0-1) unstable; urgency=low
Upstream onak has migrated to a new .ini style configuration file,
referred to as onak.ini instead of onak.conf. If you had local modifications
in a future release and no new configuration options will be available in
the old config file format.
- -- Jonathan McDowell <noodles@earth.li> Tue, 07 Jun 2016 16:05:43 +0100
+ -- Jonathan McDowell <noodles@earth.li> Sun, 28 Aug 2016 16:16:10 +0100
-onak (0.4.6-1+git) UNRELEASED; urgency=low
+onak (0.5.0-1) unstable; urgency=low
* Remove Ross Burton from Uploaders.
* Bump Debian Standards-Version to 3.9.8.0
* Add onak to Provides: in init script rather than just pgp-keyserver.
* Add all hardening options (in particular for bindnow + pie).
- -- Jonathan McDowell <noodles@earth.li> Sun, 17 Jan 2016 14:14:00 +0000
+ -- Jonathan McDowell <noodles@earth.li> Sun, 28 Aug 2016 16:16:10 +0100
onak (0.4.6-1) unstable; urgency=low