From 5acb35f24e28bfa3eec3c07cb48d3a9b6b2db49f Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Sun, 15 Mar 2015 00:05:14 +0100 Subject: [PATCH] Released v0.4.7.rc2 for Dovecot v2.2.16. --- NEWS | 14 +++++++++----- configure.ac | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 89a9c9b55..30ff0f9f8 100644 --- a/NEWS +++ b/NEWS @@ -11,20 +11,24 @@ v0.4.7 xx-03-2015 Stephan Bosch <stephan@rename-it.nl> + 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@rename-it.nl> diff --git a/configure.ac b/configure.ac index a4aba79a8..196897cdc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Pigeonhole], [0.4.7.rc1], [dovecot@dovecot.org], [dovecot-2.2-pigeonhole]) +AC_INIT([Pigeonhole], [0.4.7.rc2], [dovecot@dovecot.org], [dovecot-2.2-pigeonhole]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_SRCDIR([src]) AC_CONFIG_MACRO_DIR([m4]) -- GitLab