aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-01-15 05:57:19 +0000
committerNick Mathewson <nickm@torproject.org>2008-01-15 05:57:19 +0000
commit24aae484c93b09c7fc735e53874f02a22e4b5b43 (patch)
tree52b359e727d2a0c6325fd21ef881b20818f32baa /ChangeLog
parenta984011814b3de3c4a300c364893cd6c6cc8ec05 (diff)
downloadtor-24aae484c93b09c7fc735e53874f02a22e4b5b43.tar.gz
tor-24aae484c93b09c7fc735e53874f02a22e4b5b43.zip
r17624@catbus: nickm | 2008-01-15 00:42:01 -0500
Fixes to more anonymously-reported typos and logic errors. svn:r13136
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 144a520ab5..7d6859e368 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -50,6 +50,14 @@ Changes in version 0.2.0.16-alpha - 2008-01-??
- Avoid segfault in the case where a badly behaved v2 versioning
directory sends a signed networkstatus with missing client-versions.
Bugfix on 0.1.2.
+ - Avoid segfaults on certain complex invocations of
+ router_get_by_hexdigest(). Bugfix on 0.1.2.
+ - Correct bad index on array access in parse_http_time(). Bugfix
+ on 0.2.0.
+ - Fix possible bug in vote generation when server versions are present
+ but client versions are not.
+ - Fix rare bug on REDIRECTSTREAM control command when called with no
+ port set: it could erroneously report an error when none had happened.
o Minor features (controller):
- Get NS events working again. (Patch from tup)