dovecot-2.2-pigeonhole: Released v0.4.4 for Dovecot v2.2.15.

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Tue Oct 28 00:49:01 UTC 2014


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/b3303f675157
changeset: 1940:b3303f675157
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Tue Oct 28 01:39:14 2014 +0100
description:
Released v0.4.4 for Dovecot v2.2.15.

diffstat:

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

diffs (49 lines):

diff -r 68c7a4bdea66 -r b3303f675157 NEWS
--- a/NEWS	Tue Oct 28 00:54:15 2014 +0100
+++ b/NEWS	Tue Oct 28 01:39:14 2014 +0100
@@ -1,3 +1,36 @@
+v0.4.4 28-10-2014 Stephan Bosch <stephan at rename-it.nl>
+
+	* Added support for Japanese mail addresses with dots at non-standard places
+	  in localpart.
+	* Changed handling of ENOSPACE into a normal temporary failure and added
+	  handling of ENOQUOTA as a user error.
+	* Restructured result execution, so that all actions which involve mail
+	  storage are always committed before all others.
+	+ Implemented support for generic Sieve storages. Using alternative storages
+	  now also possible for sieve_before/sieve_after.
+	+ Implemented storage driver for retrieving Sieve scripts from LDAP. This
+	  currently cannot be used with ManageSieve.
+	+ Implemented sieve_redirect_envelope_from setting, which allows configuring
+	  the envelope sender of redirected messages.
+	- Fixed handling of mail storage errors occurring while evaluating the input
+	  message.
+	- managesieve-login:
+	   - Removed bogus ALERT response code returned for AUTHENTICATE command.
+	   - Fixed handling of invalid initial response argument to AUTHENTICATE
+	     command.
+	- Fixed handling of stream errors in lexical scanner.
+	- Fixed handling of SMTP errors. Permanent and temporary errors were mixed up.
+	- Fixed several problems reported by CLang 3.4.
+	- duplicate extension: Fixed erroneous compile error about conflicting tags
+	  when `:handle' argument was used last.
+	- relational extension: Fixed error handling of `:value' match.
+	- editheader extension: Fixed header unfolding and header iteration.
+	- mailbox extension: Fixed the `:create' tag, which erroneously subscribed an
+	  existing folder.
+	- extprograms plugin: Fixed handling of error codes.
+	- doveadm-sieve plugin: Fixed several bugs. Synchronization of symbolic link
+	  in the file storage should now also work properly.
+
 v0.4.3 12-05-2014 Stephan Bosch <stephan at rename-it.nl>
 
 	* Editheader extension: Made control characters allowed for editheader, except
diff -r 68c7a4bdea66 -r b3303f675157 configure.ac
--- a/configure.ac	Tue Oct 28 00:54:15 2014 +0100
+++ b/configure.ac	Tue Oct 28 01:39:14 2014 +0100
@@ -1,4 +1,4 @@
-AC_INIT([Pigeonhole], [0.4.3], [dovecot at dovecot.org], [dovecot-2.2-pigeonhole])
+AC_INIT([Pigeonhole], [0.4.4], [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