aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-01-31 18:27:38 +0000
committerNick Mathewson <nickm@torproject.org>2009-01-31 18:27:38 +0000
commit261f49fe2607a342a5454184705ba1277e32857f (patch)
treefae513aa3fd211f71833ead2f249adf8414a5a59 /ChangeLog
parent676cfbbf8404c62c420223f5aee4bd8c5e69cee0 (diff)
downloadtor-261f49fe2607a342a5454184705ba1277e32857f.tar.gz
tor-261f49fe2607a342a5454184705ba1277e32857f.zip
Fix a possible cause of bug 915 when parsing multiple votes one of which was bad. Bugfix on 0.2.0.8-alpha.
svn:r18354
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9a932aa50..c8475746be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
Changes in version 0.2.1.12-alpha - 2009-02-??
+ o Major bugfixes:
+ - Fix an infinite-loop bug on handling corrupt votes under certain
+ circumstances. Bugfix on 0.2.0.8-alpha.
+
o Minor bugfixes:
- Let controllers actually ask for the "clients_seen" event. Bugfix
on 0.2.1.10-alpha; reported by Matt Edman.