dovecot-1.0: Released v1.0.3.

dovecot at dovecot.org dovecot at dovecot.org
Wed Aug 1 13:25:20 EEST 2007


details:   http://hg.dovecot.org/dovecot-1.0/rev/ab25de86a7e0
changeset: 5361:ab25de86a7e0
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Aug 01 13:15:56 2007 +0300
description:
Released v1.0.3.

diffstat:

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

diffs (31 lines):

diff -r 1022900fec05 -r ab25de86a7e0 NEWS
--- a/NEWS	Wed Aug 01 13:13:42 2007 +0300
+++ b/NEWS	Wed Aug 01 13:15:56 2007 +0300
@@ -1,3 +1,17 @@ v1.0.2 2007-07-15  Timo Sirainen <tss at ik
+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
+	  INBOX even if Sieve script had discard, reject or redirect commands.
+	- LDAP: auth_bind=yes and empty auth_bind_userdn leaked memory
+	- ACL plugin: If user was given i (insert) right for a mailbox, but
+	  not all s/t/w (seen, deleted, other flags) rights, COPY and APPEND
+	  commands weren't supposed to allow saving those flags. This is
+	  technically a security fix, but it's unlikely this caused problems
+	  for anyone.
+	- ACL plugin: i (insert) right didn't work unless user was also given
+	  l (lookup) right.
+	- Solaris: Fixed filesystem quota for autofs mounts.
+
 v1.0.2 2007-07-15  Timo Sirainen <tss at iki.fi>
 
 	* dbox isn't built anymore by default. It will be redesigned so it
diff -r 1022900fec05 -r ab25de86a7e0 configure.in
--- a/configure.in	Wed Aug 01 13:13:42 2007 +0300
+++ b/configure.in	Wed Aug 01 13:15:56 2007 +0300
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.0.2],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.0.3],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE


More information about the dovecot-cvs mailing list