X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=doc%2FHISTORY;h=353d62020f2c5c13160d6c14f90d4f3a63b7c982;hb=refs%2Ftags%2Fonak-0.6.3;hp=b60201702cfb5fcdfcbbe24cf4a17f49a5f2e0ba;hpb=f64729f7ef5bf4fde2e86f2cab93dc26f056fae6;p=onak.git diff --git a/doc/HISTORY b/doc/HISTORY index b602017..353d620 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -343,3 +343,45 @@ * 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 + +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 + +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