dovecot-1.0: Released v1.0.6.

dovecot at dovecot.org dovecot at dovecot.org
Sun Oct 28 03:16:08 EEST 2007


details:   http://hg.dovecot.org/dovecot-1.0/rev/fcaae2a5fb34
changeset: 5438:fcaae2a5fb34
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Oct 28 03:05:03 2007 +0300
description:
Released v1.0.6.

diffstat:

3 files changed, 23 insertions(+), 1 deletion(-)
NEWS         |   20 ++++++++++++++++++++
TODO         |    2 ++
configure.in |    2 +-

diffs (46 lines):

diff -r 5e62d52eebe4 -r fcaae2a5fb34 NEWS
--- a/NEWS	Sun Oct 28 03:11:56 2007 +0300
+++ b/NEWS	Sun Oct 28 03:05:03 2007 +0300
@@ -1,3 +1,23 @@ v1.0.5 2007-09-09  Timo Sirainen <tss at ik
+v1.0.6 2007-10-28  Timo Sirainen <tss at iki.fi>
+
+	* IDLE: Interval between mailbox change notifies is now 1 second,
+	  because some clients keep a long-running IDLE connection and use
+	  other connections to actually read the mails.
+	* SORT: If Date: header is missing or broken, fallback to using
+	  INTERNALDATE (as the SORT draft nowadays specifies).
+
+	+ deliver: If message begins with a "From " line, ignore it.
+	+ zlib plugin: If maildir file has a "Z" flag, open it with zlib.
+	- CREATE: Don't assert-crash if trying to create namespace prefix.
+	- SEARCH: Fixes to handling NOT operator with sequence ranges.
+	- LDAP reconnection fixes
+	- Maildir: Don't break when renaming mailboxes with '*' or '%'
+	  characters and children.
+	- mbox: Fixed "file size unexpectedly shrinked" error in some
+	  conditions.
+	- quota+mbox: Don't fail if trying to delete a directory.
+	- Fixes to running from inetd
+
 v1.0.5 2007-09-09  Timo Sirainen <tss at iki.fi>
 
 	- deliver: v1.0.4 broke home directory handling
diff -r 5e62d52eebe4 -r fcaae2a5fb34 TODO
--- a/TODO	Sun Oct 28 03:11:56 2007 +0300
+++ b/TODO	Sun Oct 28 03:05:03 2007 +0300
@@ -1,3 +1,5 @@
+ - deliver quota exceeded: saved failed -> sieve generic error -> 
+   sieve_execute_bytecode() failed
  - file ostream-crlf.c: line 339 (_send_istream): assertion failed: ((size_t)ret <= iov.iov_len)
  - mmap_disable: updated cache header doesn't invalidate other processes' cache?
  - mail_index_move_to_memory() should lock the index..
diff -r 5e62d52eebe4 -r fcaae2a5fb34 configure.in
--- a/configure.in	Sun Oct 28 03:11:56 2007 +0300
+++ b/configure.in	Sun Oct 28 03:05:03 2007 +0300
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.0.5],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.0.6],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE


More information about the dovecot-cvs mailing list