Report compiler in -d -bV. Clang compat.
[exim.git] / doc / doc-txt / NewStuff
index 46fd6c4d865bbfe6e2bead648e3c58457cda7a70..b940afe349da8ec001874bd5accb7488798acedb 100644 (file)
@@ -22,6 +22,16 @@ Version 4.75
     false.  When true, if the external delivery command exits on a signal then
     Exim will freeze the message in the queue, instead of generating a bounce.
 
+ 3. Log filenames may now use %M as an escape, instead of %D (still available).
+    The %M pattern expands to yyyymm, providing month-level resolution.
+
+ 4. The $message_linecount variable is now updated for the maildir_tag option,
+    in the same way as $message_size, to reflect the real number of lines,
+    including any header additions or removals from transport.
+
+ 5. When contacting a pool of SpamAssassin servers configured in spamd_address,
+    Exim now selects entries randomly, to better scale in a cluster setup.
+
 
 Version 4.74
 ------------