From 85b984dbc6b97df8908bd7a3fe5433ddd4dfaf5a Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 20 Nov 2019 11:01:47 -0500 Subject: [PATCH] hs: Add changes file for 32020 Signed-off-by: David Goulet --- changes/ticket32020 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/ticket32020 diff --git a/changes/ticket32020 b/changes/ticket32020 new file mode 100644 index 0000000000..1cad61af89 --- /dev/null +++ b/changes/ticket32020 @@ -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;