changeset 4166:cda5c90cae57 HEAD

And 1.0.beta7..
author Timo Sirainen <tss@iki.fi>
date Wed, 12 Apr 2006 14:44:53 +0300
parents 773c4becceae
children 32dd28f96dce
files NEWS configure.in
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Wed Apr 12 14:42:57 2006 +0300
+++ b/NEWS	Wed Apr 12 14:44:53 2006 +0300
@@ -1,3 +1,9 @@
+v1.0.beta7 2006-04-12  Timo Sirainen <tss@iki.fi>
+
+	+ Added shutdown_clients setting to control if existing imap/pop3 
+	  processes should be killed when master is.
+	- Master login fixes, PLAIN authentication was still broken..
+
 v1.0.beta6 2006-04-12  Timo Sirainen <tss@iki.fi>
 
 	* The login and master usernames were reversed when using
--- a/configure.in	Wed Apr 12 14:42:57 2006 +0300
+++ b/configure.in	Wed Apr 12 14:44:53 2006 +0300
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.0.beta6],[dovecot@dovecot.org])
+AC_INIT([dovecot],[1.0.beta7],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE