From b2e41927ed57620dbf28da4932f2390c683cd8a6 Mon Sep 17 00:00:00 2001 From: Stephan Bosch Date: Tue, 20 Mar 2018 00:35:30 +0100 Subject: [PATCH] Released v0.4.23 for Dovecot v2.2.35. --- NEWS | 16 ++++++++++++++++ configure.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e88937022..802989329 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +v0.4.23 20-03-2018 Stephan Bosch + + - editheader extension: Corrected the stream position calculations + performed while making the modified message available as a stream. + Pigeonhole Sieve crashed in LMTP with an assertion panic when the + Sieve editheader extension was used before the message was redirected. + Experiments indicate that the problem occurred only with LMTP and that + LDA is not affected. + - fileinto extension: Fix assert panic occurring when fileinto is used + without being listed in the require line, while the copy extension is + listed there. This is a very old bug. + - imapsieve plugin: Do not log an error for messages that disappear + concurrently while applying Sieve scripts. This is a further + improvement on the imapsieve fix in the previous release (which fixed + a panic). This event is now logged as a debug message. + v0.4.22 01-03-2018 Stephan Bosch - Fixed filesystem path handling problem: sieve plugin could have diff --git a/configure.ac b/configure.ac index 71120da6d..4808757fa 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.59]) # Be sure to update ABI version also if anything changes that might require # recompiling plugins. Most importantly that means if any structs are changed. -AC_INIT([Pigeonhole], [0.4.devel], [dovecot@dovecot.org], [dovecot-2.2-pigeonhole]) +AC_INIT([Pigeonhole], [0.4.23], [dovecot@dovecot.org], [dovecot-2.2-pigeonhole]) AC_DEFINE_UNQUOTED([PIGEONHOLE_ABI_VERSION], "0.4.ABIv2($PACKAGE_VERSION)", [Pigeonhole ABI version]) AC_CONFIG_AUX_DIR([.])