X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/b6aba9ac4352dc446c5d05c64173ad1ebbfbfce6..a534b3b856a1e3cbfe60bc0bca432e802f9718be:/HISTORY diff --git a/HISTORY b/HISTORY index e7740b7..faeaae9 100644 --- a/HISTORY +++ b/HISTORY @@ -164,3 +164,81 @@ behaviour in the face of abnormal termination. * Add Apache2 example config info. * Update mathopd example config to newer version. + +0.3.1 - 23rd October 2004 + +* Add onak-mail.pl man page (Debian bug #276879) +* Add links to HTML index output. (Debian bug #275227) +* Speed up fetch_key_text (use of lladdend/sorted keyid array). +* Cleanup db4 properly if we fail to open it. +* Change buffer_put/fetchchar functions to use memcpy (speed up). +* Add key iteration functionality to keydb backends. +* Move dumpdb to iterate_keys. +* Add keyd backend (persistant database access over Unix socket) +* Cleanup logging in sixdegrees.c +* Fix maxpath to initialise the logging infrastructure. +* Fix sixdegrees to initialise the logging infrastructure. +* Fix transaction around id32 updating in DB4 backend. +* Compile warning cleanup; add missed include file. +* Hard error when db version is < 4. + +0.3.2 - 25th March 2005 + +* Change word split routine to split on punctuation/spaces. (Jason Harris) +* Fix problem parsing empty config lines. (Thanks to Fred Strauss) +* Do some checking before closing stderr in add.c. Fixes an issue seen in + 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". + +0.3.8 - 29th December 2009 + +* Fix "onak dump" to actually generate multiple output files. +* Limit key dump files to 100,000 keys for "onak dump". +* Correct formatting of some places we output a keyid. (Debian bug #540196) +* Don't add a key to the stats hash if it doesn't have any sigs. (Debian bug + #542187) +* Change PostgreSQL backend to use PQescapeStringConn +* Fix PostgreSQL backend key iteration