dovecot-2.2-pigeonhole: Released v0.4.7.rc1 for Dovecot v2.2.16....

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Tue Mar 10 02:18:22 UTC 2015


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/27ad95fd05a0
changeset: 1999:27ad95fd05a0
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Tue Mar 10 03:17:33 2015 +0100
description:
Released v0.4.7.rc1 for Dovecot v2.2.16.rc1.

diffstat:

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

diffs (44 lines):

diff -r b04ce69445fc -r 27ad95fd05a0 NEWS
--- a/NEWS	Tue Mar 10 02:42:53 2015 +0100
+++ b/NEWS	Tue Mar 10 03:17:33 2015 +0100
@@ -1,3 +1,31 @@
+v0.4.7 xx-03-2015 Stephan Bosch <stephan at rename-it.nl>
+
+	* editheader extension: Made protection against addition and deletion of
+	  headers configurable separately. Also, the `Received' and `Auto-Submitted'
+	  headers are no longer protected against addition by default.
+	* Turned message envelope address parse errors into warnings.
+	* The interpreter now accepts non-standard domain names, e.g. containing '_'.
+	+ Implemented the Sieve index extension (RFC 5260).
+	+ Implemented support for the mboxmetadata and servermetadata extensions
+	  (RFC 5490).
+	+ Implemented new sieve commands for the doveadm command line utility. These
+	  commands are currently limited to ManageSieve operations, but the other
+	  current sieve tools will be migrated to doveadm in the near future as well.
+	+ Added more debug output to binary up-to-date checking.
+	- The Sieve interpreter now flushes duplicate database during start phase of
+	  result execution rather than commit phase. This makes sure locks on the
+	  duplicate database are released as soon as possible, preventing contention.
+	- Performed a few optimizations in the lexical scanner of the language.
+	- Fixed bug in `:matches' match-type that made a pattern without
+	  wildcards match as if there were a '*' at the beginning.
+	- file storage: Restructured storage initialization to address backwards
+	  compatibility issues.
+	- Fixed crash in validation of the string parameter of the comparator tag.
+	- extprograms extension: Made sure supplemental group privileges are also
+	  dropped. This was a problem reported by Debian lintian.
+	- Fixed bug in handling of binary errors for action side-effects and message
+	  overrides.
+
 v0.4.6 02-11-2014 Stephan Bosch <stephan at rename-it.nl>
 
 	- After make distclean the distributed tarball would fail to recompile.
diff -r b04ce69445fc -r 27ad95fd05a0 configure.ac
--- a/configure.ac	Tue Mar 10 02:42:53 2015 +0100
+++ b/configure.ac	Tue Mar 10 03:17:33 2015 +0100
@@ -1,4 +1,4 @@
-AC_INIT([Pigeonhole], [0.4.6], [dovecot at dovecot.org], [dovecot-2.2-pigeonhole])
+AC_INIT([Pigeonhole], [0.4.7.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