dovecot-1.0: Released v1.0.11.

dovecot at dovecot.org dovecot at dovecot.org
Tue Mar 4 11:30:17 EET 2008


details:   http://hg.dovecot.org/dovecot-1.0/rev/bb50c8adf9f5
changeset: 5526:bb50c8adf9f5
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Mar 04 08:14:53 2008 +0200
description:
Released v1.0.11.

diffstat:

3 files changed, 22 insertions(+), 1 deletion(-)
NEWS         |   17 +++++++++++++++++
TODO         |    4 ++++
configure.in |    2 +-

diffs (45 lines):

diff -r 2c61c3cad1f1 -r bb50c8adf9f5 NEWS
--- a/NEWS	Tue Mar 04 07:53:18 2008 +0200
+++ b/NEWS	Tue Mar 04 08:14:53 2008 +0200
@@ -1,3 +1,20 @@ v1.0.10 2007-12-29  Timo Sirainen <tss at i
+v1.0.11 2008-03-04  Timo Sirainen <tss at iki.fi>
+
+	* mail_extra_groups setting was commonly used insecurely. This setting
+	  is now deprecated. Most users should switch to using
+	  mail_privileged_group setting, but if you really need the old
+	  functionality use mail_access_groups instead.
+
+	- mbox: Dropped some of the physical size fetch optimizations added
+	  in v1.0.8. This makes some commands slower, but should fix the rest
+	  of the problems.
+	- IMAP: SEARCH BEFORE/ON/SINCE didn't handle timezones correctly.
+	- ldap: auth_bind was doing lookups using subtree scope instead of
+	  the scope specified in config file.
+	- zlib plugin crashfixes by Richard Platel
+	- master passdbs: pass=yes setting was broken with blocking passdbs
+	  (e.g. MySQL)
+
 v1.0.10 2007-12-29  Timo Sirainen <tss at iki.fi>
 
 	* Security hole with LDAP+auth cache: If base setting contained
diff -r 2c61c3cad1f1 -r bb50c8adf9f5 TODO
--- a/TODO	Tue Mar 04 07:53:18 2008 +0200
+++ b/TODO	Tue Mar 04 08:14:53 2008 +0200
@@ -1,3 +1,7 @@
+ - com.apple.launchd.peruser.65534: PID 172 "imap" 
+   has no account to back it! Real/effective/saved UIDs
+     - change it to use login processes' UID/GID?
+ - mbox: SEARCH TEXT breaks cache / MIME structure somehow?
  - 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)
diff -r 2c61c3cad1f1 -r bb50c8adf9f5 configure.in
--- a/configure.in	Tue Mar 04 07:53:18 2008 +0200
+++ b/configure.in	Tue Mar 04 08:14:53 2008 +0200
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.0.10],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.0.11],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE


More information about the dovecot-cvs mailing list