aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-11-11 16:35:46 +0000
committerNick Mathewson <nickm@torproject.org>2008-11-11 16:35:46 +0000
commit997aea74dc82f3fda14cd407411e2564b4851a17 (patch)
tree994d917bdbd823f64efcc1f31aa8cbd239f65e1c /ChangeLog
parent00a90177fa324e623ad2fd07ce4180f443807b8d (diff)
downloadtor-997aea74dc82f3fda14cd407411e2564b4851a17.tar.gz
tor-997aea74dc82f3fda14cd407411e2564b4851a17.zip
Fix from rovv: when adding a detached signature, do not automatically assume it is good just because we are adding it. We might also be adding it because it was the first signature we saw for a given voter.
svn:r17248
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04479234a1..0c48c52b0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
Changes in version 0.2.1.8-alpha - 2008-??-??
+ o Major bugfixes:
+ - Fix a DOS opportunity during the voting signature collection process
+ at directory authorities. Spotted by rovv. Bugfix on 0.2.0.x.
+
o Minor bugfixes:
- Get file locking working on win32. Bugfix on 0.2.1.6-alpha. Fixes
bug 859.