dovecot-2.2-pigeonhole: Released v0.4.1 for Dovecot v2.2.4.

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Wed Jul 3 23:05:21 EEST 2013


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/f1535e2255cd
changeset: 1785:f1535e2255cd
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Wed Jul 03 22:05:04 2013 +0200
description:
Released v0.4.1 for Dovecot v2.2.4.

diffstat:

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

diffs (33 lines):

diff -r 597c1dcbda11 -r f1535e2255cd NEWS
--- a/NEWS	Wed Jul 03 21:35:12 2013 +0200
+++ b/NEWS	Wed Jul 03 22:05:04 2013 +0200
@@ -1,3 +1,20 @@
+v0.4.1 03-06-2013 Stephan Bosch <stephan at rename-it.nl>
+
+	+ Added support for handling temporary failures. These are passed back to
+	  LDA/LTMP to produce an appropriate response towards the MTA. 
+	- Sieve storage: Removed PATH_MAX limitation for active symlink. This caused
+	  problems for GNU/Hurd.
+	- Fixed line endings in X-Sieve headers added by redirect command.
+	- ManageSieve: Fixed '[' ']' stupidity for response codes (only happened
+	  before login).
+	- Fixed setting name in example-config/conf.d/20-managesieve.conf.
+	- Sieve extprograms plugin: Fixed interaction between pipe command and remote
+	  script service. The output from the script service was never read, causing a
+	  broken pipe error at the script service. Apparently, this was broken since
+	  the I/O handling for extprograms was last revised. 
+	- Fixed assertion failure due to datastack problem in message header
+	  composition.
+
 v0.4.0 09-05-2013 Stephan Bosch <stephan at rename-it.nl>
 
 	+ Added doveadm-sieve plugin that provides the possibility to synch Sieve
diff -r 597c1dcbda11 -r f1535e2255cd configure.ac
--- a/configure.ac	Wed Jul 03 21:35:12 2013 +0200
+++ b/configure.ac	Wed Jul 03 22:05:04 2013 +0200
@@ -1,4 +1,4 @@
-AC_INIT([Pigeonhole], [0.4.0], [dovecot at dovecot.org], [dovecot-2.2-pigeonhole])
+AC_INIT([Pigeonhole], [0.4.1], [dovecot at dovecot.org], [dovecot-2.2-pigeonhole])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_SRCDIR([src])
 AC_CONFIG_MACRO_DIR([m4])


More information about the dovecot-cvs mailing list