Follow CNAME chains only one step. Bug 2264
[exim.git] / doc / doc-txt / ChangeLog
index 261c5652843ce032a8df0ac4fdf085d23f472950..6b36763fe5077fa62d3a2455f16035c1893f22cf 100644 (file)
@@ -46,6 +46,19 @@ JH/07 Bug 177: Make a random-recipient callout success visible in ACL, by settin
 JH/08 When generating a selfsigned cert, use serial number 1 since zero is not
       legitimate.
 
+JH/09 Bug 2274: Fix logging of cmdline args when starting in an unlinked cwd.
+      Previously this would segfault.
+
+JH/10 Fix ARC signing for case when DKIM signing failed.  Previously this would
+      segfault.
+
+JH/11 Bug 2264: Exim now only follows CNAME chains one step by default. We'd
+      like zero, since the resolver should be doing this for us, But we need one
+      as a CNAME but no MX presence gets the CNAME returned; we need to check
+      that doesn't point to an MX to declare it "no MX returned" rather than
+      "error, loop".  A new main option is added so the older capability of
+      following some limited number of chain links is maintained.
+
 
 Exim version 4.91
 -----------------