From b4575b70383dd7920295e28cff8af0cc1d51f1f7 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Tue, 25 Aug 2015 16:19:14 +0100 Subject: [PATCH] 0.4.6 release Release; update version string in configure.ac, README, Doxyfile. Update HISTORY and debian/changelog. --- Doxyfile | 2 +- HISTORY | 8 ++++++++ README | 4 ++-- configure.ac | 2 +- debian/changelog | 9 +++++++++ 5 files changed, 21 insertions(+), 4 deletions(-) diff --git a/Doxyfile b/Doxyfile index 07558d8..1f5e15e 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.5 +PROJECT_NUMBER = 0.4.6 # 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 7226cff..6d9f4a7 100644 --- a/HISTORY +++ b/HISTORY @@ -325,3 +325,11 @@ 0.4.5 - 3rd October 2014 * Fix for detecting systemd socket support with more recent versions of systemd + +0.4.6 - 25th August 2015 + +* Add additional ECC OIDs (Ed25519/Brainpool/secp256k1/Curve25519) +* Re-order linking for backend plugins to cope with ld --as-needed +* Add de-duplication of subkeys on a key +* Add support for displaying EDDSA keys (type 22) +* Add config file option to specify keyd socket directory diff --git a/README b/README index 7e37f05..420295d 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -onak 0.4.5 -Copyright 2003-2014 Jonathan McDowell +onak 0.4.6 +Copyright 2003-2015 Jonathan McDowell http://www.earth.li/projectpurple/progs/onak.html diff --git a/configure.ac b/configure.ac index 2eee054..5286ccc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT([onak],[0.4.5],[noodles-onak@earth.li]) +AC_INIT([onak],[0.4.6],[noodles-onak@earth.li]) AC_CONFIG_SRCDIR(onak.c) AC_CONFIG_HEADER(config.h) diff --git a/debian/changelog b/debian/changelog index c6cf27e..8c1bf94 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +onak (0.4.6-1) unstable; urgency=low + + * New upstream release + * Re-order linking for backend plugins to cope with ld --as-needed. + (Closes: #772433) + * Update debian/watch file to deal with non-gz compressed tarballs. + + -- Jonathan McDowell Tue, 25 Aug 2015 16:18:12 +0100 + onak (0.4.5-2) unstable; urgency=low * Don't build-depend on systemd dev packages for non-Linux architectures. -- 2.39.2