Skip to content

Commit

Permalink
Added v0.5.0 and v0.5.0.1 to NEWS.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbosch committed Mar 15, 2018
1 parent 36b06fe commit 2b080a2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions NEWS
@@ -1,3 +1,27 @@
v0.5.0.1 05-01-2018 Stephan Bosch <stephan@rename-it.nl>

- imap4flags extension: Fix binary corruption occurring when
setflag/addflag/removeflag flag-list is a variable.
- sieve-extprograms plugin: Fix segfault occurring when used in
IMAPSieve context.

v0.5.0 24-12-2017 Stephan Bosch <stephan@rename-it.nl>

* editheader extension: The implementation of header modifications is
heavily updated. Although the functionality has not changed, the
underlying code was updated to address several static analysis
warnings, runtime integer arithmetic warnings (Clang), and to match
updates in the Dovecot stream API.
+ variables extension: Made the maximum scope and variable size
configurable.
+ subaddress: Support multiple recipient_delimiters.
- enotify extension: mailto method: Fixed parsing of mailto URI with
only a header part.
- enotify plugin: mailto method: Make sure the "From:" header is set to
a usable address and not "(null)".
- Fixed writing address headers to outgoing messages. Sometimes headers
were MIME-encoded twice, yielding invalid results.

v0.4.21 12-10-2017 Stephan Bosch <stephan@rename-it.nl>

* redirect action: Always set the X-Sieve-Redirected-From header to
Expand Down

0 comments on commit 2b080a2

Please sign in to comment.