summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-01-02 04:57:48 +0000
committerNick Mathewson <nickm@torproject.org>2008-01-02 04:57:48 +0000
commitfeb1c60e9d4cf6f3f17feabd7278ace97c5fd3ed (patch)
tree697c76da0d51b7159d4fdf338f1f7bb95da7924a /ChangeLog
parent11fff225fa4a644a40e3adfe2fea7b92b8184dbc (diff)
downloadtor-feb1c60e9d4cf6f3f17feabd7278ace97c5fd3ed.tar.gz
tor-feb1c60e9d4cf6f3f17feabd7278ace97c5fd3ed.zip
r15782@tombo: nickm | 2008-01-01 23:57:43 -0500
Bugfix for bug 569: do not try to download nonexistant certificates with signing key 000000000000000. svn:r13018
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a11b2903d4..f4cb19e112 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,11 @@ Changes in version 0.2.0.16-alpha - 2008-01-??
- Reference-count and share copies of address policy entries; only
5% of them were actually distinct.
+ o Minor bugfixes:
+ - When an authority has not signed a consensus, do not try to
+ download a nonexistant "certificate with key 00000000". Bugfix
+ on 0.2.0.x. Fixes bug 569.
+
o Minor features (controller):
- Get NS events working again. (Patch from tup)