From 90ced57c42e46cda45258fd86e76bebe909a38e4 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Tue, 30 Sep 2014 10:10:03 +0100 Subject: [PATCH] 0.4.3 release Release; update version string in configure.ac, README, Doxyfile. Update HISTORY and debian/changelog. --- Doxyfile | 2 +- HISTORY | 19 +++++++++++++++++++ README | 4 ++-- configure.ac | 2 +- debian/changelog | 7 ++++--- debian/copyright | 2 +- 6 files changed, 28 insertions(+), 8 deletions(-) diff --git a/Doxyfile b/Doxyfile index 78b139c..ecf09fc 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.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 diff --git a/HISTORY b/HISTORY index 3bc56fa..745891f 100644 --- a/HISTORY +++ b/HISTORY @@ -298,3 +298,22 @@ * 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 diff --git a/README b/README index 5eb8599..9bddf16 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -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 diff --git a/configure.ac b/configure.ac index 740f79c..3be7c84 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ 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) diff --git a/debian/changelog b/debian/changelog index b1379fe..4212148 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,12 @@ -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 Sun, 06 Oct 2013 13:18:38 +0100 + -- Jonathan McDowell Tue, 30 Sep 2014 10:09:28 +0100 onak (0.4.2-1) unstable; urgency=low diff --git a/debian/copyright b/debian/copyright index 975a70c..3d68307 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,7 +5,7 @@ It was downloaded from http://www.earth.li/projectpurple/progs/onak.html Upstream Author: Jonathan McDowell -Copyright: 2002-2013 Jonathan McDowell +Copyright: 2002-2014 Jonathan McDowell 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 -- 2.39.2