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.5.0 LANGUAGES C)
+project(onak VERSION 0.6.0 LANGUAGES C)
include(FindPkgConfig)
include(GNUInstallDirs)
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.5.0
+PROJECT_NUMBER = 0.6.0
# 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.5.0+wip-1) UNRELEASED; urgency=low
+onak (0.6.0-1) UNRELEASED; urgency=low
+ * New upstream release
* Bump debhelper compat level to 10
* Set Rules-Requires-Root to no
* Cleanup postinst to avoid recursive chown of database
* Include statistics for fetch by SKS hash in 'keydctl status'
* Pull key updates into keyd protocol rather than using delete/store
* Various robustness cleanups from American Fuzzy Lop testing
+
+0.6.0 - 13th September 2020
+
+* Move to CMake over autoconf
+* Add support for issuer fingerprint subpackets
+* Add experimental support for v5 keys
+* Add read-only OpenPGP keyring backed DB backend
+* Move various bits into their own subdirectories in the source tree
+* Add support for full signature verification
+* Drop v3 keys by default when cleaning keys
+* Various code cleanups
+* Implement pieces of draft-dkg-openpgp-abuse-resistant-keystore-03
+* Add support for a fingerprint blacklist (e.g. Evil32)
+* Deprecate the .conf configuration file format
+* Drop version info from armored output
+* Add option to deny new keys and only allow updates to existing keys
+* Various pieces of work removing support for 32 bit key IDs and coping
+ with colliding 64 bit key IDs.
+* Remove support for libnettle versions that lack the full SHA2 suite
-onak 0.5.0
-Copyright 2003-2016 Jonathan McDowell
-http://www.earth.li/projectpurple/progs/onak.html
+onak 0.6.0
+Copyright 2003-2020 Jonathan McDowell
+https://www.earth.li/projectpurple/progs/onak.html
Introduction:
onak lives at:
-http://www.earth.li/projectpurple/progs/onak.html
+https://www.earth.li/projectpurple/progs/onak.html
Development is carried out using git; you can access the repository
with something like:
-git clone git://the.earth.li/onak.git
+git clone https://the.earth.li/git/onak.git
or it can be browsed via gitweb at:
-http://the.earth.li/gitweb/?p=onak.git;a=summary
+https://the.earth.li/gitweb/?p=onak.git;a=summary
+
+It is also mirrored on GitHub at:
+
+https://github.com/u1f35c/onak
License: