summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-02-21 06:06:45 +0000
committerRoger Dingledine <arma@torproject.org>2008-02-21 06:06:45 +0000
commit828c707812553f210979bff32ee31381dec90a2d (patch)
tree66b306e1c7b6eeade30d95076c741b5de83fefec /ChangeLog
parentb28a342e352ae7c94130382442507f96a80c427e (diff)
downloadtor-828c707812553f210979bff32ee31381dec90a2d.tar.gz
tor-828c707812553f210979bff32ee31381dec90a2d.zip
Change the behavior of "getinfo status/good-server-descriptor"
so it doesn't return failure when any authority disappears. svn:r13645
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a5fb97ea7..0f8155a907 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -65,6 +65,8 @@ Changes in version 0.2.0.20-?? - 2008-02-??
example, when answering a directory request), reset the
time-to-give-up timeout every time we manage to write something
on the socket. Bugfix on 0.1.2.x.
+ - Change the behavior of "getinfo status/good-server-descriptor"
+ so it doesn't return failure when any authority disappears.
o Code simplifications and refactoring:
- Remove the tor_strpartition function: its logic was confused,