changeset 14402:2c21c940e19d 2.1.4

Released v2.1.4.
author Timo Sirainen <tss@iki.fi>
date Mon, 09 Apr 2012 13:13:24 +0300
parents 3771ff9c04d2
children 1fe529f50259
files NEWS configure.in
diffstat 2 files changed, 18 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Mon Apr 09 13:12:29 2012 +0300
+++ b/NEWS	Mon Apr 09 13:13:24 2012 +0300
@@ -1,3 +1,20 @@
+v2.1.4 2012-04-09  Timo Sirainen <tss@iki.fi>
+
+	+ Added mail_temp_scan_interval setting and changed its default value
+	  from 8 hours to 1 week.
+	+ Added pop3-migration plugin for easily doing a transparent IMAP+POP3
+	  migration to Dovecot: http://wiki2.dovecot.org/Migration/Dsync
+	+ doveadm user: Added -m parameter to show some of the mail settings.
+	- Proxying SSL connections crashed in v2.1.[23]
+	- fts-solr: Indexing mail bodies was broken.
+	- director: Several changes to significantly improve error handling
+	- doveadm import didn't import messages' flags
+	- mail_full_filesystem_access=yes was broken
+	- Make sure IMAP clients can't create directories when accessing
+	  nonexistent users' mailboxes via shared namespace.
+	- Dovecot auth clients authenticating via TCP socket could have failed
+	  with bogus "PID already in use" errors.
+
 v2.1.3 2012-03-16  Timo Sirainen <tss@iki.fi>
 
 	- mdbox was broken in v2.1.2
--- a/configure.in	Mon Apr 09 13:12:29 2012 +0300
+++ b/configure.in	Mon Apr 09 13:13:24 2012 +0300
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.1.3],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.1.4],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])