X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=HISTORY;h=4ce9996d12f9a04e6a1a08c106454d157ff99831;hb=d3e43ff563940e161075fe6cad02dd558e85ed8d;hp=dd8ff09f614414019e0717d547f9600e47667e40;hpb=0b5448fe699b652d965060467c595430c0a60137;p=onak.git diff --git a/HISTORY b/HISTORY index dd8ff09..4ce9996 100644 --- a/HISTORY +++ b/HISTORY @@ -190,3 +190,45 @@ RH by Fred Strauss. * Make sure we use the configured path to the MTA in sendsync.c * Support UID revokations. Thanks to Hanna Wallach for reporting this. + +0.3.3 - 4th March 2007 + +* Make onak-mail sequentially processes requests. +* Fix db4 memory leak. +* Add support for dynamic loading of backends. +* Use 64bit key ids for HTML keyindex links and support these in lookup. +* Add support for ADD to onak-mail. +* Fix replyto address bug in onak-mail. +* Gracefully fail when we can't open a db4 db. +* 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. + +0.3.7 - 2nd June 2009 + +* Escape colons and similar in MRHKP output. (Debian bug #487284) +* Add support for displaying Elgamal encrypt or sign keys. (deprecated) +* Ensure DB4 backend dbconns memory is initialised to zero. +* Open DB read only for onak lookup function. +* Obey binary flag for "onak get".