summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-01-11 11:21:45 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2022-01-11 11:21:45 +0000
commitc57309a50444d858c0a2dc1581846a850d78a9ad (patch)
tree67ec17240b117ba2f949bd1b93cfd7e95eaaeb51 /doc
parente8ca77c32e51000283df63e08d6247d7a432b262 (diff)
BSD: fix resource leak
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index e7c7085f8..567399483 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -65,6 +65,10 @@ JH/13 Bug 2845: Fix handling of tls_require_ciphers for OpenSSL when a value
JH/14 Bug 1895: TLS: Deprecate RFC 5114 Diffie-Hellman parameters.
+JH/15 Fix a resource leak in *BSD. An off-by-one error resulted in the daemon
+ failing to close the certificates directory, every hour or any time it
+ was touched.
+
Exim version 4.95
-----------------