]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes: file for 23818, v3 onion service fix
authorteor <teor@torproject.org>
Fri, 23 Aug 2019 05:10:45 +0000 (15:10 +1000)
committerteor <teor@torproject.org>
Fri, 23 Aug 2019 05:10:45 +0000 (15:10 +1000)
changes/bug23818_v3 [new file with mode: 0644]

diff --git a/changes/bug23818_v3 b/changes/bug23818_v3
new file mode 100644 (file)
index 0000000..c430144
--- /dev/null
@@ -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.