dovecot-2.0: Released v2.0.13.

dovecot at dovecot.org dovecot at dovecot.org
Wed May 11 18:54:21 EEST 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/aa8dfa085a99
changeset: 12803:aa8dfa085a99
user:      Timo Sirainen <tss at iki.fi>
date:      Wed May 11 17:59:56 2011 +0300
description:
Released v2.0.13.

diffstat:

 NEWS         |  19 +++++++++++++++++++
 configure.in |   2 +-
 2 files changed, 20 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r 822bd4936d46 -r aa8dfa085a99 NEWS
--- a/NEWS	Wed May 11 17:56:25 2011 +0300
+++ b/NEWS	Wed May 11 17:59:56 2011 +0300
@@ -1,3 +1,22 @@
+v2.0.13 2011-05-11  Timo Sirainen <tss at 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 at iki.fi>
 
 	+ doveadm: Added "move" command for moving mails between mailboxes.
diff -r 822bd4936d46 -r aa8dfa085a99 configure.in
--- a/configure.in	Wed May 11 17:56:25 2011 +0300
+++ b/configure.in	Wed May 11 17:59:56 2011 +0300
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.0.12],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[2.0.13],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list