From d3e43ff563940e161075fe6cad02dd558e85ed8d Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Tue, 2 Jun 2009 15:52:18 +0100 Subject: [PATCH] 0.3.7 release Release; update version string in configure.ac, README. Update HISTORY and debian/changelog. --- HISTORY | 8 ++++++++ README | 4 ++-- configure.ac | 2 +- debian/changelog | 8 ++++++++ 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index e006f45..4ce9996 100644 --- a/HISTORY +++ b/HISTORY @@ -224,3 +224,11 @@ * "Recognize" some extra critical subpacket types. * Add support for upgrading db4 DBs built with older DB4 version. * Various minor code cleanups. + +0.3.7 - 2nd June 2009 + +* Escape colons and similar in MRHKP output. (Debian bug #487284) +* Add support for displaying Elgamal encrypt or sign keys. (deprecated) +* Ensure DB4 backend dbconns memory is initialised to zero. +* Open DB read only for onak lookup function. +* Obey binary flag for "onak get". diff --git a/README b/README index be0d3ac..09fada5 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -onak 0.3.6 -Copyright 2003-2008 Project Purple. Written by Jonathan McDowell +onak 0.3.7 +Copyright 2003-2009 Jonathan McDowell http://www.earth.li/projectpurple/progs/onak.html diff --git a/configure.ac b/configure.ac index de52c53..4f0a1db 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT([onak],[0.3.6],[noodles-onak@earth.li]) +AC_INIT([onak],[0.3.7],[noodles-onak@earth.li]) AC_CONFIG_SRCDIR(onak.c) AC_CONFIG_HEADER(config.h) diff --git a/debian/changelog b/debian/changelog index 8d2e209..39fa7de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +onak (0.3.7-1) unstable; urgency=low + + * New upstream release + * Fix escaping of : in HKP output. (Closes: #487284) + * Build with libdb4.7 (Closes: #520117) + + -- Jonathan McDowell Tue, 02 Jun 2009 15:51:09 +0100 + onak (0.3.6-1) unstable; urgency=low * New upstream release -- 2.39.2