From b52f8dd1aad9dcc6012851091ebbf8a9a174f41f Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Tue, 30 Sep 2014 22:38:04 +0100 Subject: [PATCH] 0.4.4 release Release; update version string in configure.ac, README, Doxyfile. Update HISTORY and debian/changelog. --- Doxyfile | 2 +- HISTORY | 4 ++++ README | 2 +- configure.ac | 2 +- debian/changelog | 7 +++++++ 5 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Doxyfile b/Doxyfile index ecf09fc..ac53428 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.3 +PROJECT_NUMBER = 0.4.4 # 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 745891f..b751263 100644 --- a/HISTORY +++ b/HISTORY @@ -317,3 +317,7 @@ * Switch DB4 backend to using key fingerprint as primary index * Sanity check signature data lengths * Add support for systemd socket activation + +0.4.4 - 30th September 2014 + +* Fix key ID lookups using onak CLI tool on 32 bit platforms diff --git a/README b/README index 9bddf16..0c09076 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -onak 0.4.3 +onak 0.4.4 Copyright 2003-2014 Jonathan McDowell http://www.earth.li/projectpurple/progs/onak.html diff --git a/configure.ac b/configure.ac index 3be7c84..d43749a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT([onak],[0.4.3],[noodles-onak@earth.li]) +AC_INIT([onak],[0.4.4],[noodles-onak@earth.li]) AC_CONFIG_SRCDIR(onak.c) AC_CONFIG_HEADER(config.h) diff --git a/debian/changelog b/debian/changelog index 4212148..e9332cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +onak (0.4.4-1) unstable; urgency=low + + * New upstream release + * Fixes key lookups using onak CLI tool on 32 bit platforms. + + -- Jonathan McDowell Tue, 30 Sep 2014 22:36:34 +0100 + onak (0.4.3-1) unstable; urgency=low * New upstream release -- 2.39.2