# HG changeset patch # User Timo Sirainen # Date 1038344344 -7200 # Node ID 09c01325e070ff1f97d8f58dbff802e68f03b299 # Parent df5bf4ee669f7f4fa600533b2b41fd10218215fc 0.99.2 released diff -r df5bf4ee669f -r 09c01325e070 NEWS --- a/NEWS Tue Nov 26 22:55:44 2002 +0200 +++ b/NEWS Tue Nov 26 22:59:04 2002 +0200 @@ -1,3 +1,17 @@ +v0.99.2 2002-11-26 Timo Sirainen + + + If we have to wait for a lock longer, the client is now notified + about it every 30 seconds. + - Default settings still pointed to lib directory instead of the + libexec directory where the binaries were actually installed + - vpopmail support had to be kludged to fix a bug in vpopmail library + which sometimes left extra character after the user name. + - Login process crashed if master process didn't let some user login. + Normally this couldn't happen without error in configuration. + - select() based I/O loop wasn't working so Dovecot didn't work in + eg. OSX. Also PAM authentication wasn't detected with OSX. + - Didn't compile with NetBSD-current + v0.99.1 2002-11-25 Timo Sirainen + Added doc/mkcert.sh script to easily generate yourself a self-signed diff -r df5bf4ee669f -r 09c01325e070 TODO --- a/TODO Tue Nov 26 22:55:44 2002 +0200 +++ b/TODO Tue Nov 26 22:59:04 2002 +0200 @@ -198,7 +198,6 @@ can't free memory used by it .. what to do about it? at least count the malloc/free calls and complain if at the exit they don't match - ..wonder what it would look like if I did s/FooBarBaz/struct foo_bar_baz/.. - - create env_put() and env_clean() - nearest_power() could be problematic with things that want it for ints, not size_t..