Skip to content

Commit

Permalink
Released v0.5.1 for Dovecot v2.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbosch committed Mar 27, 2018
1 parent 61b4782 commit d9bc6df
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions NEWS
@@ -1,3 +1,23 @@
v0.5.1 28-03-2018 Stephan Bosch <stephan@rename-it.nl>

- Explicitly disallow UTF-8 in localpart in addresses parsed from Sieve
script.
- 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 assert crash or log an error for messages
that disappear concurrently while applying Sieve scripts. This event
is now logged as a debug message.
- Sieve extprograms plugin: Large output from "execute" command crashed
delivery. Fixed buffering issue in code that handles output from the
external program.

v0.5.0.1 05-01-2018 Stephan Bosch <stephan@rename-it.nl>

- imap4flags extension: Fix binary corruption occurring when
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.5.devel], [dovecot@dovecot.org], [dovecot-2.3-pigeonhole])
AC_INIT([Pigeonhole], [0.5.1], [dovecot@dovecot.org], [dovecot-2.3-pigeonhole])
AC_DEFINE_UNQUOTED([PIGEONHOLE_ABI_VERSION], "0.5.ABIv0($PACKAGE_VERSION)", [Pigeonhole ABI version])

AC_CONFIG_AUX_DIR([.])
Expand Down

0 comments on commit d9bc6df

Please sign in to comment.