summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-01-02 21:47:21 +0000
committerNick Mathewson <nickm@torproject.org>2007-01-02 21:47:21 +0000
commitcbdd21cbf5f6007e4c281388b052b02388520ae8 (patch)
treeb67cd95abffcbbe7a0850a144f02eb17ff4f83b6 /ChangeLog
parent5ed4cc23553e930dc5c140097ce848b4af716399 (diff)
downloadtor-cbdd21cbf5f6007e4c281388b052b02388520ae8.tar.gz
tor-cbdd21cbf5f6007e4c281388b052b02388520ae8.zip
r11799@Kushana: nickm | 2007-01-02 16:38:34 -0500
Simplify and remove most of dirserv_orconn_tls_cone svn:r9243
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d3ab05657..d644761ff8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -129,6 +129,8 @@ Changes in version 0.1.2.5-xxxx - 200?-??-??
our nameservers have failed. (Bug #326.)
- When we only have one nameserver, raise the threshold for deciding that
the nameserver is dead. (Also bug #326)
+ - Directory authorities now only decide that routers are reachable
+ if their identity keys are as expected.
o Controller features:
- Have GETINFO dir/status/* work on hosts with DirPort disabled.