X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/63dd4f45a5b356f7f6bdc4345c7f265ac5d2cd32..2a4f5c4bfeba9f167317015ca0eb027cfca3db93:/HISTORY diff --git a/HISTORY b/HISTORY index 0bb4e87..dd8ff09 100644 --- a/HISTORY +++ b/HISTORY @@ -181,3 +181,12 @@ * 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.