summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2003-09-02 10:11:43 +0000
committerPeter Palfrader <peter@palfrader.org>2003-09-02 10:11:43 +0000
commit8f04306b7a74f90caca702b96876f15f4ec521d0 (patch)
treefbbf3772e0c5707176e448fad5e60749a963b200 /NEWS
parent6ba72e2f92efa2d48f504bdf594e7437fa8a3087 (diff)
Do not list nodes with the testing capability in public stats
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index fdfb203..4927647 100644
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,8 @@ Changes in
* Catch SIGPIPE and log it as error.
* Document thesaurusindexfile.
* Minor documentation fixes.
- * Exit immediatly after the current running task, even if we have a
- backlog.
+ * When asked to shut down, exit immediatly after the current running
+ task, even if we have a backlog.
* If we run late we should now drop actions where it does not hurt.
* Remove random command invocation via pingctr/init script. People
should just call pingd directly. Also wait for pingd to really
@@ -20,6 +20,9 @@ Changes in
this seems to be 'more correct'.
Also have different weights for pings based on their age.
* Optimized chain pinging: takes less CPU.
+ * Do not list remailers with the 'testing' capability in
+ public stats. Testing indicates a node is not ready for real
+ users' traffic yet.
Changes in version 2.1 - 2003-03-03
* Minor documentation fixes suggested by Ryan Lackey.