summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-08-20 16:50:51 -0400
committerRoger Dingledine <arma@torproject.org>2009-08-20 16:50:51 -0400
commit7f518873eb58b4d12d6db8ccbf98fb626529f859 (patch)
treed59ddac879322bc5cbe13069612e311e6627223b /ChangeLog
parent5da3b45fdce8354e320df91b26a170b21291c32e (diff)
downloadtor-7f518873eb58b4d12d6db8ccbf98fb626529f859.tar.gz
tor-7f518873eb58b4d12d6db8ccbf98fb626529f859.zip
Notice v3 cert parsing failures
If any the v3 certs we download are unparseable, we should actually notice the failure so we don't retry indefinitely. Bugfix on 0.2.0.x; reported by "rotator".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac7beb79ea..9b93d3f361 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,6 +39,11 @@ Changes in version 0.2.2.1-alpha - 2009-0?-??
as only certain clients who must have this information sooner should
set this option.
+ o Minor bugfixes:
+ - If any the v3 certs we download are unparseable, we should actually
+ notice the failure so we don't retry indefinitely. Bugfix on
+ 0.2.0.x; reported by "rotator".
+
o Deprecated and removed features:
- The controller no longer accepts the old obsolete "addr-mappings/"
or "unregistered-servers-" GETINFO values.