tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit c09e7a4e715d8266517896cfbc8fc80f19feba85
parent 8015979eeba2c8b10fb058318628debf228fb023
Author: Nick Mathewson <nickm@torproject.org>
Date:   Fri, 31 May 2019 12:39:52 -0400

changes file for bug 29875.

Diffstat:
Achanges/bug29875 | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/changes/bug29875 b/changes/bug29875 @@ -0,0 +1,11 @@ + o Major bugfixes (bridges): + - Do not count previously configured working bridges towards our total of + working bridges. Previously, when Tor's list of bridges changed, it + would think that the old bridges were still usable, and delay fetching + router descriptors for the new ones. Fixes part of bug 29875; bugfix + on 0.3.0.1-alpha. + - Consider our directory information to have changed when our list of + bridges changes. Previously, Tor would not re-compute the status of its + directory information when bridges changed, and therefore would not + realize that it was no longer able to build circuits. Fixes part of bug + 29875.