From: Timo Sirainen Date: Wed, 11 May 2011 14:59:56 +0000 (+0300) Subject: Released v2.0.13. X-Git-Tag: 2.0.13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba130dc5b3cabf329073dfc314ecbddd4559e157;p=thirdparty%2Fdovecot%2Fcore.git Released v2.0.13. --- diff --git a/NEWS b/NEWS index 988e096570..a8753a9085 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +v2.0.13 2011-05-11 Timo Sirainen + + + 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 + doveadm: Added "move" command for moving mails between mailboxes. diff --git a/configure.in b/configure.in index 3950bfd9f8..b4a483058c 100644 --- a/configure.in +++ b/configure.in @@ -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])