]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.0.15. 2.0.15
authorTimo Sirainen <tss@iki.fi>
Fri, 16 Sep 2011 13:45:22 +0000 (16:45 +0300)
committerTimo Sirainen <tss@iki.fi>
Fri, 16 Sep 2011 13:45:22 +0000 (16:45 +0300)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 2323a19e0e8b307e644dd3d158ac6649096b6de6..5e83e001878933bfc020c3c5c166a72e88b335fa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+v2.0.15 2011-09-16  Timo Sirainen <tss@iki.fi>
+
+       + doveadm altmove: Added -r parameter to move mails back to primary
+         storage.
+       - v2.0.14: Index reading could have eaten a lot of memory in some
+         situations
+       - doveadm index no longer affects future caching decisions
+       - mbox: Fixed crash during mail delivery when mailbox didn't yet have
+         GUID assigned to it.
+       - zlib+mbox: Fetching last message from compressed mailboxes crashed.
+       - lib-sql: Fixed load balancing and error handling when multiple hosts
+         are used.
+
 v2.0.14 2011-08-29  Timo Sirainen <tss@iki.fi>
 
        + doveadm: Added support for running mail commands by proxying to
index 3e279a0e315febc6c80dca7ea0ea08fef3a534e2..6c7c5ecf2a4564dcf4c768f6e4660e7f7f8f4a69 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.0.14],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.0.15],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])