summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-02-10 16:32:05 -0500
committerNick Mathewson <nickm@torproject.org>2016-02-10 16:32:05 -0500
commitc0a6c3465270355a09a93c1b48ba496e0f36cf0c (patch)
tree35cbb5d9468da9f81802cb29867da4e288715dff /changes
parent162d2022e1fa4d46480727bae9db650d50c4a21c (diff)
parent92b1c3b6041d3c760e5351b17d64523965ff99a1 (diff)
downloadtor-c0a6c3465270355a09a93c1b48ba496e0f36cf0c.tar.gz
tor-c0a6c3465270355a09a93c1b48ba496e0f36cf0c.zip
Merge remote-tracking branch 'teor/bug18208'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug182085
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug18208 b/changes/bug18208
new file mode 100644
index 0000000000..d6d194bb4d
--- /dev/null
+++ b/changes/bug18208
@@ -0,0 +1,5 @@
+ o Minor bug fixes (exit policies, security):
+ - Refresh an exit relay's exit policy when interface addresses change.
+ Previously, tor only refreshed the exit policy when the configured
+ external address changed.
+ Closes ticket 18208 on tor 0.2.7.3. Patch by "teor".