dovecot-2.0-pigeonhole: Released v0.2.5 for Dovecot v2.0.16.
pigeonhole at rename-it.nl
pigeonhole at rename-it.nl
Sat Nov 19 17:59:48 EET 2011
details: http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/873baa85e220
changeset: 1544:873baa85e220
user: Stephan Bosch <stephan at rename-it.nl>
date: Sat Nov 19 16:59:27 2011 +0100
description:
Released v0.2.5 for Dovecot v2.0.16.
diffstat:
NEWS | 15 +++++++++++++++
configure.in | 2 +-
2 files changed, 16 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 5b1080bbeee5 -r 873baa85e220 NEWS
--- a/NEWS Wed Nov 09 17:26:18 2011 +0100
+++ b/NEWS Sat Nov 19 16:59:27 2011 +0100
@@ -1,3 +1,18 @@
+v0.2.5 19-11-2011 Stephan Bosch <stephan at rename-it.nl>
+
+ + Sieve vacation extension: made discard message for implicit delivery more
+ verbose
+ - The sieve-test tool: mixed up original and final envelope recipient in
+ implementation of command line arguments.
+ - Sieve vacation extension: resolved FIXME regarding the use of variables in
+ the :handle argument. Variables are now handled correctly.
+ - Sieve body extension: fixed handling of :content "message/rfc822". This now
+ yields the headers of the embedded message as required by the specification.
+ Handling of :content "multipart" remains to be fixed.
+ - LDA Sieve plugin: fixed problem with recipient_delimiter configuration. Now
+ falls back to global recipient_delimiter setting if
+ plugin/recipient_delimiter is not set.
+
v0.2.4 13-09-2011 Stephan Bosch <stephan at rename-it.nl>
+ Vacation extension: finally added support for using the original recipient
diff -r 5b1080bbeee5 -r 873baa85e220 configure.in
--- a/configure.in Wed Nov 09 17:26:18 2011 +0100
+++ b/configure.in Sat Nov 19 16:59:27 2011 +0100
@@ -1,4 +1,4 @@
-AC_INIT([Pigeonhole], [0.2.4], [dovecot at dovecot.org], [dovecot-2.0-pigeonhole])
+AC_INIT([Pigeonhole], [0.2.5], [dovecot at dovecot.org], [dovecot-2.0-pigeonhole])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_SRCDIR([src])
AC_CONFIG_MACRO_DIR([m4])
More information about the dovecot-cvs
mailing list