Dsearch: Fix taint-handling in lookup. Bug 2465
[exim.git] / doc / doc-txt / ChangeLog
index 7568d2e0cb70ef4d81ea62a158a85c9294f061d9..ac7f3357d9efc8383c54cbb77e6ffedccf4c0ca4 100644 (file)
@@ -1,5 +1,3 @@
-Change log file for Exim from version 4.21
-------------------------------------------
 This document describes *changes* to previous versions, that might
 affect Exim's operation, with an unchanged configuration file.  For new
 options, and new features, see the NewStuff file next to this ChangeLog.
@@ -194,6 +192,15 @@ JH/41 With GnuTLS 3.6.0 (and later) do not attempt to manage Diffie-Hellman
 
 HS/06 Change the default of dnssec_request_domains to "*"
 
+JH/42 Bug 2545: Fix CHUNKING for all RCPT commands rejected.  Previously we
+      carried on and emitted a BDAT command, even when PIPELINING was not
+      active.
+
+JH/43 Bug 2465: Fix taint-handling in dsearch lookup.  Previously a nontainted
+      buffer was used for the filename, resulting in a trap when tainted
+      arguments (eg. $domain) were used.
+
+
 Exim version 4.92
 -----------------