]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
hs: Add changes file for 23653
authorDavid Goulet <dgoulet@torproject.org>
Wed, 27 Sep 2017 12:38:52 +0000 (08:38 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 3 Oct 2017 14:56:46 +0000 (10:56 -0400)
Signed-off-by: David Goulet <dgoulet@torproject.org>
changes/bug23653 [new file with mode: 0644]

diff --git a/changes/bug23653 b/changes/bug23653
new file mode 100644 (file)
index 0000000..81760cb
--- /dev/null
@@ -0,0 +1,7 @@
+  o Minor bugfixes (hidden service client):
+    - When getting multiple SOCKS request for the same .onion address, don't
+      trigger multiple descriptor fetches.
+    - When the descriptor fetch fails with an internal error, no more HSDir to
+      query or we aren't allowed to fetch (FetchHidServDescriptors 0), close
+      all pending SOCKS request for that .onion. Fixes bug 23653; bugfix on
+      0.3.2.1-alpha.