Release; update version string in CMakeLists.txt, doc/README, Doxyfile.
Update doc/HISTORY and debian/changelog.
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)
# 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
-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 <noodles@earth.li> Mon, 02 Jan 2023 15:55:04 +0000
+ -- Jonathan McDowell <noodles@earth.li> Tue, 26 Sep 2023 20:48:54 +0100
onak (0.6.2-1) unstable; urgency=low
* 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
-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