aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-01-25 19:41:15 +0000
committerRoger Dingledine <arma@torproject.org>2007-01-25 19:41:15 +0000
commit9d5449c52e666924e75a6365e5e86411ce364d28 (patch)
tree4674b84c19a2b8da1e501abdc66d8be7447fe16b /ChangeLog
parent75db2a61cb1396cf2ae52b36345fc16784d70ead (diff)
downloadtor-9d5449c52e666924e75a6365e5e86411ce364d28.tar.gz
tor-9d5449c52e666924e75a6365e5e86411ce364d28.zip
Inform the server operator when we decide not to advertise a
DirPort due to AccountingMax enabled or a low BandwidthRate. It was confusing Zax, so now we're hopefully more helpful. svn:r9404
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60edcd739b..723ded7f97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -52,6 +52,9 @@ Changes in version 0.1.2.7-alpha - 2007-??-??
this by setting ServerDNSAllowNonRFC953Addresses to 1.
- Adapt a patch from goodell to let the contrib/exitlist script
take arguments rather than require direct editing.
+ - Inform the server operator when we decide not to advertise a
+ DirPort due to AccountingMax enabled or a low BandwidthRate. It
+ was confusing Zax, so now we're hopefully more helpful.
o Minor features (controller):
- Track reasons for OR connection failure; make these reasons available