]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
NEWS: Add lua-http crash fix release-2.3.20 2.3.20
authorAki Tuomi <aki.tuomi@open-xchange.com>
Mon, 19 Dec 2022 07:18:51 +0000 (09:18 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Mon, 19 Dec 2022 09:38:16 +0000 (09:38 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e3b71e2a0009c4076fbb51674ac47ba1a95b6dc6..734a9b2d719b39f50610ae3e99389e086cdcd690 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-v2.3.20 2022-12-12  Aki Tuomi <aki.tuomi@open-xchange.com>
+v2.3.20 2022-12-22  Aki Tuomi <aki.tuomi@open-xchange.com>
 
        + 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 <aki.tuomi@open-xchange.com>
        - 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.