summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2009-09-13 21:47:55 +0200
committerSebastian Hahn <sebastian@torproject.org>2009-09-14 22:06:21 +0200
commitc1a6fb42ac08ab7ab729edca1837401d0f117fd1 (patch)
treef978a0fba54e4ed2420ac6e417cbfdfda5aaf972 /ChangeLog
parent3de5ac9baa7dc12f5bc441d75a8be48995e0f3a8 (diff)
downloadtor-c1a6fb42ac08ab7ab729edca1837401d0f117fd1.tar.gz
tor-c1a6fb42ac08ab7ab729edca1837401d0f117fd1.zip
Fix a spec conformance issue when parsing a ns vote
A vote may only contain exactly one signature. Make sure we reject votes that violate this. Problem found by Rotor, who also helped writing the patch. Thanks!
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bfbbaa9796..a3e19b4fde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@ Changes in version 0.2.2.2-alpha - 2009-09-??
Found by Matt Edman. Bugfix on 0.2.0.16-alpha.
- Fix parsing for memory or time units given without a space between
the number and the unit. Bugfix on 0.2.2.1-alpha; fixes bug 1076.
+ - A networkstatus vote must contain exactly one signature. Spec
+ conformance issue. Bugfix on 0.2.0.3-alpha.
Changes in version 0.2.2.1-alpha - 2009-08-26