]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.0.13. 2.0.13
authorTimo Sirainen <tss@iki.fi>
Wed, 11 May 2011 14:59:56 +0000 (17:59 +0300)
committerTimo Sirainen <tss@iki.fi>
Wed, 11 May 2011 14:59:56 +0000 (17:59 +0300)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 988e096570c10f67526a1980e13774d9f2f7fa57..a8753a9085f431f9504e7d66bd6104b5d1805fa5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+v2.0.13 2011-05-11  Timo Sirainen <tss@iki.fi>
+
+       + Added "doveadm index" command to add unindexed messages into
+         index/cache. If full text search is enabled, it also adds unindexed
+         messages to the fts database.
+       + added "doveadm director dump" command.
+       + pop3: Added support for showing messages in "POP3 order", which can 
+         be different from IMAP message order. This can be useful for
+         migrations from other servers. Implemented it for Maildir as 'O'
+         field in dovecot-uidlist.
+       - doveconf: Fixed a wrong "subsection has ssl=yes" warning.
+       - mdbox purge: Fixed wrong warning about corrupted extrefs.
+       - sdbox: INBOX GUID changed when INBOX was autocreated, leading to
+         trouble with dsync.
+       - script-login binary wasn't actually dropping privileges to the
+         user/group/chroot specified by its service settings.
+       - Fixed potential crashes and other problems when parsing header names
+         that contained NUL characters.
+
 v2.0.12 2011-04-12  Timo Sirainen <tss@iki.fi>
 
        + doveadm: Added "move" command for moving mails between mailboxes.
index 3950bfd9f866f7862c483f075fe79b0f4a16d644..b4a483058c811af4a84c1d01f97dd36d5bb08834 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.0.12],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.0.13],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])