diff options
author | David Goulet <dgoulet@torproject.org> | 2019-08-29 08:55:58 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2019-08-29 08:55:58 -0400 |
commit | 7c99a4dddee8350a4997ed2e2033dc9c20242da1 (patch) | |
tree | 047acd813ed2f0907eb231f26905dce60ba395bb /changes | |
parent | 04ab357df80582d3d9e7a78471e051f8f774d27b (diff) | |
parent | ff905f8e1e3a9df9349a82cfa2724cc50b1523f4 (diff) | |
download | tor-7c99a4dddee8350a4997ed2e2033dc9c20242da1.tar.gz tor-7c99a4dddee8350a4997ed2e2033dc9c20242da1.zip |
Merge branch 'maint-0.4.1'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23507 | 5 | ||||
-rw-r--r-- | changes/bug23818_v2 | 6 | ||||
-rw-r--r-- | changes/bug23818_v3 | 6 |
3 files changed, 17 insertions, 0 deletions
diff --git a/changes/bug23507 b/changes/bug23507 new file mode 100644 index 0000000000..de18273fdb --- /dev/null +++ b/changes/bug23507 @@ -0,0 +1,5 @@ + o Minor bugfixes (v3 single onion services): + - Make v3 single onion services fall back to a 3-hop intro, when there + all intro points are unreachable via a 1-hop path. Previously, v3 + single onion services failed when all intro nodes were unreachable + via a 1-hop path. Fixes bug 23507; bugfix on 0.3.2.1-alpha. diff --git a/changes/bug23818_v2 b/changes/bug23818_v2 new file mode 100644 index 0000000000..0219a20f49 --- /dev/null +++ b/changes/bug23818_v2 @@ -0,0 +1,6 @@ + o Minor bugfixes (v2 single onion services): + - Always retry v2 single onion service intro and rend circuits with a + 3-hop path. Previously, v2 single onion services used a 3-hop path + when rend circuits were retried after a remote or delayed failure, + but a 1-hop path for immediate retries. Fixes bug 23818; + bugfix on 0.2.9.3-alpha. diff --git a/changes/bug23818_v3 b/changes/bug23818_v3 new file mode 100644 index 0000000000..c430144d81 --- /dev/null +++ b/changes/bug23818_v3 @@ -0,0 +1,6 @@ + o Minor bugfixes (v3 single onion services): + - Always retry v3 single onion service intro and rend circuits with a + 3-hop path. Previously, v3 single onion services used a 3-hop path + when rend circuits were retried after a remote or delayed failure, + but a 1-hop path for immediate retries. Fixes bug 23818; + bugfix on 0.3.2.1-alpha. |