summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-11-13 11:20:20 -0500
committerNick Mathewson <nickm@torproject.org>2017-11-13 11:20:20 -0500
commit3300a6e93aa9e6adfe9c6bb7949b3774e98b94f8 (patch)
treeb09027e6dff2697e5fe50b4526e073724e1f2f79 /changes
parentcf1e6ad2d72696bc788b02c0f51581361f271d67 (diff)
parent8dff23eb34cf63278f8c78eb965c77fe215b860c (diff)
downloadtor-3300a6e93aa9e6adfe9c6bb7949b3774e98b94f8.tar.gz
tor-3300a6e93aa9e6adfe9c6bb7949b3774e98b94f8.zip
Merge remote-tracking branch 'arma/ticket23637' into maint-0.3.2
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket236375
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket23637 b/changes/ticket23637
new file mode 100644
index 0000000000..8687ab1a01
--- /dev/null
+++ b/changes/ticket23637
@@ -0,0 +1,5 @@
+ o Minor features:
+ - Make the "Exit" flag assignment only depend on whether the exit
+ policy allows connections to ports 80 and 443. Previously relays
+ would get the Exit flag if they allowed connections to one of
+ these ports and also port 6667. Resolves ticket 23637.