dovecot-1.1: Released v1.1.5.

dovecot at dovecot.org dovecot at dovecot.org
Wed Oct 22 21:19:18 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/c621f41567aa
changeset: 7962:c621f41567aa
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Oct 22 21:10:26 2008 +0300
description:
Released v1.1.5.

diffstat:

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

diffs (53 lines):

diff -r 147a57cd312f -r c621f41567aa NEWS
--- a/NEWS	Wed Oct 22 01:46:57 2008 +0300
+++ b/NEWS	Wed Oct 22 21:10:26 2008 +0300
@@ -1,3 +1,29 @@ v1.1.4 2008-10-05  Timo Sirainen <tss at ik
+v1.1.5 2008-10-22  Timo Sirainen <tss at iki.fi>
+
+	* Dovecot prints an informational message about authentication problems
+	  at startup. The message goes away after the first successful
+	  authentication. This hopefully reduces the number of "Why doesn't
+	  my authentication work?" questions.
+
+	+ Maildir/dbox: Try harder to assign unique UIDVALIDITY values to
+	  mailboxes to avoid potential problems when recreating or renaming
+	  mailboxes. The UIDVALIDITY is tracked using dovecot-uidvalidity*
+	  files in the mail root directory.
+	+ Many logging improvements
+	- In some conditions Dovecot could have stopped using existing cache
+	  file and never used it again until it was deleted.
+	- pop3 + Maildir: Make sure virtual sizes are always written to
+	  dovecot-uidlist. This way if the indexes are lost Dovecot will never
+	  do a huge amount of work to recalculate them.
+	- mbox: Fixed listing mailboxes in namespaces with prefix beginning
+	  with '~' or '/' (i.e. UW-IMAP compatibility namespaces didn't work).
+	- dict quota: Don't crash when recalculating quota (when quota warnings
+	  enabled).
+	- Fixes to handling "out of disk space/quota" failures.
+	- Blocking passdbs/userdbs (e.g. PAM, MySQL) could have failed lookups
+	  sometimes when auth_worker_max_request_count was non-zero.
+	- Fixed compiling with OpenBSD
+
 v1.1.4 2008-10-05  Timo Sirainen <tss at iki.fi>
 
 	- SORT: Yet another assert-crashfix when renumbering index sort IDs.
diff -r 147a57cd312f -r c621f41567aa TODO
--- a/TODO	Wed Oct 22 01:46:57 2008 +0300
+++ b/TODO	Wed Oct 22 21:10:26 2008 +0300
@@ -1,6 +1,4 @@
  - mbox + in-memory indexes give errors with stress testing
- - dict quota: syncing may cause quota recalculation, which in turn syncs
-   all mailboxes and then we'll assert-crash to avoid infinite looping
  - sieve: mailbox names should be utf-7 encoded
  - fts-squat: support ORs
  - UIDVALIDITY changed while saving -> sync errors
diff -r 147a57cd312f -r c621f41567aa configure.in
--- a/configure.in	Wed Oct 22 01:46:57 2008 +0300
+++ b/configure.in	Wed Oct 22 21:10:26 2008 +0300
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.4],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.1.5],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE


More information about the dovecot-cvs mailing list