X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=HISTORY;h=dd8ff09f614414019e0717d547f9600e47667e40;hb=0b5448fe699b652d965060467c595430c0a60137;hp=0bb4e87b4283bc423c649e58caba9c3ea4298b8d;hpb=abc90dd0602ca116ce61886e962aecd14d4459cc;p=onak.git 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.