changeset 353:ae6b163339a8 HEAD

0.98.4 released
author Timo Sirainen <tss@iki.fi>
date Sun, 06 Oct 2002 00:23:35 +0300
parents 693f93219218
children c2269ed9ffcb
files NEWS configure.in
diffstat 2 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Sun Oct 06 00:18:16 2002 +0300
+++ b/NEWS	Sun Oct 06 00:23:35 2002 +0300
@@ -1,3 +1,15 @@
+v0.98.4 2002-10-06  Timo Sirainen <tss@iki.fi>
+
+	* Just a final release before replacing hash file with a binary tree.
+
+	- When fetching messages larger than 256k, sometimes Dovecot missed
+	  to send CR causing corrupted data at end of message and possibly
+	  complete failure depending on IMAP client.
+	- Fetching BODY or BODYSTRUCTURE for message having content-type of
+	  message/rfc822 didn't correctly add () around the envelope data.
+	- Several fixes to make it compile with HP/UX ANSI C compiler.
+	  Also fixed several warnings it showed up.
+
 v0.98.3 2002-10-01  Timo Sirainen <tss@iki.fi>
 
 	* Sorry, just noticed a very stupid bug which caused evolution 1.2
--- a/configure.in	Sun Oct 06 00:18:16 2002 +0300
+++ b/configure.in	Sun Oct 06 00:23:35 2002 +0300
@@ -1,7 +1,7 @@
 AC_INIT(src)
 
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(dovecot, 0.98.3)
+AM_INIT_AUTOMAKE(dovecot, 0.98.4)
 
 AM_MAINTAINER_MODE