changeset 9263:3f25c2a13a71 HEAD 1.2.2

Released v1.2.2.
author Timo Sirainen <tss@iki.fi>
date Mon, 27 Jul 2009 02:09:00 -0400
parents 5a4875e92829
children 8deada68e818
files NEWS TODO configure.in
diffstat 3 files changed, 28 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.2 2009-07-27  Timo Sirainen <tss@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@iki.fi>
 
 	* GSSAPI: Changed logging levels and improved the messages.
--- 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
 
--- 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_INIT([Dovecot],[1.2.1],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[1.2.2],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])