]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
lintchanges on 18809, and fix the bug number
authorNick Mathewson <nickm@torproject.org>
Thu, 19 May 2016 12:54:19 +0000 (08:54 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 19 May 2016 12:54:19 +0000 (08:54 -0400)
changes/bug18809

index 94e6369b407c510f1676b4308ee17fbe2ec672ec..1e151874b7e119d0770ece6e54f5235cba42f284 100644 (file)
@@ -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.