dovecot-2.2-pigeonhole: Released v0.4.3 for Dovecot v2.2.13.

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Mon May 12 19:13:01 UTC 2014


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/1c6130ff5dd6
changeset: 1860:1c6130ff5dd6
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Mon May 12 21:12:24 2014 +0200
description:
Released v0.4.3 for Dovecot v2.2.13.

diffstat:

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

diffs (47 lines):

diff -r f5fa3549de0d -r 1c6130ff5dd6 NEWS
--- a/NEWS	Mon May 12 20:40:39 2014 +0200
+++ b/NEWS	Mon May 12 21:12:24 2014 +0200
@@ -1,3 +1,34 @@
+v0.4.3 12-05-2013 Stephan Bosch <stephan at rename-it.nl>
+
+	* Editheader extension: Made control characters allowed for editheader, except
+	  NUL. Before, this would cause a runtime error.
+	+ Upgraded Dovecot-specific Sieve "vnd.dovecot.duplicate" extension to match
+	  the new draft "duplicate" extension.
+	- Fixed sieve_result_global_log_error to log only as i_info in administrator
+	  log (syslog) if executed from multiscript context.
+	- Sieve redirect extension: Adjusted loop detection to show leniency to resent
+	  messages.
+	- Sieve include extension: Fixed problem with handling of duplicate includes
+	  with different parameters :once or :optional.
+	- Sieve spamtest/virustest extensions: Tests were erroneously performed
+	  against the original message. When used together with extprograms filter to
+	  add the spam headers, the changes were not being used by the spamtest and
+	  virustest extensions. 
+	- Deprecated Sieve notify extension: Fixed segfault problems in message string
+	  substitution.
+	- ManageSieve: Fixed active link verification to handle redundant path slashes
+	  correctly.
+	- Sieve vacation extension:
+	  - Fixed interaction of sieve_vacation_dont_check_recipient with
+	    sieve_vacation_send_from_recipient setting.
+	  - Fixed log message for discarded response.
+	- Sieve extprograms plugin:
+	  - Forgot to disable the alarm() timeouts set for script execution.
+	  - Fixed fd leak and handling of output shutdown.
+	  - Fixed 'Bad filedescriptor' error occurring when disconnecting script
+	    client.
+	  - Made sure that programs are never forked with root privileges.
+
 v0.4.2 26-09-2013 Stephan Bosch <stephan at rename-it.nl>
 	
 	* Incompatible change in Sieve doveadm plugin: the root attribute for
diff -r f5fa3549de0d -r 1c6130ff5dd6 configure.ac
--- a/configure.ac	Mon May 12 20:40:39 2014 +0200
+++ b/configure.ac	Mon May 12 21:12:24 2014 +0200
@@ -1,4 +1,4 @@
-AC_INIT([Pigeonhole], [0.4.2], [dovecot at dovecot.org], [dovecot-2.2-pigeonhole])
+AC_INIT([Pigeonhole], [0.4.3], [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