[dovecot-cvs] dovecot NEWS,1.8,1.9 configure.in,1.46,1.47

cras at procontrol.fi cras at procontrol.fi
Sun Nov 24 19:34:22 EET 2002


Update of /home/cvs/dovecot
In directory danu:/tmp/cvs-serv16601

Modified Files:
	NEWS configure.in 
Log Message:
0.99.0 released



Index: NEWS
===================================================================
RCS file: /home/cvs/dovecot/NEWS,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- NEWS	5 Oct 2002 21:23:35 -0000	1.8
+++ NEWS	24 Nov 2002 17:34:20 -0000	1.9
@@ -1,3 +1,34 @@
+v0.99.0 2002-11-24  Timo Sirainen <tss at iki.fi>
+
+	+ Replaced hash file with binary tree file which makes Dovecot stay
+	  fast with large mailboxes after expunging multiple mails.
+	+ Several speed improvements with SEARCH
+	+ SEARCH CHARSET support using iconv(), although case-insensitive
+	  searching is currently supported only for ASCII characters.
+	+ OpenSSL support.
+	+ Support for regenerating Diffie Hellman and RSA parameters with
+	  specified intervals. NOTE: currently doesn't work with OpenSSL.
+	+ Support for each login connection being handled in it's own process.
+	  This is the default as it's more safe especially with SSL.
+	+ mbox locking is now safe, other processes can't modify the mbox file
+	  while we're reading it.
+	+ Notify clients with "EXISTS" almost immediately after new mail is
+	  received.
+	+ Rawlog: Support for saving user connections into files - useful for
+	  debugging.
+	+ Content-Language is finally parsed correctly
+	+ Lots of smaller speed optimizations
+	- Partial BODY[] fetches weren't working properly
+	- BODY[section] was buggy with message/rfc822 MIME parts
+	- STARTTLS wasn't working
+	- \* flag was missing from PERMANENTFLAGS.
+	- Comments inside <> mail addresses crashed.
+	- imap-login printed UTC timestamps to logfiles
+	- passwd-file wasn't reread the the file changed
+	- PAM authentication was implemented wrong, which caused it to break
+	  with some PAM plugins.
+	- Lots of smaller fixes, mostly to do with reliability
+
 v0.98.4 2002-10-06  Timo Sirainen <tss at iki.fi>
 
 	* Just a final release before replacing hash file with a binary tree.

Index: configure.in
===================================================================
RCS file: /home/cvs/dovecot/configure.in,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- configure.in	20 Nov 2002 14:18:05 -0000	1.46
+++ configure.in	24 Nov 2002 17:34:20 -0000	1.47
@@ -1,7 +1,7 @@
 AC_INIT(src)
 
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(dovecot, 0.98.4)
+AM_INIT_AUTOMAKE(dovecot, 0.99.0)
 
 AM_MAINTAINER_MODE
 




More information about the dovecot-cvs mailing list