aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-01-26 23:18:30 +0000
committerNick Mathewson <nickm@torproject.org>2008-01-26 23:18:30 +0000
commit68cf666d04aebe8bb905bd79dfd61f82fda8731d (patch)
tree99bc35fd3c505276e57c28405b6cfe82bfc9fea2 /ChangeLog
parentc7fe633780bffe69d07a1655c6ecbe3c631d5483 (diff)
downloadtor-68cf666d04aebe8bb905bd79dfd61f82fda8731d.tar
tor-68cf666d04aebe8bb905bd79dfd61f82fda8731d.tar.gz
Fix bug 571: associate certificates with keys, not dirservers, so that we can have certificates for dirservers we do not recognize.
svn:r13304
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 835a2eb4e..b4e27d223 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
Changes in version 0.2.0.19-alpha - 2008-0?-??
+ o Minor bugfixes:
+ - Directory caches now fetch certificates from all authorities
+ listed in a networkstatus consensus, even when they do not
+ recognize them. Fixes bug 571. Bugfix on 0.2.0.x.
Changes in version 0.2.0.18-alpha - 2008-01-25