dovecot-1.2: Released v1.2.2.

dovecot at dovecot.org dovecot at dovecot.org
Mon Jul 27 09:15:11 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/3f25c2a13a71
changeset: 9263:3f25c2a13a71
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jul 27 02:09:00 2009 -0400
description:
Released v1.2.2.

diffstat:

3 files changed, 28 insertions(+), 1 deletion(-)
NEWS         |   26 ++++++++++++++++++++++++++
TODO         |    1 +
configure.in |    2 +-

diffs (51 lines):

diff -r 5a4875e92829 -r 3f25c2a13a71 NEWS
--- a/NEWS	Sun Jul 26 23:37:15 2009 -0400
+++ b/NEWS	Mon Jul 27 02:09:00 2009 -0400
@@ -1,3 +1,29 @@ v1.2.1 2009-07-09 Timo Sirainen <tss at iki
+v1.2.2 2009-07-27  Timo Sirainen <tss at iki.fi>
+
+	* GSSAPI: More changes to authentication. Hopefully good now.
+	* lazy_expunge plugin: Drop \Deleted flag when moving message.
+
+	+ dovecot -n/-a now outputs also lda settings.
+	+ dovecot.conf !include now supports globs (e.g.
+	  !include /etc/dovecot/*.conf). Based on patch by Thomas Guthmann.
+	+ acl: Support spaces in user/group identifiers.
+	+ shared mailboxes: If only %%n is specified in prefix, default to
+	  current user's domain.
+	- Dovecot master process could hang if it received signals too rapidly.
+	- Fixed "corrupted index cache file" errors (and perhaps others) caused
+	  by e.g. IMAP's FETCH BODY[] command.
+	- IMAP: When QRESYNC is enabled, don't crash when a new mail is
+	  received while IDLEing.
+	- IMAP: FETCH X-* parameters weren't working.
+	- Maildir++ quota: Quota was sometimes updated wrong when it was
+	  being recalculated.
+	- Searching quoted-printable message body internally converted "_"
+	  characters to spaces and didn't match search keys with "_".
+	- Messages in year's first/last day may have had broken timezones
+	  with OSes not having struct tm->tm_gmtoff (e.g. Solaris).
+	- virtual plugin: If another session adds a new mailbox to index,
+	  don't crash.
+
 v1.2.1 2009-07-09 Timo Sirainen <tss at iki.fi>
 
 	* GSSAPI: Changed logging levels and improved the messages.
diff -r 5a4875e92829 -r 3f25c2a13a71 TODO
--- a/TODO	Sun Jul 26 23:37:15 2009 -0400
+++ b/TODO	Mon Jul 27 02:09:00 2009 -0400
@@ -1,3 +1,4 @@
+ - dbox + antispam crashes.
  - dict quota: syncing may cause quota recalculation, which in turn syncs
    all mailboxes and then we'll assert-crash to avoid infinite looping
 
diff -r 5a4875e92829 -r 3f25c2a13a71 configure.in
--- a/configure.in	Sun Jul 26 23:37:15 2009 -0400
+++ b/configure.in	Mon Jul 27 02:09:00 2009 -0400
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[1.2.1],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[1.2.2],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list