X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fdoc-txt%2FNewStuff;h=603351dc889a07e9de7b6d242e083924cdf34a0c;hb=33f316f2c5fad1f91b627fce7473da287bb23162;hp=013004bb98e55267aecdadbcbb985d394e348c85;hpb=446415f5cd613d69abc8cd3324c06cb4695785f6;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 013004bb9..603351dc8 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -3,9 +3,15 @@ New Features in Exim This file contains descriptions of new features that have been added to Exim. Before a formal release, there may be quite a lot of detail so that people can -test from the snapshots or the CVS before the documentation is updated. Once +test from the snapshots or the Git before the documentation is updated. Once the documentation is updated, this file is reduced to a short list. +Version 4.89 +------------ + + 1. Allow relative config file names for ".include" + + Version 4.88 ------------ @@ -39,7 +45,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.