Skip to content

Commit

Permalink
Released v0.4.23 for Dovecot v2.2.35.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbosch committed Mar 19, 2018
1 parent 7b46e8a commit b2e4192
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions NEWS
@@ -1,3 +1,19 @@
v0.4.23 20-03-2018 Stephan Bosch <stephan@rename-it.nl>

- 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 <stephan@rename-it.nl>

- Fixed filesystem path handling problem: sieve plugin could have
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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([.])
Expand Down

0 comments on commit b2e4192

Please sign in to comment.