dovecot-1.0: Released v1.0.4.

dovecot at dovecot.org dovecot at dovecot.org
Sat Sep 8 03:50:10 EEST 2007


details:   http://hg.dovecot.org/dovecot-1.0/rev/f7edf7fbe162
changeset: 5392:f7edf7fbe162
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Sep 08 03:38:17 2007 +0300
description:
Released v1.0.4.

diffstat:

3 files changed, 16 insertions(+), 2 deletions(-)
NEWS         |   14 ++++++++++++++
TODO         |    2 +-
configure.in |    2 +-

diffs (47 lines):

diff -r 8e86137a04fb -r f7edf7fbe162 NEWS
--- a/NEWS	Sat Sep 08 03:29:08 2007 +0300
+++ b/NEWS	Sat Sep 08 03:38:17 2007 +0300
@@ -1,3 +1,17 @@ v1.0.3 2007-08-01  Timo Sirainen <tss at ik
+v1.0.4 2007-09-08  Timo Sirainen <tss at iki.fi>
+
+	* Assume a MIME message if Content-Type: header exists, even if
+	  Mime-Version: header doesn't.
+
+	- IMAP: CREATE ns_prefix/box/ didn't work right when namespace prefix
+	  existed.
+	- deliver: plugin {} settings were overriding settings from userdb.
+	- mbox: Expunging the first message might not have worked always
+	- PostgreSQL: If we can't connect to server, timeout queries after
+	  a while instead of trying forever.
+	- Solaris: sendfile() support was broken and could have caused
+	  100% CPU usage and the connection hanging.
+
 v1.0.3 2007-08-01  Timo Sirainen <tss at iki.fi>
 
 	- deliver: v1.0.2's bounce fix caused message to be always saved to
diff -r 8e86137a04fb -r f7edf7fbe162 TODO
--- a/TODO	Sat Sep 08 03:29:08 2007 +0300
+++ b/TODO	Sat Sep 08 03:38:17 2007 +0300
@@ -1,3 +1,4 @@
+ - 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..
  - mbox: UID renumbering doesn't really work after all?
@@ -231,7 +232,6 @@
     - stop using atol(), atoi(), strtoul() etc. in places where we actually
       care about what they return, and rather create our own function which
       checks if the input overflows the integer, and if so call i_fatal()
-    - solaris sendfile is broken?
     - rfc2231 continuation support (useless?)
     - rfc2557 support for BODYSTRUCTURE, as specified by RFC3501
     - LMTP server
diff -r 8e86137a04fb -r f7edf7fbe162 configure.in
--- a/configure.in	Sat Sep 08 03:29:08 2007 +0300
+++ b/configure.in	Sat Sep 08 03:38:17 2007 +0300
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.0.3],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.0.4],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE


More information about the dovecot-cvs mailing list