changeset 9156:069d1d3f1760 HEAD 1.2.rc6

Released 1.2.rc6.
author Timo Sirainen <tss@iki.fi>
date Mon, 22 Jun 2009 01:49:28 -0400
parents 1c91fa0d804b
children d14e8b8df025
files NEWS configure.in
diffstat 2 files changed, 15 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.rc6 2009-06-22 Timo Sirainen <tss@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@iki.fi>
 
 	* auth_cache_negative_ttl is now used also for password mismatches
--- 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_INIT([Dovecot],[1.2.rc5],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[1.2.rc6],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])