From: Timo Sirainen Date: Thu, 18 Apr 2013 21:38:00 +0000 (+0300) Subject: Released v2.2.1. X-Git-Tag: 2.2.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4d85d3de043eacceeebcc65edb94761d64d6691;p=thirdparty%2Fdovecot%2Fcore.git Released v2.2.1. --- diff --git a/NEWS b/NEWS index 314b5b621d..08efff33e3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +v2.2.1 2013-04-19 Timo Sirainen + + - 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 * When creating home directories, the permissions are copied from the diff --git a/TODO b/TODO index c8a36ebc4e..c83560f274 100644 --- a/TODO +++ b/TODO @@ -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. diff --git a/configure.ac b/configure.ac index 3c587944e8..f06095f5c8 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.59]) # 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])