aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-04-22 18:38:25 +0000
committerRoger Dingledine <arma@torproject.org>2008-04-22 18:38:25 +0000
commitd72b256f4f0a3a9c90793ea12daae7af74072a16 (patch)
tree3d82b0bfa283e01c5cbfd417dda1aa515749bc06 /ChangeLog
parentbc95a4dbcb8689c40521d442dd149e553b7e3880 (diff)
downloadtor-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--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 27388c36d..146d8cbfe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.