]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
We can't do subbullets in changes files
authorNick Mathewson <nickm@torproject.org>
Mon, 1 Feb 2016 21:49:06 +0000 (16:49 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 1 Feb 2016 21:49:06 +0000 (16:49 -0500)
changes/bug17027-reject-private-bind-port

index 7d8f023d2d4baf0b53b1e6f54e391cffaec80fea..e0c222a1cf19b4302a62fa4281cb743cc0a70ce2 100644 (file)
@@ -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".