changeset 732:890ee8db4f3e HEAD

0.99.4 out
author Timo Sirainen <tss@iki.fi>
date Sun, 01 Dec 2002 18:38:14 +0200
parents 0cf0c312284f
children 280c0952fa90
files NEWS configure.in
diffstat 2 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Sun Dec 01 18:15:28 2002 +0200
+++ b/NEWS	Sun Dec 01 18:38:14 2002 +0200
@@ -1,3 +1,14 @@
+v0.99.4 2002-12-01  Timo Sirainen <tss@iki.fi>
+
+	- Command parser had several bugs when it didn't have enough data to
+	  parse the full command in one call, ie. network lags etc. triggered
+	  those bugs sometimes. This was the last "weird bug" I know of.
+	- Mbox indexes got broken when updating cached fields
+	- Fixed a few memory leaks and unneededly high memory usage while
+	  caching envelopes
+	- Fixes to searching from message body and header
+	- --with-ssldir didn't do anything and the default was empty
+
 v0.99.3 2002-11-26  Timo Sirainen <tss@iki.fi>
 
 	- mail_read_mmaped = no (default) caused mbox corruption with EXPUNGE.
--- a/configure.in	Sun Dec 01 18:15:28 2002 +0200
+++ b/configure.in	Sun Dec 01 18:38:14 2002 +0200
@@ -1,7 +1,7 @@
 AC_INIT(src)
 
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(dovecot, 0.99.3)
+AM_INIT_AUTOMAKE(dovecot, 0.99.4)
 
 AM_MAINTAINER_MODE