X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=HISTORY;h=dd8ff09f614414019e0717d547f9600e47667e40;hb=8bc9630c93bdf4c659c04fbf6e86eec5446ed882;hp=e7740b74fa43db6834f2ac57afaccf978f8405ab;hpb=b6aba9ac4352dc446c5d05c64173ad1ebbfbfce6;p=onak.git diff --git a/HISTORY b/HISTORY index e7740b7..dd8ff09 100644 --- a/HISTORY +++ b/HISTORY @@ -164,3 +164,29 @@ 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.