dovecot-1.2: Released v1.2.9.
dovecot at dovecot.org
dovecot at dovecot.org
Wed Dec 16 22:49:30 EET 2009
details: http://hg.dovecot.org/dovecot-1.2/rev/fa4b9d520687
changeset: 9511:fa4b9d520687
user: Timo Sirainen <tss at iki.fi>
date: Wed Dec 16 15:35:29 2009 -0500
description:
Released v1.2.9.
diffstat:
3 files changed, 21 insertions(+), 2 deletions(-)
NEWS | 20 ++++++++++++++++++++
TODO | 1 -
configure.in | 2 +-
diffs (45 lines):
diff -r 77b8ead30bb9 -r fa4b9d520687 NEWS
--- 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.8 2009-11-19 Timo Sirainen <tss at ik
+v1.2.9 2009-12-16 Timo Sirainen <tss at 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 at iki.fi>
* Dovecot v1.2.x had been creating base_dir (and its parents if
diff -r 77b8ead30bb9 -r fa4b9d520687 TODO
--- 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
diff -r 77b8ead30bb9 -r fa4b9d520687 configure.in
--- 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_PREREQ([2.59])
-AC_INIT([Dovecot],[1.2.8],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[1.2.9],[dovecot at dovecot.org])
AC_CONFIG_SRCDIR([src])
AM_INIT_AUTOMAKE([foreign])
More information about the dovecot-cvs
mailing list