changeset 7962:c621f41567aa HEAD 1.1.5

Released v1.1.5.
author Timo Sirainen <tss@iki.fi>
date Wed, 22 Oct 2008 21:10:26 +0300
parents 147a57cd312f
children 28164d91ba74
files NEWS TODO configure.in
diffstat 3 files changed, 27 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.5 2008-10-22  Timo Sirainen <tss@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@iki.fi>
 
 	- SORT: Yet another assert-crashfix when renumbering index sort IDs.
--- 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
--- 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_INIT([dovecot],[1.1.4],[dovecot@dovecot.org])
+AC_INIT([dovecot],[1.1.5],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE