diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-09-08 14:03:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-09-08 14:03:04 -0400 |
commit | fcec1f338110d17dd23668558a87f0f5ea8a8ee1 (patch) | |
tree | 82420fa5887d8042d3b5f2bf311f20e6a0a4c04d /changes | |
parent | 4c6fd7106fdf1a31c1e50a992c03dac69cd25a47 (diff) | |
parent | 54510d4d1a66d2dd9a618699bd2e51bf4ade4dea (diff) | |
download | tor-fcec1f338110d17dd23668558a87f0f5ea8a8ee1.tar.gz tor-fcec1f338110d17dd23668558a87f0f5ea8a8ee1.zip |
Merge branch 'feature15482_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature15482 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/feature15482 b/changes/feature15482 new file mode 100644 index 0000000000..4e32d394b9 --- /dev/null +++ b/changes/feature15482 @@ -0,0 +1,5 @@ + o Minor features (client-side privacy) + - Indefinitely extend circuit lifespan by resetting dirtyness, if + IsolateSOCKSAuth is in use, the new `KeepAliveIsolateSOCKSAuth` + option is set, and streams with SOCKS authentication are attached + to the circuit. Implements feature 15482. |