summaryrefslogtreecommitdiff
path: root/changes/bug6507
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-09-04 19:05:31 -0400
committerRoger Dingledine <arma@torproject.org>2012-09-04 19:05:31 -0400
commit33c82ebf51cf2dc106e5de788111e775533aa76a (patch)
treea6d0ba28e237bc1ed39b203132b9b6ede5559ae8 /changes/bug6507
parentf5541ea4fe0aabe1d2aba49de43a08bbf4cd6bad (diff)
parent4bd90e20b92fbe2b93fc53e24254f00e663d057e (diff)
downloadtor-33c82ebf51cf2dc106e5de788111e775533aa76a.tar.gz
tor-33c82ebf51cf2dc106e5de788111e775533aa76a.zip
Merge branch 'maint-0.2.3' into release-0.2.3
Diffstat (limited to 'changes/bug6507')
-rw-r--r--changes/bug650715
1 files changed, 15 insertions, 0 deletions
diff --git a/changes/bug6507 b/changes/bug6507
new file mode 100644
index 0000000000..89940cbf7b
--- /dev/null
+++ b/changes/bug6507
@@ -0,0 +1,15 @@
+ o Major bugfixes:
+ - Detect 'ORPort 0' as meaning, uniformly, that we're not running
+ as a server. Previously, some of our code would treat the
+ presence of any ORPort line as meaning that we should act like a
+ 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.