dovecot-2.2: Released v2.1.2.

dovecot at dovecot.org dovecot at dovecot.org
Sun May 20 03:26:28 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/744e0d7f1b25
changeset: 14351:744e0d7f1b25
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Mar 15 16:42:18 2012 +0200
description:
Released v2.1.2.

diffstat:

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

diffs (49 lines):

diff -r b2643c587f5b -r 744e0d7f1b25 NEWS
--- a/NEWS	Thu Mar 15 16:39:38 2012 +0200
+++ b/NEWS	Thu Mar 15 16:42:18 2012 +0200
@@ -1,3 +1,35 @@
+v2.1.2 2012-03-15  Timo Sirainen <tss at iki.fi>
+
+	+ Initial implementation of dsync-based replication. For now this
+	  should be used only on non-critical systems.
+	+ Proxying: POP3 now supports sending remote IP+port from proxy to
+	  backend server via Dovecot-specific XCLIENT extension.
+	+ Proxying: proxy_maybe=yes with host=<hostname> (instead of IP)
+	  works now properly.
+	+ Proxying: Added auth_proxy_self setting
+	+ Proxying: Added proxy_always extra field (see wiki docs)
+	+ Added director_username_hash setting to specify what part of the
+	  username is hashed. This can be used to implement per-domain
+	  backends (which allows safely accessing shared mailboxes within
+	  domain).
+	+ Added a "session ID" string for imap/pop3 connections, available
+	  in %{session} variable. The session ID passes through Dovecot
+	  IMAP/POP3 proxying to backend server. The same session ID is can be
+	  reused after a long time (currently a bit under 9 years). 
+	+ passdb checkpassword: Support "credentials lookups" (for
+	  non-plaintext auth and for lmtp_proxy lookups)
+	+ fts: Added fts_index_timeout setting to abort search if indexing
+	  hasn't finished by then (default is to wait forever). 
+	- doveadm sync: If mailbox was expunged empty, messages may have
+	  become back instead of also being expunged in the other side.
+	- director: If user logged into two directors while near user
+	  expiration, the directors might have redirected the user to two
+	  different backends.
+	- imap_id_* settings were ignored before login.
+	- Several fixes to mailbox_list_index=yes
+	- Previous v2.1.x didn't log all messages at shutdown.
+	- mbox: Fixed accessing Dovecot v1.x mbox index files without errors.
+
 v2.1.1 2012-02-23  Timo Sirainen <tss at iki.fi>
 
 	+ dsync: If message with same GUID is saved multiple times in session,
diff -r b2643c587f5b -r 744e0d7f1b25 configure.in
--- a/configure.in	Thu Mar 15 16:39:38 2012 +0200
+++ b/configure.in	Thu Mar 15 16:42:18 2012 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.1.1],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[2.1.2],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list