dovecot-1.2: Released v1.2.6.

dovecot at dovecot.org dovecot at dovecot.org
Tue Oct 6 02:59:04 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/5c5fc2aa299a
changeset: 9413:5c5fc2aa299a
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Oct 05 19:52:03 2009 -0400
description:
Released v1.2.6.

diffstat:

2 files changed, 13 insertions(+), 1 deletion(-)
NEWS         |   12 ++++++++++++
configure.in |    2 +-

diffs (29 lines):

diff -r 4d715af3d1e6 -r 5c5fc2aa299a NEWS
--- a/NEWS	Mon Oct 05 19:45:12 2009 -0400
+++ b/NEWS	Mon Oct 05 19:52:03 2009 -0400
@@ -1,3 +1,15 @@ v1.2.5 2009-09-13  Timo Sirainen <tss at ik
+v1.2.6 2009-10-05  Timo Sirainen <tss at iki.fi>
+
+	* Upgraded to Unicode 5.2.0
+
+	+ Added authtest utility for doing passdb and userdb lookups.
+	+ login: ssl_security string now also shows the used compression.
+	- quota: Don't crash with non-Maildir++ quota backend.
+	- imap proxy: Fixed crashing with some specific password characters.
+	- dovecot --exec-mail was broken.
+	- Avoid assert-crashing when two processes try to create index at the
+	  same time.
+
 v1.2.5 2009-09-13  Timo Sirainen <tss at iki.fi>
 
 	* Authentication: DIGEST-MD5 and RPA mechanisms no longer require
diff -r 4d715af3d1e6 -r 5c5fc2aa299a configure.in
--- a/configure.in	Mon Oct 05 19:45:12 2009 -0400
+++ b/configure.in	Mon Oct 05 19:52:03 2009 -0400
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[1.2.5],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[1.2.6],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list