X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=HISTORY;h=b60201702cfb5fcdfcbbe24cf4a17f49a5f2e0ba;hb=4b4592942fc58994cae56118173ad77d55c6f157;hp=745891f41f369d2050d65dfda9aca68fc1355391;hpb=90ced57c42e46cda45258fd86e76bebe909a38e4;p=onak.git diff --git a/HISTORY b/HISTORY index 745891f..b602017 100644 --- a/HISTORY +++ b/HISTORY @@ -317,3 +317,29 @@ * Switch DB4 backend to using key fingerprint as primary index * Sanity check signature data lengths * Add support for systemd socket activation + +0.4.4 - 30th September 2014 + +* Fix key ID lookups using onak CLI tool on 32 bit platforms + +0.4.5 - 3rd October 2014 + +* Fix for detecting systemd socket support with more recent versions of systemd + +0.4.6 - 25th August 2015 + +* Add additional ECC OIDs (Ed25519/Brainpool/secp256k1/Curve25519) +* Re-order linking for backend plugins to cope with ld --as-needed +* Add de-duplication of subkeys on a key +* Add support for displaying EDDSA keys (type 22) +* Add config file option to specify keyd socket directory + +0.5.0 - 28th August 2016 + +* Use mail_dir for the incoming mail lock file +* Switch to .ini style config file +* Add dumpconfig command to dump running config in .ini format +* Add stacked backend +* 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