dovecot-2.0-pigeonhole: Released v0.2.6 for Dovecot v2.0.18.

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Mon Feb 13 22:50:47 EET 2012


details:   http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/ec0e2aa78640
changeset: 1555:ec0e2aa78640
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Mon Feb 13 21:50:22 2012 +0100
description:
Released v0.2.6 for Dovecot v2.0.18.

diffstat:

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

diffs (33 lines):

diff -r 58fc2f01c432 -r ec0e2aa78640 NEWS
--- a/NEWS	Fri Feb 03 23:51:53 2012 +0100
+++ b/NEWS	Mon Feb 13 21:50:22 2012 +0100
@@ -1,3 +1,20 @@
+v0.2.6 13-02-2012 Stephan Bosch <stephan at rename-it.nl>
+
+	* This release fixes unintentional behavior of the include extension. Included
+	  scriptnames with a name like "name.sieve" would implicitly map to a script
+	  file called "name.sieve" and not "name.sieve.sieve". Keep in mind that the
+	  .sieve file extension has no meaning from within the Sieve language. A Sieve
+	  script is always stored with an appended .sieve file extension, also when
+	  the name already ends with a .sieve suffix.
+	  IMPORTANT: Some installations have relied on this unintentional feature, so
+	  check your script includes for issues before upgrading. 
+	* Matched changes regarding auth_verbose setting in Dovecot. This means that
+	  this release will only compile against Dovecot v2.0.18. 
+	- Fixed problem in ManageSieve that caused it to omit a WARNINGS response code
+	  when the uploaded script compiled with warnings.
+	- Made sure that locations of Sieve error never report `line 0'.
+	- Fixed potential segfault occuring when interpreter initialization fails.	
+
 v0.2.5 19-11-2011 Stephan Bosch <stephan at rename-it.nl>
 
 	+ Sieve vacation extension: made discard message for implicit delivery more
diff -r 58fc2f01c432 -r ec0e2aa78640 configure.in
--- a/configure.in	Fri Feb 03 23:51:53 2012 +0100
+++ b/configure.in	Mon Feb 13 21:50:22 2012 +0100
@@ -1,4 +1,4 @@
-AC_INIT([Pigeonhole], [0.2.5], [dovecot at dovecot.org], [dovecot-2.0-pigeonhole])
+AC_INIT([Pigeonhole], [0.2.6], [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