From: Aki Tuomi Date: Mon, 19 Dec 2022 07:18:51 +0000 (+0200) Subject: NEWS: Add lua-http crash fix X-Git-Tag: 2.3.20^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Frelease-2.3.20;p=thirdparty%2Fdovecot%2Fcore.git NEWS: Add lua-http crash fix --- diff --git a/NEWS b/NEWS index e3b71e2a00..734a9b2d71 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v2.3.20 2022-12-12 Aki Tuomi +v2.3.20 2022-12-22 Aki Tuomi + Add dsync_features=no-header-hashes. When this setting is enabled and one dsync side doesn't support mail GUIDs (i.e. imapc), there is no @@ -39,6 +39,9 @@ v2.3.20 2022-12-12 Aki Tuomi - lib-storage: mail_attribute_dict with dict-sql failed when it tried to lookup empty dict keys. - lib: ioloop-kqueue was missing include breaking some BSD builds. + - lua-http: Dovecot Lua HTTP client could not resolve DNS names in mail + processes, because it expected "dns-client" socket to exist in the + current directory. - oauth2: Using %{oauth2:name} variables could cause useless introspections. - pop3: Sending POP3 command with ':' character caused an assert-crash.