Skip to content

Commit

Permalink
Release v0.5.3.rc1 for Dovecot v2.3.3.rc1.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbosch committed Sep 23, 2018
1 parent dbf7543 commit 716b1b4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions NEWS
@@ -1,3 +1,18 @@
v0.5.3 2018-09-XX Stephan Bosch <stephan@rename-it.nl>

- Fix assertion panic occurring when managesieve service fails to open
INBOX while saving a Sieve script. This was caused by a lack of
cleanup after failure.
- Fix specific messages causing an assert panic with actions that
compose a reply (e.g. vacation). With some rather weird input from the
original message, the header folding algorithm (as used for composing
the References header for the reply) got confused, causing the panic.
- IMAP FILTER=SIEVE capability: Fix FILTER SIEVE SCRIPT command parsing.
After finishing reading the Sieve script, the command parsing
sometimes didn't continue with the search arguments. This is a time-
critical bug that likely only occurs when the Sieve script is sent in
the next TCP frame.

v0.5.2 2018-06-29 Stephan Bosch <stephan@rename-it.nl>

+ Implement plugin for the a vendor-defined IMAP capability called
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.3.rc1], [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 716b1b4

Please sign in to comment.