diff --git a/NEWS b/NEWS index 8d78f3cf5194bf16bc36fce14ff3f28a14151d94..941d23c55d1d44cb702eb4dde0bba6c783ae0b71 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +v0.5.8 2019-10-08 Aki Tuomi <aki.tuomi@open-xchange.com> + + - Sieve may leak resources in rare cases when a redirect, vacation or + report action fails to send the message. This mainly applies when + Sieve is executed in IMAP context; i.e., for the IMAPSIEVE or + FILTER=SIEVE capabilities. + +v0.5.7.1 2019-07-23 Timo Sirainen <timo.sirainen@open-xchange.com> + + - dsync: Sieve script syncing failed if mailbox attributes weren't + enabled. + +v0.5.7 2019-07-12 Aki Tuomi <aki.tuomi@open-xchange.com> + + + vacation: Made the subject for the automatic response message produced + by the Sieve vacation action configurable. Both the default subject + (if the script defines none) and the subject template (e.g. used to + add a subject prefix) can be configured. + - dsync: dsync-replication does not synchronize Sieve scripts. + - imap_sieve_filter: Reduce FILTER=SIEVE verbosity over IMAP connection. + - testsuite: Pigeonhole testsuite segfaulted if it was compiled with + GCC 9 + v0.5.6 2019-04-30 Aki Tuomi <aki.tuomi@open-xchange.com> + sieve: Redirect loop prevention is sometimes ineffective. Improve