summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-05-19 08:54:30 -0400
committerNick Mathewson <nickm@torproject.org>2016-05-19 08:54:30 -0400
commit0a05afa96dde84b010c87546ba49a801df92ab40 (patch)
tree7d8227df1ad1af2df8c98e4fabe60d18781db8b9
parentc4b7b4ad4ba35b724fa90012adafd62e48ed7e42 (diff)
parentdd17df2253fb0592ed3f75f8cf5134b71800df62 (diff)
downloadtor-0a05afa96dde84b010c87546ba49a801df92ab40.tar.gz
tor-0a05afa96dde84b010c87546ba49a801df92ab40.zip
Merge branch 'maint-0.2.8' into release-0.2.8
-rw-r--r--changes/bug188098
1 files changed, 5 insertions, 3 deletions
diff --git a/changes/bug18809 b/changes/bug18809
index 94e6369b40..1e151874b7 100644
--- a/changes/bug18809
+++ b/changes/bug18809
@@ -3,12 +3,14 @@
when the linked connection attaches. This prevents tor
making unnecessary begindir-style connections, which are
the only directory connections tor clients make since
- #18483 was merged.
+ the fix for 18483 was merged.
- Fix some edge cases where consensus download connections
may not have been closed, even though they were not needed.
+ Related to fix 18809.
- Make relays retry consensus downloads the correct number of
times, rather than the more aggressive client retry count.
+ Fixes part of ticket 18809.
- Stop downloading consensuses when we have a consensus,
even if we don't have all the certificates for it yet.
- Closes ticket 18943, bugfix on #4483 in 0.2.8.1-alpha,
- patches by arma and teor.
+ Fixes bug 18809; bugfix on 0.2.8.1-alpha.
+ Patches by arma and teor.