diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-03-15 11:07:38 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-03-15 11:07:38 -0400 |
commit | 567a56ae2e59aef26b31829f300c5700c7923f7b (patch) | |
tree | aeee25b9397f1aff983f7e0210cb95edccb8458f /changes | |
parent | 92813941b5f467b878485eb3c141c59f48736847 (diff) | |
parent | ec5fe41209add4b216029466774a6b7e833210ef (diff) | |
download | tor-567a56ae2e59aef26b31829f300c5700c7923f7b.tar.gz tor-567a56ae2e59aef26b31829f300c5700c7923f7b.zip |
Merge branch 'bug20059_024_v2' into maint-0.3.0
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20059 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug20059 b/changes/bug20059 new file mode 100644 index 0000000000..091fab06d1 --- /dev/null +++ b/changes/bug20059 @@ -0,0 +1,3 @@ + o Minor bugfixes (relay): + - Avoid a double-marked-circuit warning that can happen when we receive + DESTROY cells under heavy load. Fixes bug 20059; bugfix on 0.1.0.1-rc. |