]> the.earth.li Git - onak.git/blobdiff - HISTORY
Add ability to drop overly large packets
[onak.git] / HISTORY
diff --git a/HISTORY b/HISTORY
index 7226cff7cca876d037bda8b6d1af1e516cef5466..b60201702cfb5fcdfcbbe24cf4a17f49a5f2e0ba 100644 (file)
--- a/HISTORY
+++ b/HISTORY
 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