Docs: Add .new/wen marker for relative includes (Bug 1971)
[exim.git] / doc / doc-txt / NewStuff
index 013004bb98e55267aecdadbcbb985d394e348c85..603351dc889a07e9de7b6d242e083924cdf34a0c 100644 (file)
@@ -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.