dovecot-1.2: Released v1.2.12.

dovecot at dovecot.org dovecot at dovecot.org
Sat Jun 19 01:21:01 EEST 2010


details:   http://hg.dovecot.org/dovecot-1.2/rev/41ea174abf10
changeset: 9583:41ea174abf10
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Jun 19 01:13:41 2010 +0300
description:
Released v1.2.12.

diffstat:

 NEWS         |  14 ++++++++++++++
 configure.in |   2 +-
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 4432650c0699 -r 41ea174abf10 NEWS
--- a/NEWS	Wed Jun 16 18:29:45 2010 +0100
+++ b/NEWS	Sat Jun 19 01:13:41 2010 +0300
@@ -1,3 +1,17 @@
+v1.2.12 2010-06-18  Timo Sirainen <tss at iki.fi>
+
+	- deliver: Don't crash when a message with Auto-submitted: header gets
+	  rejected.
+	- lib-storage: Fixed header searches to work correctly when there are
+	  multiple headers with same name.
+	- dict client: Disconnect from dict server after 1 second of idling.
+	- dict: If process crashed, it wasn't automatically restarted
+	- dict file: If dict file's group permissions equal world permissions,
+	  don't try to change its gid.
+	- maildir: Fixed a memory leak when copying with hardlinks.
+	- maildir: Expunging last messages may have assert-crashed if their
+	  filenames had just changed.
+
 v1.2.11 2010-03-08  Timo Sirainen <tss at iki.fi>
 
 	- mbox: Message header reading was unnecessarily slow. Fetching a
diff -r 4432650c0699 -r 41ea174abf10 configure.in
--- a/configure.in	Wed Jun 16 18:29:45 2010 +0100
+++ b/configure.in	Sat Jun 19 01:13:41 2010 +0300
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[1.2.11],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[1.2.12],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list