changeset 9413:5c5fc2aa299a HEAD 1.2.6

Released v1.2.6.
author Timo Sirainen <tss@iki.fi>
date Mon, 05 Oct 2009 19:52:03 -0400
parents 4d715af3d1e6
children 609fe4268f40
files NEWS configure.in
diffstat 2 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.6 2009-10-05  Timo Sirainen <tss@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@iki.fi>
 
 	* Authentication: DIGEST-MD5 and RPA mechanisms no longer require
--- 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_INIT([Dovecot],[1.2.5],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[1.2.6],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])