]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
NEWS: Update news for 2.3.14
authorAki Tuomi <aki.tuomi@open-xchange.com>
Tue, 2 Mar 2021 08:55:53 +0000 (10:55 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Wed, 3 Mar 2021 06:42:48 +0000 (06:42 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 9ac710919279dfc13be8206bbfe9c232a73ff6fa..146f42c76a6f7053155dae2a79aa9128b0e59f3a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-v2.3.14.rc1 2021-02-17  Aki Tuomi <aki.tuomi@open-xchange.com>
+V2.3.14 2021-03-04  Aki Tuomi <aki.tuomi@open-xchange.com>
 
        * 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 <aki.tuomi@open-xchange.com>
          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