dovecot-2.2-pigeonhole: Released v0.4.7.rc2 for Dovecot v2.2.16.
pigeonhole at rename-it.nl
pigeonhole at rename-it.nl
Sat Mar 14 23:06:01 UTC 2015
details: http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/fd050f466314
changeset: 2015:fd050f466314
user: Stephan Bosch <stephan at rename-it.nl>
date: Sun Mar 15 00:05:14 2015 +0100
description:
Released v0.4.7.rc2 for Dovecot v2.2.16.
diffstat:
NEWS | 14 +++++++++-----
configure.ac | 2 +-
2 files changed, 10 insertions(+), 6 deletions(-)
diffs (42 lines):
diff -r a99606c0f9bc -r fd050f466314 NEWS
--- a/NEWS Sat Mar 14 23:21:06 2015 +0100
+++ b/NEWS Sun Mar 15 00:05:14 2015 +0100
@@ -11,20 +11,24 @@
+ 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
+ + Added more debug output about binary up-to-date checking.
+ + Added script metadata to binary dump output.
+ - Fixed Sieve script binary up-to-date checking by normalizing the script
+ location.
+ - The Sieve interpreter now flushes the 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.
+ - file script storage: Restructured storage initialization to address backwards
+ compatibility issues.
+ - dict script storage: Fixed small memory allocation bug.
v0.4.6 02-11-2014 Stephan Bosch <stephan at rename-it.nl>
diff -r a99606c0f9bc -r fd050f466314 configure.ac
--- a/configure.ac Sat Mar 14 23:21:06 2015 +0100
+++ b/configure.ac Sun Mar 15 00:05:14 2015 +0100
@@ -1,4 +1,4 @@
-AC_INIT([Pigeonhole], [0.4.7.rc1], [dovecot at dovecot.org], [dovecot-2.2-pigeonhole])
+AC_INIT([Pigeonhole], [0.4.7.rc2], [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