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.1 LANGUAGES C)
+project(onak VERSION 0.6.2 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.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
+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 <noodles@earth.li> Sun, 27 Nov 2022 19:41:19 +0000
+
onak (0.6.1-1) unstable; urgency=low
* New upstream release
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
-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