summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-01-06 21:28:48 +0000
committerRoger Dingledine <arma@torproject.org>2009-01-06 21:28:48 +0000
commitb36a98ff5a03b316ba781486faabf31ab83b15fa (patch)
tree2860113d4c83dcae0850adc79dccc584ebe724e5 /ChangeLog
parent462f64b6b993d46f5b61c7e2333cc526d15ba884 (diff)
downloadtor-b36a98ff5a03b316ba781486faabf31ab83b15fa.tar.gz
tor-b36a98ff5a03b316ba781486faabf31ab83b15fa.zip
When our circuit fails at the first hop (e.g. we get a destroy
cell back), avoid using that OR connection anymore, and also tell all the one-hop directory requests waiting for it that they should fail. Bugfix on 0.2.1.3-alpha. svn:r17984
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f04b6cb0be..1138d04257 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
Changes in version 0.2.1.11-alpha - 2009-01-??
o Minor bugfixes:
- Make outbound DNS packets respect the OutboundBindAddress setting.
- Fixes the bug part of bug 798.
+ Fixes the bug part of bug 798. Bugfix on 0.1.2.2-alpha.
+ - When our circuit fails at the first hop (e.g. we get a destroy
+ cell back), avoid using that OR connection anymore, and also
+ tell all the one-hop directory requests waiting for it that they
+ should fail. Bugfix on 0.2.1.3-alpha.
+
Changes in version 0.2.1.10-alpha - 2009-01-06
o Major bugfixes: