changeset 14774:7e5f36fd989d

Released v2.1.8.
author Timo Sirainen <tss@iki.fi>
date Tue, 03 Jul 2012 05:15:04 +0300
parents f1509d8eb2c1
children 7e0c247ef1e4
files NEWS configure.in
diffstat 2 files changed, 16 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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@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@iki.fi>
 
 	* LDAP: Compatibility fix for v2.0: ldap: If attributes contain
--- 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@dovecot.org])
+AC_INIT([Dovecot],[2.1.8],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])