From 8830b51522a66e915d665261cd82ae46e275568f Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Tue, 29 Dec 2009 16:43:42 +0000 Subject: [PATCH] 0.3.8 release Release; update version string in configure.ac, README. Update HISTORY and debian/changelog. --- HISTORY | 10 ++++++++++ README | 2 +- configure.ac | 2 +- debian/changelog | 15 ++++++++++++++- 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index 4ce9996..faeaae9 100644 --- a/HISTORY +++ b/HISTORY @@ -232,3 +232,13 @@ * Ensure DB4 backend dbconns memory is initialised to zero. * Open DB read only for onak lookup function. * Obey binary flag for "onak get". + +0.3.8 - 29th December 2009 + +* Fix "onak dump" to actually generate multiple output files. +* Limit key dump files to 100,000 keys for "onak dump". +* Correct formatting of some places we output a keyid. (Debian bug #540196) +* Don't add a key to the stats hash if it doesn't have any sigs. (Debian bug + #542187) +* Change PostgreSQL backend to use PQescapeStringConn +* Fix PostgreSQL backend key iteration diff --git a/README b/README index 373ff65..276dea4 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -onak 0.3.7 +onak 0.3.8 Copyright 2003-2009 Jonathan McDowell http://www.earth.li/projectpurple/progs/onak.html diff --git a/configure.ac b/configure.ac index 4f0a1db..746d9e6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT([onak],[0.3.7],[noodles-onak@earth.li]) +AC_INIT([onak],[0.3.8],[noodles-onak@earth.li]) AC_CONFIG_SRCDIR(onak.c) AC_CONFIG_HEADER(config.h) diff --git a/debian/changelog b/debian/changelog index 39fa7de..0cb0a8d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +onak (0.3.8-1) unstable; urgency=low + + * New upstream release + * Correct formatting of some places we output a keyid. (Closes: #540196) + * Don't add a key to the stats hash if it doesn't have any sigs. + (Closes: #542187) + * Add Homepage and Vcs-Bzr fields to Debian control file + * Bump debhelper compat level to 7 + * Bump Debian Standards-Version to 3.8.3.0 + * Change to build against libdb4.8 + + -- Jonathan McDowell Tue, 29 Dec 2009 16:42:23 +0000 + onak (0.3.7-1) unstable; urgency=low * New upstream release @@ -43,7 +56,7 @@ onak (0.3.3-1) unstable; urgency=low * Cleanup logfile upon package purge (Closes: #338516) * Add suggests on db4.2-utils (Closes: #317459) * Acknowledge NMU (Closes: #408270) - + -- Jonathan McDowell Sun, 04 Mar 2007 22:55:54 +0000 onak (0.3.2-1.1) unstable; urgency=high -- 2.30.2