diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-13 09:58:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-13 09:58:05 -0400 |
commit | 049ba66746006e45d8033d8f88f97ba61d8c5631 (patch) | |
tree | 838bd06fbadeb1a2788ba5b896bcbbbd38237ebf /changes | |
parent | 1c80eb92fa6c5240b1029c5ee1febe2d20b7d882 (diff) | |
parent | 6017447e3ae8f3cd53c7c6fff1f8660c29affde4 (diff) | |
download | tor-049ba66746006e45d8033d8f88f97ba61d8c5631.tar.gz tor-049ba66746006e45d8033d8f88f97ba61d8c5631.zip |
Merge branch 'maint-0.3.2' into maint-0.3.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug26158 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug26158 b/changes/bug26158 new file mode 100644 index 0000000000..5ae1c30600 --- /dev/null +++ b/changes/bug26158 @@ -0,0 +1,5 @@ + o Minor bugfixes (relay): + - Relays now correctly block attempts to re-extend to the previous + relay by Ed25519 identity. Previously they would warn in this case, + but not actually reject the attempt. Fixes bug 26158; bugfix on + 0.3.0.1-alpha. |