]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.2.1. 2.2.1
authorTimo Sirainen <tss@iki.fi>
Thu, 18 Apr 2013 21:38:00 +0000 (00:38 +0300)
committerTimo Sirainen <tss@iki.fi>
Thu, 18 Apr 2013 21:38:00 +0000 (00:38 +0300)
NEWS
TODO
configure.ac

diff --git a/NEWS b/NEWS
index 314b5b621dab0ce28e33365fa5b79822667b9593..08efff33e36441f39409c22a2d16c604284fed36 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/TODO b/TODO
index c8a36ebc4ee00668c43e1716a9b22a6bb8284d1b..c83560f2747b57279269d1651b96012b7fa178d2 100644 (file)
--- 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.
index 3c587944e8e29aee4b7ef1af45f6fb7ae3caa69a..f06095f5c8ba094b5911565fc6c9b27bbab792e1 100644 (file)
@@ -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])