dovecot-1.1: Released v1.1.3.

dovecot at dovecot.org dovecot at dovecot.org
Thu Sep 4 09:53:26 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/99e5e6e251cd
changeset: 7854:99e5e6e251cd
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Sep 02 09:37:24 2008 +0300
description:
Released v1.1.3.

diffstat:

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

diffs (47 lines):

diff -r 43e55b9af85b -r 99e5e6e251cd NEWS
--- a/NEWS	Mon Sep 01 15:02:49 2008 +0300
+++ b/NEWS	Tue Sep 02 09:37:24 2008 +0300
@@ -1,3 +1,23 @@ v1.1.2 2008-07-24  Timo Sirainen <tss at ik
+v1.1.3 2008-09-02  Timo Sirainen <tss at iki.fi>
+
+	* mail_max_userip_connections limit no longer applies to master user
+	  logins.
+
+	+ login_log_format_elements: Added %k to show SSL protocol/cipher
+	  information. Not included by default.
+	+ imap/pop3-proxy: If auth_verbose=yes, log proxy login failures.
+	+ deliver: Added -s parameter to autosubscribe to autocreated mailboxes.
+	- message parser fixes - hopefully fixes an infinite looping problem
+	- SORT: One more assert-crashfix when renumbering index sort IDs.
+	- mbox: Saving may have truncated the mail being saved
+	- mbox: Several other bugfixes
+	- mail_full_filesystem_access=yes was broken when listing mailboxes
+	  (it still is with maildir++ layout).
+	- maildirlock utility was somewhat broken
+	- zlib plugin: bzip2 support was somewhat broken
+	- NFS: Make sure writing to files via output streams don't
+	  assert-crash when write() returns only partial success.
+
 v1.1.2 2008-07-24  Timo Sirainen <tss at iki.fi>
 
 	+ Added full text search indexing support for Apache Lucene Solr
diff -r 43e55b9af85b -r 99e5e6e251cd TODO
--- a/TODO	Mon Sep 01 15:02:49 2008 +0300
+++ b/TODO	Tue Sep 02 09:37:24 2008 +0300
@@ -1,3 +1,6 @@
+ - mbox + in-memory indexes give errors with stress testing
+ - sieve: mailbox names should be utf-7 encoded
+ - fts-squat: support ORs
  - UIDVALIDITY changed while saving -> sync errors
    - mbox: copy to Trash, manually delete copied msg, change uidvalidity,
      set nextuid=1, copy again -> error
diff -r 43e55b9af85b -r 99e5e6e251cd configure.in
--- a/configure.in	Mon Sep 01 15:02:49 2008 +0300
+++ b/configure.in	Tue Sep 02 09:37:24 2008 +0300
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.2],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.1.3],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE


More information about the dovecot-cvs mailing list