Преглед на файлове

We can't do subbullets in changes files

Nick Mathewson преди 8 години
родител
ревизия
d7a713a41e
променени са 1 файла, в които са добавени 4 реда и са изтрити 3 реда
  1. 4 3
      changes/bug17027-reject-private-bind-port

+ 4 - 3
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".