diff options
author | David Goulet <dgoulet@torproject.org> | 2017-04-25 14:06:19 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-05-09 10:30:52 -0400 |
commit | 60cf5ac2971f746852c92980a9292ed69a694e8c (patch) | |
tree | a5347bda4dbdea489d3d5439539d9441c9d523eb /changes | |
parent | 87e9dc48d135b0c1b6ebaeefac5cf966d6fdaca1 (diff) | |
download | tor-60cf5ac2971f746852c92980a9292ed69a694e8c.tar.gz tor-60cf5ac2971f746852c92980a9292ed69a694e8c.zip |
config: Remove CloseHSServiceRendCircuitsImmediatelyOnTimeout option
Deprecated in 0.2.9.2-alpha, this commits changes it as OBSOLETE() and cleans
up the code associated with it.
Partially fixes #22060
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22060 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug22060 b/changes/bug22060 index 722547c2fc..5b064277a3 100644 --- a/changes/bug22060 +++ b/changes/bug22060 @@ -12,3 +12,6 @@ - CloseHSClientCircuitsImmediatelyOnTimeout was deprecated in 0.2.9.2-alpha and now has been rendered obsolete. Code has been removed and feature no longer exists. + - CloseHSServiceRendCircuitsImmediatelyOnTimeout was deprecated in + 0.2.9.2-alpha and now has been rendered obsolete. Code has been removed + and feature no longer exists. |