From 6d60149434eed130c201d4d670ce7b3be5c2866b Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Sun, 27 Nov 2022 19:41:37 +0000 Subject: [PATCH] 0.6.2 release Release; update version string in CMakeLists.txt, doc/README, Doxyfile. Update doc/HISTORY and debian/changelog. --- CMakeLists.txt | 2 +- Doxyfile | 2 +- debian/changelog | 9 +++++++++ doc/HISTORY | 8 ++++++++ doc/README | 4 ++-- 5 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 98659b3..c3c0894 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.1 FATAL_ERROR) -project(onak VERSION 0.6.1 LANGUAGES C) +project(onak VERSION 0.6.2 LANGUAGES C) include(CheckSymbolExists) include(FindPkgConfig) diff --git a/Doxyfile b/Doxyfile index e09a96c..b1637e4 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.6.1 +PROJECT_NUMBER = 0.6.2 # 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/debian/changelog b/debian/changelog index b3b9020..4992d34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +onak (0.6.2-1) unstable; urgency=low + + * New upstream release + * Bump debhelper compat level to 13 + * Use /run/onak for keyd socket + * Bump Debian Standards-Version to 4.6.1 + + -- Jonathan McDowell Sun, 27 Nov 2022 19:41:19 +0000 + onak (0.6.1-1) unstable; urgency=low * New upstream release diff --git a/doc/HISTORY b/doc/HISTORY index 12b55b5..0c2bbd6 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -366,3 +366,11 @@ 0.6.1 - 13th September 2020 * Fixes for compilation without nettle + with later releases of nettle + +0.6.2 - 27th November 2022 + +* Don't take creation time from unhashed subpackets +* Fix ECDSA/SHA1 signature check +* Fix handling of other signature requirement +* Fix deletion of keys with PostgreSQL backend +* Add support for verifying v3 signature packets diff --git a/doc/README b/doc/README index 4878ddd..587da84 100644 --- a/doc/README +++ b/doc/README @@ -1,5 +1,5 @@ -onak 0.6.1 -Copyright 2003-2020 Jonathan McDowell +onak 0.6.2 +Copyright 2002-2022 Jonathan McDowell https://www.earth.li/projectpurple/progs/onak.html -- 2.39.2