dovecot-2.2-pigeonhole: Released v0.4.11.rc1 for Dovecot v2.2.21.

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Mon Jan 4 00:14:33 UTC 2016


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/ce96bdac1f74
changeset: 2201:ce96bdac1f74
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Mon Jan 04 01:14:15 2016 +0100
description:
Released v0.4.11.rc1 for Dovecot v2.2.21.

diffstat:

 NEWS         |  28 ++++++++++++++++++++++++++++
 configure.ac |   2 +-
 2 files changed, 29 insertions(+), 1 deletions(-)

diffs (44 lines):

diff -r 8282b6cd6629 -r ce96bdac1f74 NEWS
--- a/NEWS	Mon Jan 04 00:19:02 2016 +0100
+++ b/NEWS	Mon Jan 04 01:14:15 2016 +0100
@@ -1,3 +1,31 @@
+v0.4.11 xx-01-2016 Stephan Bosch <stephan at rename-it.nl>
+
+	- Sieve mime extension: Fixed the header :mime :anychild test to work properly
+	  outside a foreverypart loop.
+	- Several fixes in message body part handling:
+	  - Fixed assert failure occurring when text extraction is attempted on a
+	    empty or broken text part.
+	  - Fixed assert failure in handling of body parts that are converted to text.
+	  - Fixed header unfolding for (mime) headers parsed from any mime part.
+	  - Fixed trimming for (mime) headers parsed from any mime part.
+	  - Fixed erroneous changes to the message part tree structure performed when
+	    re-parsing the message.
+	- LDA Sieve plugin: Fixed logging of actions; sometimes the configured log
+	  format was not followed.
+	- LDA Sieve plugin: Fixed bug in error handling of script storage
+	  initialization.
+	- Sieve Extprograms plugin: Ignored ENOTCONN error in shutdown(fd, SHUT_WR)
+	  call.
+	- Fixed duplication of discard actions in the script result. Each discard was
+	  counted as a separate action, which means that action limit would be crossed
+	  too early.
+	- Made sure that quota errors never get logged as errors in syslog.
+	- Fixed handling of implicit keep for a partially executed transaction that
+	  yielded a temporary failure.
+	- Fixed handling of global errors. If master and user error handler were
+	  identical, in some cases the log message could be lost.
+	- Fixed AIX compile issue in message body parser.
+
 v0.4.10 13-12-2015 Stephan Bosch <stephan at rename-it.nl>
 
 	+ Implemented the Sieve mime and foreverypart extensions (RFC 5703). These
diff -r 8282b6cd6629 -r ce96bdac1f74 configure.ac
--- a/configure.ac	Mon Jan 04 00:19:02 2016 +0100
+++ b/configure.ac	Mon Jan 04 01:14:15 2016 +0100
@@ -1,4 +1,4 @@
-AC_INIT([Pigeonhole], [0.4.10], [dovecot at dovecot.org], [dovecot-2.2-pigeonhole])
+AC_INIT([Pigeonhole], [0.4.11.rc1], [dovecot at dovecot.org], [dovecot-2.2-pigeonhole])
 AC_DEFINE_UNQUOTED([PIGEONHOLE_ABI_VERSION], "0.4.ABIv1($PACKAGE_VERSION)", [Pigeonhole ABI version])
 
 AC_CONFIG_AUX_DIR([.])


More information about the dovecot-cvs mailing list