diff options
author | Roger Dingledine <arma@torproject.org> | 2008-04-22 18:38:25 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-04-22 18:38:25 +0000 |
commit | d72b256f4f0a3a9c90793ea12daae7af74072a16 (patch) | |
tree | 3d82b0bfa283e01c5cbfd417dda1aa515749bc06 /ChangeLog | |
parent | bc95a4dbcb8689c40521d442dd149e553b7e3880 (diff) | |
download | tor-d72b256f4f0a3a9c90793ea12daae7af74072a16.tar tor-d72b256f4f0a3a9c90793ea12daae7af74072a16.tar.gz |
When we choose to abandon a new entry guard because we think our
older ones might be better, close any circuits pending on that
new entry guard connection. Bugfix on 0.1.2.8-beta; found by lodger.
svn:r14417
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -37,6 +37,9 @@ Changes in version 0.2.1.1-alpha - 2008-??-?? Patch from mwenge. Fixes bug 646. - Correctly notify one-hop connections when a circuit build has failed. Possible fix for bug 669. Found by lodger. + - When we choose to abandon a new entry guard because we think our + older ones might be better, close any circuits pending on that + new entry guard connection. Bugfix on 0.1.2.8-beta; found by lodger. o Minor features: - Allow separate log levels to be configured for different logging @@ -46,7 +49,6 @@ Changes in version 0.2.1.1-alpha - 2008-??-?? - Add a malloc_good_size implementation to OpenBSD_malloc_linux.c, to avoid unused RAM in buffer chunks and memory pools. - Downgrade "sslv3 alert handshake failure" message to INFO. - - Only log guard node status when guard node status has changed. - Add a couple of extra warnings to --enable-gcc-warnings for GCC 4.3, and stop using a warning that had become unfixably verbose under GCC 4.3. |