aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-07-16 10:01:56 +0200
committerNick Mathewson <nickm@torproject.org>2014-07-16 10:01:56 +0200
commit856114ab1c5a8a7a1b7993ee34adbb7cbf4eaa10 (patch)
tree49e3514ff0e2aa892c172bf5d522a2ed15c75c05 /changes
parent35791f4238bd6853c038d5fc68976dd74c93c577 (diff)
parented3d7892c721c9495215ecad2e18c026d29fbb9b (diff)
downloadtor-856114ab1c5a8a7a1b7993ee34adbb7cbf4eaa10.tar.gz
tor-856114ab1c5a8a7a1b7993ee34adbb7cbf4eaa10.zip
Merge remote-tracking branch 'public/bug8387_024' into maint-0.2.5
Diffstat (limited to 'changes')
-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".