aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-08-05 12:14:48 -0400
committerNick Mathewson <nickm@torproject.org>2013-08-05 12:14:48 -0400
commitb9f9110ac77876b0c8c4fda19b6bb138e60da655 (patch)
tree599f804ac9ee3cc2512c3549d2d0e66f3576f2cb /changes
parent0a0f93d277046a524740ad110060abf8ed137b8f (diff)
downloadtor-b9f9110ac77876b0c8c4fda19b6bb138e60da655.tar
tor-b9f9110ac77876b0c8c4fda19b6bb138e60da655.tar.gz
Don't allow all ORPort values to be NoAdvertise
Fix for bug #9366
Diffstat (limited to 'changes')
-rw-r--r--changes/bug93664
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug9366 b/changes/bug9366
new file mode 100644
index 000000000..acc919e77
--- /dev/null
+++ b/changes/bug9366
@@ -0,0 +1,4 @@
+ o Minor features (usability):
+ - Warn and fail if a server is configured not to advertise any
+ ORPorts at all. (We need *something* to put in our descriptor, or
+ we just won't work.)