diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-01-15 05:57:19 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-01-15 05:57:19 +0000 |
commit | 24aae484c93b09c7fc735e53874f02a22e4b5b43 (patch) | |
tree | 52b359e727d2a0c6325fd21ef881b20818f32baa /ChangeLog | |
parent | a984011814b3de3c4a300c364893cd6c6cc8ec05 (diff) | |
download | tor-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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) |