diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-02-23 20:04:51 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-02-23 20:04:51 +0000 |
commit | 27c3b43817d1c150049437a8906785a4fee0814f (patch) | |
tree | 41e088047ae3a446eacdae7e5b0801667ea5d6ac /ChangeLog | |
parent | c7f3416a9e24b140e5119dc727885a739f68cb5b (diff) | |
download | tor-27c3b43817d1c150049437a8906785a4fee0814f.tar.gz tor-27c3b43817d1c150049437a8906785a4fee0814f.zip |
Fix one case of bug 929.
svn:r18683
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -32,6 +32,10 @@ Changes in version 0.2.1.13-????? - 2009-02-?? circuit. Patch from lark. - When we erroneously receive two EXTEND cells for the same circuit ID on the same connection, drop the second. Patch from lark. + - Fix a crash that occurs on exit nodes when a nameserver request + timed out. Bugfix on 0.1.2.1-alpha; our CLEAR debugging code + had been suppressing the bug since 0.1.2.10-alpha. Partial fix + for bug 929. o Minor features: - On Linux, use the prctl call to re-enable core dumps when the user |