diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-02-11 17:23:11 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-02-11 17:23:11 +0000 |
commit | 65dc835773f6f4ab47fe4bada7036f1a8b0c8e4a (patch) | |
tree | 828bc757325a29d81cce87a7399898b69c850295 /ChangeLog | |
parent | 6e4afe6f13b827b539b73e7e3126c6e36b877dd5 (diff) | |
download | tor-65dc835773f6f4ab47fe4bada7036f1a8b0c8e4a.tar.gz tor-65dc835773f6f4ab47fe4bada7036f1a8b0c8e4a.zip |
Revert an erroneous part of the non-fix to bug 326, and add comments to explain why it was erroneous.
svn:r18494
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,9 @@ Changes in version 0.2.1.13-????? - 2009-0?-?? logs. Bugfix on 0.2.1.8-alpha. - Clients no longer cache certificates for authorities they do not recognize. Bugfix on 0.2.0.9-alpha. + - When we can't transmit a DNS request due to a network error, retry + it after a while, and eventually transmit a failing response to the + RESOLVED cell. Bugfix on 0.1.2.5-alpha. o Minor features: - On Linux, use the prctl call to re-enable core dumps when the user |