Make -n combine with -bP to inhibit names
[users/heiko/exim.git] / doc / doc-txt / NewStuff
index 4b9142238b85e4536aac2fad9255b7f5e814068f..5088a24c496f3dc61e32a3c7d37ee31a5e837f24 100644 (file)
@@ -6,6 +6,21 @@ 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
 the documentation is updated, this file is reduced to a short list.
 
+Version 4.81
+------------
+
+ 1. New command-line option -bI:sieve will list all supported sieve extensions
+    of this Exim build on standard output, one per line.
+    ManageSieve (RFC 5804) providers managing scripts for use by Exim should
+    query this to establish the correct list to include in the protocol's
+    SIEVE capability line.
+
+ 2. If the -n option is combined with the -bP option, then the name of an
+    emitted option is not output, only the value (if visible to you).
+    For instance, "exim -n -bP pid_file_path" should just emit a pathname
+    followed by a newline, and no other text.
+
+
 Version 4.80
 ------------