aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-10-16 15:34:14 +0000
committerNick Mathewson <nickm@torproject.org>2007-10-16 15:34:14 +0000
commit0d26b623eec51e82c8c0475a51493fd5b5f044de (patch)
tree15416783a620ec749a51b579d8a981917d952446 /ChangeLog
parentc5fb1c19eb9f1a4de223bf96e69f9351d38c6e00 (diff)
downloadtor-0d26b623eec51e82c8c0475a51493fd5b5f044de.tar
tor-0d26b623eec51e82c8c0475a51493fd5b5f044de.tar.gz
r15853@catbus: nickm | 2007-10-16 11:32:55 -0400
Fix "Error adding vote: OK" message. svn:r11986
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4cfa3dad3..458a5a1ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,7 @@ Changes in version 0.2.0.9-alpha - 2007-10-??
around indefinitely.
- Correctly check for bad options to the "PublishServerDescriptor"
config option. Bugfix on 0.2.0.1-alpha; reported by Matt Edman.
+ - When we discard a vote as a duplicate, do not report this as an error.
o Minor bugfixes (memory leaks):
- Stop leaking memory on failing case of base32_decode. Bugfix on