summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-05-22 11:47:09 -0400
committerNick Mathewson <nickm@torproject.org>2009-05-22 11:47:09 -0400
commit1d002a25a261237e4ad1e3d9f3701670be853e6f (patch)
tree09b705c7ecd7016fbeb7e8a5f269fd33b4cbecc0 /ChangeLog
parent678092750b95fe60b1eef638992f60cb028a8643 (diff)
downloadtor-1d002a25a261237e4ad1e3d9f3701670be853e6f.tar.gz
tor-1d002a25a261237e4ad1e3d9f3701670be853e6f.zip
Finish up the 0.2.1 version of the bug 957 fix.
Basically, all this means is downgrading our warning messages to debug messages, since the bug workaround code here is adequate to stop the bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e3febcf801..917ec9a9b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
Changes in version 0.2.1.15??? - ????-??-??
+ o Major bugfixes:
+ - Fix a timing-dependent, allocator-dependent, DNS-related crash bug
+ that would occur on some exit nodes when DNS failures and timeouts
+ occurred in certain patterns. Fix for bug 957.
+
o Minor bugfixes:
- Actually return -1 in the error case for read_bandwidth_usage().
Harmless bug, since we currently don't care about the return value
@@ -25,8 +30,6 @@ Changes in version 0.2.1.15??? - ????-??-??
descriptor as never-downloadable. Bugfix on 0.2.1.9-alpha.
- Fix a memory leak when v3 directory authorities load their keys
and cert from disk. Bugfix on 0.2.0.1-alpha.
- - Add a test and fix for a possible cause of bug 957. If it's
- the real cause, it should display some warning messages.
Changes in version 0.2.1.14-rc - 2009-04-12