X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=doc%2FHISTORY;h=12b55b5d095587116aa1587fb8084015ca641c3f;hb=bd759e962e2434d41f154e8c2c09a8e8bbfc7943;hp=b60201702cfb5fcdfcbbe24cf4a17f49a5f2e0ba;hpb=f64729f7ef5bf4fde2e86f2cab93dc26f056fae6;p=onak.git diff --git a/doc/HISTORY b/doc/HISTORY index b602017..12b55b5 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -343,3 +343,26 @@ * 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