X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/e716b97f1bc82183e1390de6c3082cdd6fc919a0..462dec4bd97b03dcb90e7b73eff3c7c6fe05a386:/HISTORY diff --git a/HISTORY b/HISTORY index 69f3d32..e006f45 100644 --- a/HISTORY +++ b/HISTORY @@ -209,3 +209,18 @@ * Fix dynamic backends bug involving passing the config to the backend. * Add an install target to the Makefile. * Add a man page for keyd. + +0.3.5 - 16th January 2008 + +* Fix dumb mistake with db4 backend. Serves me right for testing with + the file one. + +0.3.6 - 7th June 2008 + +* Make key addition success text more like SKS/PKS. (Thanks to Timothy Legge) +* Allow the use of search text for gets, rather than just keyids. "" +* Fix fetching key by text bug in db4 backend (we'd fetch too many keys). +* Fix lookup display for more than one photo id. (Thanks to Philippe Teuwen) +* "Recognize" some extra critical subpacket types. +* Add support for upgrading db4 DBs built with older DB4 version. +* Various minor code cleanups.