summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-11-13 11:15:47 -0500
committerNick Mathewson <nickm@torproject.org>2017-11-13 11:15:47 -0500
commit666653758db631200ce389a19d0899e28f8f1dd7 (patch)
tree569401d0a6fb9c9c895d7954bf3e11743ce873ff /changes
parentc928fb988a6679cc5aca380bcc568b165e5f7c4a (diff)
parentd256d4c0a6c6a258c4f6c6839dd53c7e304fa94f (diff)
downloadtor-666653758db631200ce389a19d0899e28f8f1dd7.tar.gz
tor-666653758db631200ce389a19d0899e28f8f1dd7.zip
Merge branch 'bug8185_025' into maint-0.2.9
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.