summaryrefslogtreecommitdiff
path: root/changes/first-hop-no-private
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-02-01 16:46:29 -0500
committerNick Mathewson <nickm@torproject.org>2016-02-01 16:46:29 -0500
commitdeea08c13f9d6a3dc8eca612ddf09436da1af4f8 (patch)
treeaa8eabda9c7ff5a3504b4d67bf265e599df8a281 /changes/first-hop-no-private
parent8ea48a59195b68c95261d2df3cdfacf12a6418d6 (diff)
downloadtor-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-private4
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".