summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-06-27 14:34:33 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-06-27 14:34:33 +0000
commit056eb8b5a3811ee8246439d2211d38a43ee4984a (patch)
treec6d11721843dfdc44e67cecbd5791186cc04c523 /doc
parentf1e894f37fb99398f7447220925a915bd031491a (diff)
Added an item in NewStuff about -d+all.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/NewStuff9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index 7ac53952d..793887065 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/NewStuff,v 1.52 2005/06/22 10:17:22 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/NewStuff,v 1.53 2005/06/27 14:34:33 ph10 Exp $
New Features in Exim
--------------------
@@ -384,6 +384,13 @@ PH/05 There is now a new ${if condition called "match_ip". It is similar to
You do need to specify the "net-" prefix if you want to specify a
specific address mask, for example, by using "net24-".
+PH/06 The "+all" debug selector used to set the flags for all possible output;
+ it is something that people tend to use semi-automatically when
+ generating debug output for me or for the list. However, by including
+ "+memory", an awful lot of output that is very rarely of interest was
+ generated. I have changed this so that "+all" no longer includes
+ "+memory". However, "-all" still turns everything off.
+
Version 4.51
------------