comparison NEWS @ 652:d0c09214b803 HEAD

0.99.0 released
author Timo Sirainen <tss@iki.fi>
date Sun, 24 Nov 2002 19:34:20 +0200
parents ae6b163339a8
children aff68c9e0317
comparison
equal deleted inserted replaced
651:f96c45d2e24a 652:d0c09214b803
1 v0.99.0 2002-11-24 Timo Sirainen <tss@iki.fi>
2
3 + Replaced hash file with binary tree file which makes Dovecot stay
4 fast with large mailboxes after expunging multiple mails.
5 + Several speed improvements with SEARCH
6 + SEARCH CHARSET support using iconv(), although case-insensitive
7 searching is currently supported only for ASCII characters.
8 + OpenSSL support.
9 + Support for regenerating Diffie Hellman and RSA parameters with
10 specified intervals. NOTE: currently doesn't work with OpenSSL.
11 + Support for each login connection being handled in it's own process.
12 This is the default as it's more safe especially with SSL.
13 + mbox locking is now safe, other processes can't modify the mbox file
14 while we're reading it.
15 + Notify clients with "EXISTS" almost immediately after new mail is
16 received.
17 + Rawlog: Support for saving user connections into files - useful for
18 debugging.
19 + Content-Language is finally parsed correctly
20 + Lots of smaller speed optimizations
21 - Partial BODY[] fetches weren't working properly
22 - BODY[section] was buggy with message/rfc822 MIME parts
23 - STARTTLS wasn't working
24 - \* flag was missing from PERMANENTFLAGS.
25 - Comments inside <> mail addresses crashed.
26 - imap-login printed UTC timestamps to logfiles
27 - passwd-file wasn't reread the the file changed
28 - PAM authentication was implemented wrong, which caused it to break
29 with some PAM plugins.
30 - Lots of smaller fixes, mostly to do with reliability
31
1 v0.98.4 2002-10-06 Timo Sirainen <tss@iki.fi> 32 v0.98.4 2002-10-06 Timo Sirainen <tss@iki.fi>
2 33
3 * Just a final release before replacing hash file with a binary tree. 34 * Just a final release before replacing hash file with a binary tree.
4 35
5 - When fetching messages larger than 256k, sometimes Dovecot missed 36 - When fetching messages larger than 256k, sometimes Dovecot missed