aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-12-10 16:40:14 +0000
committerRoger Dingledine <arma@torproject.org>2007-12-10 16:40:14 +0000
commitd95e7c7d67134b9b964d49cf8c2bdbf805a615d8 (patch)
tree66e1fce08d3f71eecd2c007e567eb9fdc0d0bdad /ChangeLog
parent25a444b69839b097031d7702b9aa1a8c29b44689 (diff)
downloadtor-d95e7c7d67134b9b964d49cf8c2bdbf805a615d8.tar
tor-d95e7c7d67134b9b964d49cf8c2bdbf805a615d8.tar.gz
also clear the hsdir status flag in routerinfo_t when the relay is no
longer listed in the relevant networkstatus document. svn:r12752
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index edcfb0a40..963066b32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,7 +30,9 @@ Changes in version 0.2.0.13-alpha - 2007-12-??
o Minor bugfixes:
- The fix in 0.2.0.12-alpha cleared the "hsdir" flag in v3 network
consensus documents when there are too many relays at a single
- IP address. Now clear it in v2 network status documents too.
+ IP address. Now clear it in v2 network status documents too, and
+ also clear it in routerinfo_t when the relay is no longer listed
+ in the relevant networkstatus document.
- Don't crash if we get an unexpected value for the
PublishServerDescriptor config option. Reported by Matt Edman;
bugfix on 0.2.0.9-alpha.