From 2f1e9ae7c4d8f893de7ffe03fcb36b905ffe0f96 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Tue, 19 Apr 2011 22:00:14 -0700 Subject: [PATCH] 0.4.0 release Release; update version string in configure.ac, README. Update HISTORY and debian/changelog. --- HISTORY | 23 +++++++++++++++++++++++ README | 4 ++-- configure.ac | 2 +- debian/changelog | 12 ++++++++++++ 4 files changed, 38 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index faeaae9..2ba6f63 100644 --- a/HISTORY +++ b/HISTORY @@ -242,3 +242,26 @@ #542187) * Change PostgreSQL backend to use PQescapeStringConn * Fix PostgreSQL backend key iteration + +0.4.0 - 19th April 2011 + +* Fix delete_key function in keyd backend +* Send close command when cleaning up keyd backend +* Actually close the socket in keyd/the keyd backend +* Update the copy of my key to my 4096R one +* Update maxpath/sixdegrees to my "new" RSA key +* Add -c option to specify keyd config file on command line +* Make keyd background itself by default +* Add use_keyd config file option to select keyd as the backend +* Clean up remaining uses of %llX for printing keyids +* Fix fs backend compilation/linking +* Configure db4 locks according to maxkeys and actually check maxkeys +* Explicitly use 32 bits for keyd socket commands +* Log when we're doing a clean keyd shutdown +* Add help text for keyd +* Add keydctl for talking to keyd backend +* Add the bzr version number to non release builds +* Allow db4 backend to compile with later versions of Berkeley DB +* Add a stats command to keyd +* Clean up use of PATH_MAX in keydb_fs.c +* Output details of key search after retrieval for pks/lookup diff --git a/README b/README index 276dea4..d514755 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -onak 0.3.8 -Copyright 2003-2009 Jonathan McDowell +onak 0.4.0 +Copyright 2003-2011 Jonathan McDowell http://www.earth.li/projectpurple/progs/onak.html diff --git a/configure.ac b/configure.ac index f382143..76462ad 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT([onak],[0.3.8],[noodles-onak@earth.li]) +AC_INIT([onak],[0.4.0],[noodles-onak@earth.li]) AC_CONFIG_SRCDIR(onak.c) AC_CONFIG_HEADER(config.h) diff --git a/debian/changelog b/debian/changelog index 0cb0a8d..40c7138 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +onak (0.4.0) unstable; urgency=low + + * Only seed empty database for if we're using default config + * Use generic db dependencies rather than 4.8 versioned ones. + (Closes: #621426) + * Bump Debian Standards-Version to 3.9.2.0 + * Add ${perl:Depends} to dependencies + * Add init.d file for keyd + * Add logrotate config snippet + + -- Jonathan McDowell Tue, 19 Apr 2011 21:59:28 -0700 + onak (0.3.8-1) unstable; urgency=low * New upstream release -- 2.30.2