dovecot-2.2-pigeonhole: Released v0.4.9.rc1 for Dovecot v2.2.19....

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Thu Sep 24 21:57:48 UTC 2015


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/b2d5b1a5fa25
changeset: 2104:b2d5b1a5fa25
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Thu Sep 24 23:33:17 2015 +0200
description:
Released v0.4.9.rc1 for Dovecot v2.2.19.rc1.

diffstat:

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

diffs (43 lines):

diff -r 7038e943e853 -r b2d5b1a5fa25 NEWS
--- a/NEWS	Wed Sep 23 22:54:11 2015 +0200
+++ b/NEWS	Thu Sep 24 23:33:17 2015 +0200
@@ -1,3 +1,30 @@
+v0.4.9 xx-10-2015 Stephan Bosch <stephan at rename-it.nl>
+
+	* Properly implemented checking of ABI version for Sieve interpreter plugins,
+	  much like Dovecot itself does for plugins. This will prevent plugin ABI
+	  mismatches. 
+	+ Implemented a vnd.dovecot.environment extension. This builds upon the
+	  standard environment extension and adds a few more environment items, such
+	  as username and default mailbox. It also creates a variables namespace so
+	  that environment items can be accessed directly. I am still thinking about
+	  more environment items that can be added.
+	+ Sieve extprograms plugin: Made line endings of the input passed to the
+	  external programs configurable. This can be configured separately for each
+	  of the three extensions.
+	+ ManageSieve: Implemented proxy XCLIENT support. This allows the proxy to
+	  pass client information to the back-end.
+	- ManageSieve: Fixed an assert failure occurring when a client disconnects
+	  during the GETSCRIPT command.
+	- doveadm sieve plugin: Fixed incorrect initialization of mail user. This
+	  caused a few memory leaks.
+	- sieve-filter command line tool: Fixed handling of failure-related implicit
+	  keep when there is an explicit default destination folder. This caused
+	  message duplication.
+	- lib-sieve: Fixed bug in RFC5322 header folding. Words longer than the
+	  optimal	line length caused empty lines in the output, which would break the
+	  resulting message header. This surfaced in References: headers with very
+	  long message IDs.
+
 v0.4.8 15-05-2015 Stephan Bosch <stephan at rename-it.nl>
 
 	* LDA Sieve plugin: Dovecot changed the deliver_log_format setting to include
diff -r 7038e943e853 -r b2d5b1a5fa25 configure.ac
--- a/configure.ac	Wed Sep 23 22:54:11 2015 +0200
+++ b/configure.ac	Thu Sep 24 23:33:17 2015 +0200
@@ -1,4 +1,4 @@
-AC_INIT([Pigeonhole], [0.4.8], [dovecot at dovecot.org], [dovecot-2.2-pigeonhole])
+AC_INIT([Pigeonhole], [0.4.9.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