From: David Goulet Date: Thu, 12 Nov 2020 17:39:25 +0000 (-0500) Subject: changes: Add file for #40071 X-Git-Tag: tor-0.4.6.0-alpha-dev~1^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9aaac94cc3d2b4768bbac1e40396b74373f7bc5a;p=thirdparty%2Ftor.git changes: Add file for #40071 Signed-off-by: David Goulet --- diff --git a/changes/ticket40071 b/changes/ticket40071 new file mode 100644 index 0000000000..1e294a68e7 --- /dev/null +++ b/changes/ticket40071 @@ -0,0 +1,7 @@ + o Minor bugfixes (relay, address): + - Don't trigger an IP change if no new valid IP can be found. Fixes bug + 40071; bugfix on 0.4.5.1-alpha. + - When attempting to discover our IP, don't launch a descriptor fetch + anymore but rather a simple test circuit since the address discovery is + through the NETINFO cell now from the authorities. Fixes bug 40071; bugfix + on 0.4.5.1-alpha.