summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-11-13 11:15:40 -0500
committerNick Mathewson <nickm@torproject.org>2017-11-13 11:15:40 -0500
commit0fc2b7f82e5583f5652893931d24c94d04464c66 (patch)
tree951de1e3bd870fec351007b674a09651f8de20d4 /changes
parent2777b469fa9e62763cdaee94c10446cf49d7d378 (diff)
parent1a5746f8e1a392f0b67e36083019534bf97f1fa6 (diff)
downloadtor-0fc2b7f82e5583f5652893931d24c94d04464c66.tar.gz
tor-0fc2b7f82e5583f5652893931d24c94d04464c66.zip
Merge branch 'bug8185_031' into maint-0.3.1
Diffstat (limited to 'changes')
-rw-r--r--changes/bug8185_0256
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug8185_025 b/changes/bug8185_025
new file mode 100644
index 0000000000..1bfc12b1e4
--- /dev/null
+++ b/changes/bug8185_025
@@ -0,0 +1,6 @@
+ o Minor bugfixes (logging, relay shutdown, annoyance):
+ - When a circuit is marked for close, do not attempt to package any cells
+ for channels on that circuit. Previously, we would detect this
+ condition lower in the call stack, when we noticed that the circuit had
+ no attached channel, and log an annoying message. Fixes bug 8185;
+ bugfix on 0.2.5.4-alpha.