diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-11-11 16:35:46 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-11-11 16:35:46 +0000 |
commit | 997aea74dc82f3fda14cd407411e2564b4851a17 (patch) | |
tree | 994d917bdbd823f64efcc1f31aa8cbd239f65e1c /ChangeLog | |
parent | 00a90177fa324e623ad2fd07ce4180f443807b8d (diff) | |
download | tor-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |