From: Jonathan McDowell Date: Tue, 26 Sep 2023 19:52:47 +0000 (+0100) Subject: 0.6.3 release X-Git-Tag: onak-0.6.3^0 X-Git-Url: https://the.earth.li/gitweb/?p=onak.git;a=commitdiff_plain;h=9aadc77b48c7826015f8ec87cebdc15d012c5f14 0.6.3 release Release; update version string in CMakeLists.txt, doc/README, Doxyfile. Update doc/HISTORY and debian/changelog. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e53ad46..ed47ba3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.1 FATAL_ERROR) -project(onak VERSION 0.6.2 LANGUAGES C) +project(onak VERSION 0.6.3 LANGUAGES C) include(CheckSymbolExists) include(FindPkgConfig) diff --git a/Doxyfile b/Doxyfile index b1637e4..f29da92 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.2 +PROJECT_NUMBER = 0.6.3 # 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 49871dd..7e5f6f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,8 @@ -onak (0.6.2-2) UNRELEASED; urgency=low +onak (0.6.3-1) unstable; urgency=low - * Switch to RuntimeDirectory in systemd service file. Thanks to Guillem - Jover for the pointer. + * New upstream release - -- Jonathan McDowell Mon, 02 Jan 2023 15:55:04 +0000 + -- Jonathan McDowell Tue, 26 Sep 2023 20:48:54 +0100 onak (0.6.2-1) unstable; urgency=low diff --git a/doc/HISTORY b/doc/HISTORY index 0c2bbd6..353d620 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -374,3 +374,14 @@ * Fix handling of other signature requirement * Fix deletion of keys with PostgreSQL backend * Add support for verifying v3 signature packets + +0.6.3 - 26th September 2023 + +* Fix systemd detection + socket activation +* Add CMake checking for Berkeley DB +* Minor improvements to keyd logging +* Fix decoding of signature creation time +* Relax version check on parsing signature + key packets +* Improve HTML escaping +* Handle failed database initialisation more gracefully +* Fix bug with EDDSA signatures with top 8+ bits unset diff --git a/doc/README b/doc/README index 587da84..8eaf788 100644 --- a/doc/README +++ b/doc/README @@ -1,5 +1,5 @@ -onak 0.6.2 -Copyright 2002-2022 Jonathan McDowell +onak 0.6.3 +Copyright 2002-2023 Jonathan McDowell https://www.earth.li/projectpurple/progs/onak.html