diff NEWS @ 9299:24952a7b371b HEAD 1.2.3

Released v1.2.3.
author Timo Sirainen <tss@iki.fi>
date Fri, 07 Aug 2009 19:46:31 -0400
parents 3f25c2a13a71
children f32928e74606
line wrap: on
line diff
--- a/NEWS	Fri Aug 07 19:25:51 2009 -0400
+++ b/NEWS	Fri Aug 07 19:46:31 2009 -0400
@@ -1,3 +1,19 @@
+v1.2.3 2009-08-07  Timo Sirainen <tss@iki.fi>
+
+	* Mailbox names with control characters can't be created anymore.
+	  Existing mailboxes can still be accessed though.
+
+	+ Allow namespace prefix to be opened as mailbox, if a mailbox
+	  already exists in the root dir.
+	- Maildir: dovecot-uidlist was being recreated every time a mailbox
+	  was accessed, even if nothing changed.
+	- listescape plugin was somewhat broken
+	- Compiling fixes for non-Linux/BSDs
+	- imap: tb-extra-mailbox-sep workaround was broken.
+	- ldap: Fixed hang when >128 requests were sent at once.
+	- fts_squat: Fixed crashing when searching virtual mailbox.
+	- imap: Fixed THREAD .. INTHREAD crashing.
+
 v1.2.2 2009-07-27  Timo Sirainen <tss@iki.fi>
 
 	* GSSAPI: More changes to authentication. Hopefully good now.