dovecot-2.1: Released v2.1.8.

dovecot at dovecot.org dovecot at dovecot.org
Tue Jul 3 05:22:10 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/7e5f36fd989d
changeset: 14596:7e5f36fd989d
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jul 03 05:15:04 2012 +0300
description:
Released v2.1.8.

diffstat:

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

diffs (32 lines):

diff -r f1509d8eb2c1 -r 7e5f36fd989d NEWS
--- a/NEWS	Tue Jul 03 04:23:03 2012 +0300
+++ b/NEWS	Tue Jul 03 05:15:04 2012 +0300
@@ -1,3 +1,18 @@
+v2.1.8 2012-07-03  Timo Sirainen <tss at iki.fi>
+
+	+ pop3c: Added pop3c_master_user setting.
+	- imap: Mailbox names were accidentally sent as UTF-8 instead of mUTF-7
+	  in previous v2.1.x releases for STATUS, MYRIGHTS and GETQUOTAROOT
+	  commands.
+	- lmtp proxy: Don't timeout connections too early when mail has a lot
+	  of RCPT TOs.
+	- director: Don't crash if the director is working alone.
+	- shared mailboxes: Avoid doing "@domain" userdb lookups.
+	- doveadm: Fixed crash with proxying some commands.
+	- fts-squat: Fixed handling multiple SEARCH parameters.
+	- imapc: Fixed a crash when message had more than 8 keywords.
+	- imapc: Don't crash on APPEND/COPY if server doesn't support UIDPLUS.
+
 v2.1.7 2012-05-29  Timo Sirainen <tss at iki.fi>
 
 	* LDAP: Compatibility fix for v2.0: ldap: If attributes contain
diff -r f1509d8eb2c1 -r 7e5f36fd989d configure.in
--- a/configure.in	Tue Jul 03 04:23:03 2012 +0300
+++ b/configure.in	Tue Jul 03 05:15:04 2012 +0300
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.1.7],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[2.1.8],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list