From 99875e881f971aec13af9dc74aa7202feea3a7b1 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Sun, 28 Aug 2016 16:26:17 +0100 Subject: [PATCH] 0.5.0 release Release; update version string in configure.ac, README, Doxyfile. Update HISTORY and debian/changelog. --- Doxyfile | 2 +- HISTORY | 10 ++++++++++ README | 4 ++-- configure.ac | 2 +- debian/NEWS.Debian | 4 ++-- debian/changelog | 4 ++-- 6 files changed, 18 insertions(+), 8 deletions(-) diff --git a/Doxyfile b/Doxyfile index 1f5e15e..7249d9f 100644 --- a/Doxyfile +++ b/Doxyfile @@ -32,7 +32,7 @@ PROJECT_NAME = onak # 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 diff --git a/HISTORY b/HISTORY index 6d9f4a7..b602017 100644 --- a/HISTORY +++ b/HISTORY @@ -333,3 +333,13 @@ * 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 diff --git a/README b/README index a8e17eb..c329b3b 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -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 diff --git a/configure.ac b/configure.ac index a9ab03c..0e67c09 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ 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) diff --git a/debian/NEWS.Debian b/debian/NEWS.Debian index 60b3af0..6c4509d 100644 --- a/debian/NEWS.Debian +++ b/debian/NEWS.Debian @@ -1,4 +1,4 @@ -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 @@ -10,5 +10,5 @@ onak (0.4.6-1+git) UNRELEASED; urgency=low in a future release and no new configuration options will be available in the old config file format. - -- Jonathan McDowell Tue, 07 Jun 2016 16:05:43 +0100 + -- Jonathan McDowell Sun, 28 Aug 2016 16:16:10 +0100 diff --git a/debian/changelog b/debian/changelog index 33c4efd..f6be103 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -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 @@ -7,7 +7,7 @@ onak (0.4.6-1+git) UNRELEASED; urgency=low * Add onak to Provides: in init script rather than just pgp-keyserver. * Add all hardening options (in particular for bindnow + pie). - -- Jonathan McDowell Sun, 17 Jan 2016 14:14:00 +0000 + -- Jonathan McDowell Sun, 28 Aug 2016 16:16:10 +0100 onak (0.4.6-1) unstable; urgency=low -- 2.39.2