dovecot-2.2-pigeonhole: Released v0.4.2 for Dovecot v2.2.6.

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Thu Sep 26 22:40:50 EEST 2013


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/2176d400eca4
changeset: 1808:2176d400eca4
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Thu Sep 26 21:40:22 2013 +0200
description:
Released v0.4.2 for Dovecot v2.2.6.

diffstat:

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

diffs (37 lines):

diff -r 4924724b7f4f -r 2176d400eca4 NEWS
--- a/NEWS	Mon Sep 23 22:01:38 2013 +0200
+++ b/NEWS	Thu Sep 26 21:40:22 2013 +0200
@@ -1,3 +1,24 @@
+v0.4.2 26-09-2013 Stephan Bosch <stephan at rename-it.nl>
+	
+	* Incompatible change in Sieve doveadm plugin: the root attribute for
+	  Sieve scripts is changed. Make sure that you update both sides of a dsync
+	  setup simultaneously when Sieve is involved, otherwise synchronization will
+	  likely fail.
+	+ Added support for sending Sieve vacation replies with an actual sender,
+	  rather than the default <> sender. Check the updated
+	  doc/extensions/vacation.txt for more information.
+	- Fixed a binary code read problem in the `set' command of the Sieve variables
+	  extension. Using the set command with a modifier and an empty string value
+	  would cause code corruption problems while running the script.
+	- Various fixes for doveadm-sieve plugin, mostly crashes. These include a fix
+	  for the `Invalid value for default sieve attribute' problem.
+	- Various fixes for compiler and static analyzer warnings, e.g. as reported
+	  by CLang and on 32 bit systems.
+	- Fixed the implementation of the new :options flag for the Sieve include
+	  extension.
+	- Fixed potential segfault bug at deinitialization of the lda-sieve plugin.
+	- Fixed messed up hex output for sieve-dump tool.
+
 v0.4.1 03-06-2013 Stephan Bosch <stephan at rename-it.nl>
 
 	+ Added support for handling temporary failures. These are passed back to
diff -r 4924724b7f4f -r 2176d400eca4 configure.ac
--- a/configure.ac	Mon Sep 23 22:01:38 2013 +0200
+++ b/configure.ac	Thu Sep 26 21:40:22 2013 +0200
@@ -1,4 +1,4 @@
-AC_INIT([Pigeonhole], [0.4.1], [dovecot at dovecot.org], [dovecot-2.2-pigeonhole])
+AC_INIT([Pigeonhole], [0.4.2], [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