summaryrefslogtreecommitdiff
path: root/changes/bug18809
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-07-07 13:16:44 -0400
committerNick Mathewson <nickm@torproject.org>2016-07-07 13:16:44 -0400
commit9a0bc46225bf9ddea67da5c9e400899e24ddbdd0 (patch)
treef1bf034f61412877ae434601ffb43cdee71ca820 /changes/bug18809
parent663b659434267f1c8edb1a130f10d6f3a91da831 (diff)
downloadtor-9a0bc46225bf9ddea67da5c9e400899e24ddbdd0.tar.gz
tor-9a0bc46225bf9ddea67da5c9e400899e24ddbdd0.zip
Remove already-merged changes files.
These changes files already are merged in release-0.2.8, and therefor will not be "new in 0.2.9.1-alpha".
Diffstat (limited to 'changes/bug18809')
-rw-r--r--changes/bug1880916
1 files changed, 0 insertions, 16 deletions
diff --git a/changes/bug18809 b/changes/bug18809
deleted file mode 100644
index 1e151874b7..0000000000
--- a/changes/bug18809
+++ /dev/null
@@ -1,16 +0,0 @@
- o Major bugfixes (bootstrap):
- - Check if bootstrap consensus downloads are still needed
- when the linked connection attaches. This prevents tor
- making unnecessary begindir-style connections, which are
- the only directory connections tor clients make since
- 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.
- Fixes bug 18809; bugfix on 0.2.8.1-alpha.
- Patches by arma and teor.