dovecot-1.0: Released v1.0.9.

dovecot at dovecot.org dovecot at dovecot.org
Tue Dec 11 21:04:09 EET 2007


details:   http://hg.dovecot.org/dovecot-1.0/rev/c8bd340d90ca
changeset: 5491:c8bd340d90ca
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Dec 11 20:59:57 2007 +0200
description:
Released v1.0.9.

diffstat:

2 files changed, 11 insertions(+), 1 deletion(-)
NEWS         |   10 ++++++++++
configure.in |    2 +-

diffs (27 lines):

diff -r 2f4242afee68 -r c8bd340d90ca NEWS
--- a/NEWS	Tue Dec 11 20:58:11 2007 +0200
+++ b/NEWS	Tue Dec 11 20:59:57 2007 +0200
@@ -1,3 +1,13 @@ v1.0.8 2007-11-28  Timo Sirainen <tss at ik
+v1.0.9 2007-12-11  Timo Sirainen <tss at iki.fi>
+
+	+ Maildir: Don't wait on dovecot-uidlist.lock when we just want to
+	  find out a new filename for the message.
+	- mbox: v1.0.8 changes sometimes caused FETCH to fail with
+	  "got too little data", disconnecting the client.
+	- Fixed a memory leak when FETCHing message header/body multiple
+	  times within a command (e.g. BODY[1] BODY[2])
+	- IMAP: Partial body fetching was still slow with mboxes
+
 v1.0.8 2007-11-28  Timo Sirainen <tss at iki.fi>
 
 	+ Authentication: Added "password_noscheme" field that can be used
diff -r 2f4242afee68 -r c8bd340d90ca configure.in
--- a/configure.in	Tue Dec 11 20:58:11 2007 +0200
+++ b/configure.in	Tue Dec 11 20:59:57 2007 +0200
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.0.8],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.0.9],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE


More information about the dovecot-cvs mailing list