summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2003-02-16 10:12:46 +0000
committerPeter Palfrader <peter@palfrader.org>2003-02-16 10:12:46 +0000
commit31e84a74c0765a9565c437eae8a39be3e403d945 (patch)
tree38c91821eecfb5460acea8acaa39dfa563801e99
parentf1f08852ceddea6f66627b8473f9b0177ddd8fef (diff)
Note that we do chain pinging now
-rw-r--r--NEWS10
1 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8183764..10a8ac7 100644
--- a/NEWS
+++ b/NEWS
@@ -5,10 +5,18 @@ Changes in version
lengths.
new options:
- random_gabage (default: 8192)
- Garbage length is chosen uniformly from 0 to random_gabage bytes.
+ Garbage length is chosen uniformly from 0 to random_gabage
+ bytes.
- dev_urandom (default: /dev/urandom)
where to read garbage from (more generally: non-blocking
(low-quality) randomless source)
+ * Chain pinging: Echolot now finds broken chains.
+ new options:
+ - do_chainpings (default: 1)
+ Whether to do chain pinging.
+ Several settings control the details of chain pinging. You
+ probably don't want or need to tweak them. See pingd.conf(5)
+ for details.
Changes in version 2.0.10 - 2003-02-03
* Return undef rather than 0 if we cannot open a Maildir.