changeset 9511:fa4b9d520687 HEAD 1.2.9

Released v1.2.9.
author Timo Sirainen <tss@iki.fi>
date Wed, 16 Dec 2009 15:35:29 -0500
parents 77b8ead30bb9
children 1f5a3979778c
files NEWS TODO configure.in
diffstat 3 files changed, 21 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Wed Dec 16 14:03:40 2009 -0500
+++ b/NEWS	Wed Dec 16 15:35:29 2009 -0500
@@ -1,3 +1,23 @@
+v1.2.9 2009-12-16  Timo Sirainen <tss@iki.fi>
+
+	* maildir: When saving, filenames now always contain ,S=<size>.
+	  Previously this was done only when quota plugin was loaded. It's
+	  required for zlib plugin and may be useful for other things too.
+
+	+ lazy-expunge: Support a single-namespace configuration. If a mailbox
+	  is deleted, its messages are merged with its old expunged messages
+	  (if there were any).
+	+ expire: Settings now support spaces in mailbox names by using
+	  quoted strings.
+	- maildir: v1.2.7 and v1.2.8 caused assert-crashes in
+	  maildir_uidlist_records_drop_expunges()
+	- maildir_copy_preserve_filename=yes could have caused crashes.
+	- Maildir++ quota: % limits weren't updated when limits were read
+	  from maildirsize.
+	- virtual: v1.2.8 didn't fully fix the "lots of mailboxes" bug
+	- virtual: Fixed updating virtual mailbox based on flag changes.
+	- fts-squat: Fixed searching multi-byte characters.
+
 v1.2.8 2009-11-19  Timo Sirainen <tss@iki.fi>
 
 	* Dovecot v1.2.x had been creating base_dir (and its parents if
--- a/TODO	Wed Dec 16 14:03:40 2009 -0500
+++ b/TODO	Wed Dec 16 15:35:29 2009 -0500
@@ -1,4 +1,3 @@
- - virtual mailbox * crashing with lots of mailboxes
  - antispam plugin: deleting mails from spam mailbox causes
    "dovecot.index reset, view is now inconsistent"
  - acl: mail_debug=yes could log something useful
--- a/configure.in	Wed Dec 16 14:03:40 2009 -0500
+++ b/configure.in	Wed Dec 16 15:35:29 2009 -0500
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[1.2.8],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[1.2.9],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])