diff options
author | teor <teor@torproject.org> | 2019-08-12 09:53:59 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-08-12 09:53:59 +1000 |
commit | 31fb2bceb546fb84899e5c797e3f101b86dd8687 (patch) | |
tree | c8b6af4f7b0ce985e7b678f5e8521de342af5fea /changes/bug29875 | |
parent | 789fdbed0586aeec5b312195a453c9ddaf8d58be (diff) | |
parent | c09e7a4e715d8266517896cfbc8fc80f19feba85 (diff) | |
download | tor-31fb2bceb546fb84899e5c797e3f101b86dd8687.tar.gz tor-31fb2bceb546fb84899e5c797e3f101b86dd8687.zip |
Merge remote-tracking branch 'tor-github/pr/1066' into maint-0.3.5
Diffstat (limited to 'changes/bug29875')
-rw-r--r-- | changes/bug29875 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/changes/bug29875 b/changes/bug29875 new file mode 100644 index 0000000000..58a1c871cd --- /dev/null +++ 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. |