dovecot-2.2-pigeonhole: Released v0.4.8.rc1 for Dovecot v2.2.17....

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Sun May 10 22:19:30 UTC 2015


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/fcc97e953584
changeset: 2051:fcc97e953584
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Mon May 11 00:19:00 2015 +0200
description:
Released v0.4.8.rc1 for Dovecot v2.2.17.rc1.

diffstat:

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

diffs (34 lines):

diff -r d9ae92effdf2 -r fcc97e953584 NEWS
--- a/NEWS	Sun May 10 22:52:09 2015 +0200
+++ b/NEWS	Mon May 11 00:19:00 2015 +0200
@@ -1,3 +1,21 @@
+v0.4.8 xx-05-2015 Stephan Bosch <stephan at rename-it.nl>
+
+	* LDA Sieve plugin: Dovecot changed the deliver_log_format setting to include
+	  %{delivery_time}. This prompted changes in Pigeonhole that make this release
+	  dependent on Dovecot v2.2.17.
+	+ Implemented magic to make sieve_default script visible from ManageSieve
+	  under a configurable name. This way, users can see the default rules, edit
+	  them and store a private adjusted version. This could also be achieved by
+	  copying the default script into the user's script storage, but that way
+	  updates to the global sieve_default script would be ignored.
+	- Fixed problem in address test: erroneously decoded mime-encoded words in
+	  address headers.
+	- extprograms plugin: Fixed failure occurring when connecting to script
+	  service without the need to read back the output from the external program.
+	- Fixed bug in script storage path normalization occurring with relative
+	  symbolic links below root.
+  - Fixed and updated various parts of the documentation 
+
 v0.4.7 19-03-2015 Stephan Bosch <stephan at rename-it.nl>
 
 	* editheader extension: Made protection against addition and deletion of
diff -r d9ae92effdf2 -r fcc97e953584 configure.ac
--- a/configure.ac	Sun May 10 22:52:09 2015 +0200
+++ b/configure.ac	Mon May 11 00:19:00 2015 +0200
@@ -1,4 +1,4 @@
-AC_INIT([Pigeonhole], [0.4.7], [dovecot at dovecot.org], [dovecot-2.2-pigeonhole])
+AC_INIT([Pigeonhole], [0.4.8.rc1], [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