dovecot-1.0: Released v1.0.8.

dovecot at dovecot.org dovecot at dovecot.org
Wed Nov 28 16:11:40 EET 2007


details:   http://hg.dovecot.org/dovecot-1.0/rev/9880c4fa6efb
changeset: 5466:9880c4fa6efb
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Nov 28 16:08:55 2007 +0200
description:
Released v1.0.8.

diffstat:

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

diffs (41 lines):

diff -r 1231f0e646f4 -r 9880c4fa6efb NEWS
--- a/NEWS	Wed Nov 28 16:08:43 2007 +0200
+++ b/NEWS	Wed Nov 28 16:08:55 2007 +0200
@@ -1,3 +1,27 @@ v1.0.7 2007-10-29  Timo Sirainen <tss at ik
+v1.0.8 2007-11-28  Timo Sirainen <tss at iki.fi>
+
+	+ Authentication: Added "password_noscheme" field that can be used
+	  instead of "password". "password" treats "{prefix}" as a password
+	  scheme while "password_noscheme" treats it as part of the password
+	  itself. So "password_noscheme" should be used if you're storing
+	  passwords as plaintext. Non-plaintext passwords never begin
+	  with "{", so this isn't a problem with them.
+	- IMAP: Partial body fetching was sometimes non-optimal, causing
+	  the entire message to be read for every FETCH command.
+	- deliver failed to save the message when envelope sender address
+	  contained spaces.
+	- Maildir++ quota: We could have randomly recalculated quota when
+	  it wasn't necessary.
+	- Login process could have crashed after logging in if client sent
+	  data before "OK Logged in" reply was sent (i.e. before master had
+	  replied that login succeeded).
+	- Don't assert-crash when reading dovecot.index.logs generated by
+	  Dovecot v1.1.
+	- Authentication: Don't assert-crash if password beings with "{" but
+	  doesn't contain "}".
+	- Authentication cache didn't work when using settings that changed
+	  the username (e.g. auth_username_format).
+
 v1.0.7 2007-10-29  Timo Sirainen <tss at iki.fi>
 
 	- deliver: v1.0.6's "From " line ignoring could have written to a
diff -r 1231f0e646f4 -r 9880c4fa6efb configure.in
--- a/configure.in	Wed Nov 28 16:08:43 2007 +0200
+++ b/configure.in	Wed Nov 28 16:08:55 2007 +0200
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.0.7],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.0.8],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE


More information about the dovecot-cvs mailing list