summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-06-20 04:42:17 +0000
committerRoger Dingledine <arma@torproject.org>2008-06-20 04:42:17 +0000
commit8fa912a8c5934971038e2813a0571a5a00d5fd20 (patch)
tree9918d8e849ed0fc9599937e0a7d284cf162a77b7 /ChangeLog
parent94dabd2c23bf86dcd603d53a1e0a678b77097737 (diff)
downloadtor-8fa912a8c5934971038e2813a0571a5a00d5fd20.tar.gz
tor-8fa912a8c5934971038e2813a0571a5a00d5fd20.zip
If we close our OR connection because there's been a circuit
pending on it for too long, we were telling our bootstrap status events "REASON=NONE". Now tell them "REASON=TIMEOUT". svn:r15369
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7901f2c6a3..0c630b43f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -49,6 +49,9 @@ Changes in version 0.2.1.2-alpha - 2008-06-??
as soon as you run out of working bridges, rather than waiting
for ten failures -- which will never happen if you have less than
ten bridges.
+ - If we close our OR connection because there's been a circuit
+ pending on it for too long, we were telling our bootstrap status
+ events "REASON=NONE". Now tell them "REASON=TIMEOUT".
Changes in version 0.2.1.1-alpha - 2008-06-13