[tor-commits] [tor/master] We can't do subbullets in changes files
nickm at torproject.org
nickm at torproject.org
Mon Feb 1 21:49:12 UTC 2016
commit d7a713a41e2b115e8aabe9744e8010000bec202a
Author: Nick Mathewson <nickm at torproject.org>
Date: Mon Feb 1 16:49:06 2016 -0500
We can't do subbullets in changes files
---
changes/bug17027-reject-private-bind-port | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/changes/bug17027-reject-private-bind-port b/changes/bug17027-reject-private-bind-port
index 7d8f023..e0c222a 100644
--- a/changes/bug17027-reject-private-bind-port
+++ b/changes/bug17027-reject-private-bind-port
@@ -1,5 +1,6 @@
o Minor bugfixes (security, exit policies):
- - ExitPolicyRejectPrivate rejects more private addresses by default:
- * the relay's outbound bind addresses (if configured), and
- * the relay's configured port addresses (such as ORPort and DirPort).
+ - ExitPolicyRejectPrivate rejects more private addresses by default.
+ Specifically, it rejects
+ the relay's outbound bind addresses (if configured), and
+ the relay's configured port addresses (such as ORPort and DirPort).
Fixes bug 17027; bugfix on 0.2.0.11-alpha. Patch by "teor".
More information about the tor-commits
mailing list