From: Aki Tuomi Date: Tue, 2 Mar 2021 08:55:53 +0000 (+0200) Subject: NEWS: Update news for 2.3.14 X-Git-Tag: 2.3.14~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e50dcb9e54e14f672ccd1de1979f88620edeaad;p=thirdparty%2Fdovecot%2Fcore.git NEWS: Update news for 2.3.14 --- diff --git a/NEWS b/NEWS index 9ac7109192..146f42c76a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v2.3.14.rc1 2021-02-17 Aki Tuomi +V2.3.14 2021-03-04 Aki Tuomi * Added new aliases for some variables. Usage of the old ones is possible, but discouraged. (These were partially added already to v2.3.13.) @@ -51,6 +51,9 @@ v2.3.14.rc1 2021-02-17 Aki Tuomi an incremental sync (-1), which could lead to mail loss when it's used for migration. This happens only when GUIDs aren't used (i.e. imapc without imapc_features=guid-forced). + - fts-tika: When tika server returns error, some mails cause Panic: + file message-parser.c: line 802 (message_parser_deinit_from_parts): + assertion failed: (ctx->nested_parts_count == 0 || i_stream_have_bytes_left(ctx->input)) - lib-imap: imapc parsing illegal BODYSTRUCTUREs with NILs could have resulted in crashes. This exposed that Dovecot was wrongly accepting atoms in "nstring" handling. Changed the IMAP parsing to be more