dovecot-1.2: Released 1.2.rc6.

dovecot at dovecot.org dovecot at dovecot.org
Mon Jun 22 09:03:46 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/069d1d3f1760
changeset: 9156:069d1d3f1760
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jun 22 01:49:28 2009 -0400
description:
Released 1.2.rc6.

diffstat:

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

diffs (31 lines):

diff -r 1c91fa0d804b -r 069d1d3f1760 NEWS
--- a/NEWS	Mon Jun 22 01:43:31 2009 -0400
+++ b/NEWS	Mon Jun 22 01:49:28 2009 -0400
@@ -1,3 +1,17 @@ v1.2.rc5 2009-06-04 Timo Sirainen <tss at i
+v1.2.rc6 2009-06-22 Timo Sirainen <tss at iki.fi>
+
+	* imap proxy: Pass through to client unexpected untagged replies
+	  from remote server (e.g. alerts).
+	* Solr: Don't use "any" copyfield, it doubles the index size.
+	* mail_location: Allow using ":" characters in dir names by escaping
+	  it as "::".
+
+	- mbox: Don't crash with invalid From_-lines.
+	- IMAP: Don't crash if IDLE command is pipelined after a long-running
+	  UID FETCH or UID SEARCH.
+	- ACL / shared mailbox fixes
+	- Some metadata files were incorrectly getting 0666 permissions.
+
 v1.2.rc5 2009-06-04 Timo Sirainen <tss at iki.fi>
 
 	* auth_cache_negative_ttl is now used also for password mismatches
diff -r 1c91fa0d804b -r 069d1d3f1760 configure.in
--- a/configure.in	Mon Jun 22 01:43:31 2009 -0400
+++ b/configure.in	Mon Jun 22 01:49:28 2009 -0400
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[1.2.rc5],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[1.2.rc6],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list