changeset 16300:6fcf060b50f1

Released v2.2.1.
author Timo Sirainen <tss@iki.fi>
date Fri, 19 Apr 2013 00:38:00 +0300
parents 2da229987a81
children ff45bebb36bd
files NEWS TODO configure.ac
diffstat 3 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Thu Apr 18 18:49:55 2013 +0300
+++ b/NEWS	Fri Apr 19 00:38:00 2013 +0300
@@ -1,3 +1,11 @@
+v2.2.1 2013-04-19  Timo Sirainen <tss@iki.fi>
+
+	- mailbox_list_index=yes was broken.
+	- LAYOUT=index didn't list subscriptions.
+	- auth: Multiple master passdbs didn't work.
+	- Message parsing (e.g. during search) crashed when multipart message
+	  didn't actually contain any parts.
+
 v2.2.0 2013-04-11  Timo Sirainen <tss@iki.fi>
 
 	* When creating home directories, the permissions are copied from the
--- a/TODO	Thu Apr 18 18:49:55 2013 +0300
+++ b/TODO	Fri Apr 19 00:38:00 2013 +0300
@@ -8,6 +8,7 @@
        and can be matched -> rename mailbox.
      - GUID-less sync could optionally use just rfc822.size [and internaldate]
        to match messages.
+     - why does it use separate FETCH INTERNALDATE + FETCH BODY[HEADER]
 
  - lib-ssl-iostream: ssl_get_last_error() should return also syscall errors
    instead of being NULL. most importantly handle handshake code.
--- a/configure.ac	Thu Apr 18 18:49:55 2013 +0300
+++ b/configure.ac	Fri Apr 19 00:38:00 2013 +0300
@@ -2,7 +2,7 @@
 
 # Be sure to update ABI version also if anything changes that might require
 # recompiling plugins. Most importantly that means if any structs are changed.
-AC_INIT([Dovecot],[2.2.0],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.2.1],[dovecot@dovecot.org])
 AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv0($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])