summaryrefslogtreecommitdiff
path: root/changes/bug8387
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-07-16 11:01:20 +0200
committerNick Mathewson <nickm@torproject.org>2014-07-16 11:01:20 +0200
commit7591ce64fbaae8d480224a93d62abda10011c2ba (patch)
tree48d7d458c6418d737935a4beb6f4e960b04c3065 /changes/bug8387
parent7bc7188fc94f6662690e07039b4e01dd8a92cdbc (diff)
parent9e46855538e9b848b7c37fda502e5d109079cee0 (diff)
downloadtor-7591ce64fbaae8d480224a93d62abda10011c2ba.tar.gz
tor-7591ce64fbaae8d480224a93d62abda10011c2ba.zip
Merge remote-tracking branch 'origin/maint-0.2.5'
Diffstat (limited to 'changes/bug8387')
-rw-r--r--changes/bug838711
1 files changed, 11 insertions, 0 deletions
diff --git a/changes/bug8387 b/changes/bug8387
new file mode 100644
index 0000000000..2ec0487bf8
--- /dev/null
+++ b/changes/bug8387
@@ -0,0 +1,11 @@
+ o Major bugfixes (client):
+
+ - Perform circuit cleanup operations even when circuit
+ construction operations are disabled (because the network is
+ disabled, or because there isn't enough directory information).
+ Previously, when we were not building predictive circuits, we
+ were not closing expired circuits either.
+
+ Fixes bug 8387; bugfix on 0.1.1.11-alpha. This bug became visible
+ in 0.2.4.10-alpha when we became more strict about when we have
+ "enough directory information to build circuits".