aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-08-17 12:34:52 -0400
committerNick Mathewson <nickm@torproject.org>2012-08-17 12:34:52 -0400
commit1728801bbc42f45e561812d8655b7f46fc740ea8 (patch)
treeda167c310b0e16ec2b15afe94154b999eebc4b42 /changes
parenta4669d8704af7e9d978cb392e6a8df79376207b3 (diff)
parent676f71054f11727fdfa8707979d8c6fe143c9333 (diff)
downloadtor-1728801bbc42f45e561812d8655b7f46fc740ea8.tar
tor-1728801bbc42f45e561812d8655b7f46fc740ea8.tar.gz
Merge remote-tracking branch 'origin/maint-0.2.3'
Diffstat (limited to 'changes')
-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 000000000..89940cbf7
--- /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.