From 80a5ac675d51a81a4fee92c999484be2d586988b Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Mon, 19 Dec 2022 09:18:51 +0200 Subject: [PATCH] NEWS: Add lua-http crash fix --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. -- 2.47.2