diff options
author | Roger Dingledine <arma@torproject.org> | 2009-02-13 04:11:14 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-02-13 04:11:14 +0000 |
commit | c8474f9d930f1eb6b43022ba6987358806db7a94 (patch) | |
tree | dc1080b351976ea1fce8930afc3cdf546fb85455 /ChangeLog | |
parent | ed9b10dd2b58ec2ed44e18b7a734cc1430193d1f (diff) | |
download | tor-c8474f9d930f1eb6b43022ba6987358806db7a94.tar.gz tor-c8474f9d930f1eb6b43022ba6987358806db7a94.zip |
If the controller claimed responsibility for a stream, but that
stream never finished making its connection, it would live
forever in circuit_wait state. Now we close it after SocksTimeout
seconds. Bugfix on 0.1.2.7-alpha; reported by Mike Perry.
svn:r18516
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Changes in version 0.2.1.13-????? - 2009-0?-?? +Changes in version 0.2.1.13-????? - 2009-02-?? o Minor bugfixes: - Automatically detect MacOSX versions earlier than 10.4.0, and disable kqueue from inside Tor when running with these versions. @@ -19,6 +19,10 @@ Changes in version 0.2.1.13-????? - 2009-0?-?? - 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. + - If the controller claimed responsibility for a stream, but that + stream never finished making its connection, it would live + forever in circuit_wait state. Now we close it after SocksTimeout + seconds. Bugfix on 0.1.2.7-alpha; reported by Mike Perry. o Minor features: - On Linux, use the prctl call to re-enable core dumps when the user |