DKIM/CHUNKING: support CHUNKING when a transport_filter is used, if DKIM signing...
[users/jgh/exim.git] / doc / doc-txt / ChangeLog
index 079b5a1eecd7d006f38d1412a620703dfec2889c..f9e39d2dc09f2f8bd9e03a7bca003b693021da38 100644 (file)
@@ -14,6 +14,14 @@ JH/01 Avoid costly startup code when not strictly needed.  This reduces time
 
 JH/02 Early-pipelining support code is now included unless disabled in Makefile.
 
+JH/03 DKIM verification defaults no long accept sha1 hashes, to conform to
+      RFC 8301.  They can still be enabled, using the dkim_verify_hashes main
+      option.
+
+JH/04 Support CHUNKING from an smtp transport using a transport_filter, when
+      DKIM signing is being done.  Previously a transport_filter would always
+      disable CHUNKING, falling back to traditional DATA.
+
 
 Exim version 4.93
 -----------------