]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
hs: Add changes file for 32020
authorDavid Goulet <dgoulet@torproject.org>
Wed, 20 Nov 2019 16:01:47 +0000 (11:01 -0500)
committerGeorge Kadianakis <desnacked@riseup.net>
Wed, 27 Nov 2019 12:52:09 +0000 (14:52 +0200)
Signed-off-by: David Goulet <dgoulet@torproject.org>
changes/ticket32020 [new file with mode: 0644]

diff --git a/changes/ticket32020 b/changes/ticket32020
new file mode 100644 (file)
index 0000000..1cad61a
--- /dev/null
@@ -0,0 +1,6 @@
+  o Major bugfixes (onion service):
+    - Report back HS circuit failure back into the HS subsytem so we take
+      appropriate action with regards to the client introduction point failure
+      cache. This improves reachability of onion services, since now clients
+      notice failing introduction circuits properly. Fixes bug 32020; bugfix on
+      0.3.2.1-alpha;