diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-15 11:53:20 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-15 11:53:20 -0500 |
commit | 3368b0c9f29bad67a85ec70cbcedb69cf85f103b (patch) | |
tree | 42e62bdda9bfeb9b2a6127573c08b70c2e673014 /changes | |
parent | bb56fd1f8f965f923529eede317a8964ee73a508 (diff) | |
download | tor-3368b0c9f29bad67a85ec70cbcedb69cf85f103b.tar.gz tor-3368b0c9f29bad67a85ec70cbcedb69cf85f103b.zip |
Add string for IP_NOW_REDUNDANT in circuit_end_reason_to_control_string
Closes 14207; bugfix on 0.2.6.2-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug14207 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug14207 b/changes/bug14207 new file mode 100644 index 0000000000..987bb25acb --- /dev/null +++ b/changes/bug14207 @@ -0,0 +1,3 @@ + o Minor bugfixes (controller): + - Add a code for the END_CIRC_REASON_IP_NOW_REDUNDANT circuit close + reason. Fixes bug 12407; bugfix on 0.2.6.2-alpha. |