Kil va_copy(). It isn't present on some ancient systems.
[exim.git] / doc / doc-txt / ChangeLog
index 624e0a8c70911f14f0e119a2d4122a7d3363f925..201d9616de66294110f79efb5a1cfb4a3d096c3e 100644 (file)
@@ -92,6 +92,16 @@ DW/25 Add TRUSTED_CONFIG_PREFIX_FILE option to allow alternative configuration
 DW/26 Set FD_CLOEXEC on SMTP sockets after forking in the daemon, to ensure
       that rogue child processes cannot use them.
 
+PP/27 Bugzilla 1047: change the default for system_filter_user to be the Exim
+      run-time user, instead of root.
+
+PP/28 Add WHITELIST_D_MACROS option to let some macros be overriden by the
+      Exim run-time user without dropping privileges.
+
+DW/29 Remove use of va_copy() which breaks pre-C99 systems. Duplicate the
+      result string, instead of calling string_vformat() twice with the same
+      arguments.
+
 
 Exim version 4.72
 -----------------