aboutsummaryrefslogtreecommitdiff
path: root/changes/bug6507
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug6507')
-rw-r--r--changes/bug65078
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug6507 b/changes/bug6507
index 5ca02984b..89940cbf7 100644
--- a/changes/bug6507
+++ b/changes/bug6507
@@ -5,3 +5,11 @@
server, even though our new listener code would correctly not
open any ORPorts for ORPort 0. Similar bugs in other Port
options are also fixed. Fixes bug 6507; bugfix on 0.2.3.3-alpha.
+
+ o Minor features:
+
+ - Detect and reject attempts to specify both 'FooPort' and
+ 'FooPort 0' in the same configuration domain. (It's still okay
+ to have a FooPort in your configuration file,and use 'FooPort 0'
+ on the command line to disable it.) Fixes another case of
+ bug6507; bugfix on 0.2.3.3-alpha.