X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/f59aaaaa6e9a836732363378bc0c8ffa6df5a853..142622b3f385bfcc36eae176763a7225c2e49b3c:/doc/doc-txt/NewStuff diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index ac1968627..ee9589801 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -39,7 +39,7 @@ Version 4.88 10. Feature macros, generated from compile options. All start with "_HAVE_" and go on with some roughly recognisable name. Driver macros, for - router, transport and authentication drivers; names starting with "_DRVR_". + router, transport and authentication drivers; names starting with "_DRIVER_". Option macros, for each configuration-file option; all start with "_OPT_". Use the "-bP macros" command-line option to see what is present. @@ -63,6 +63,8 @@ Version 4.88 previous communication with the peer (we save a cookie from it) this will only become active on frequently-contacted destinations. +16. A new syslog_pid option to suppress PID duplication in syslog lines. + Version 4.87 ------------