X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=HISTORY;h=e006f45d8e915fd6be39f6792e6a722397ff715f;hb=45aa1540aaa3d76a4ca5509c4666d98ce272c000;hp=ca241fcdfcd7793994845dfdcf528c5833c3e564;hpb=b29df6ee43968324d986717ac10d6e0656925196;p=onak.git diff --git a/HISTORY b/HISTORY index ca241fc..e006f45 100644 --- a/HISTORY +++ b/HISTORY @@ -203,3 +203,24 @@ * Fix assumption that a signature on a public key is a revocation. * Document test keys. * Check signature time as well as keyid for key merges. + +0.3.4 - 29th December 2007 + +* 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.