diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-02-01 16:46:29 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-02-01 16:46:29 -0500 |
commit | deea08c13f9d6a3dc8eca612ddf09436da1af4f8 (patch) | |
tree | aa8eabda9c7ff5a3504b4d67bf265e599df8a281 /changes/first-hop-no-private | |
parent | 8ea48a59195b68c95261d2df3cdfacf12a6418d6 (diff) | |
download | tor-deea08c13f9d6a3dc8eca612ddf09436da1af4f8.tar.gz tor-deea08c13f9d6a3dc8eca612ddf09436da1af4f8.zip |
Fix all the warnings from lintChanges.py
Diffstat (limited to 'changes/first-hop-no-private')
-rw-r--r-- | changes/first-hop-no-private | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/changes/first-hop-no-private b/changes/first-hop-no-private index e8d0684061..4cef638f8f 100644 --- a/changes/first-hop-no-private +++ b/changes/first-hop-no-private @@ -2,7 +2,5 @@ - Refuse connection requests to private OR addresses unless ExtendAllowPrivateAddresses is set. Previously, tor would connect, then refuse to send any cells to a private address. - Fixes bugs 17674 and 8976; bugfix on b7c172c9ec76 (28 Aug 2012) - Original bug 6710, released in 0.2.3.21-rc and an 0.2.2 maint - release. + Fixes bugs 17674 and 8976; bugfix on 0.2.3.21-rc. Patch by "teor". |