]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for bug 18809
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>
Wed, 18 May 2016 22:04:02 +0000 (18:04 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 19 May 2016 11:58:40 +0000 (07:58 -0400)
changes/bug18809 [new file with mode: 0644]

diff --git a/changes/bug18809 b/changes/bug18809
new file mode 100644 (file)
index 0000000..6ee5088
--- /dev/null
@@ -0,0 +1,14 @@
+  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
+      #18483 was merged.
+    - Fix some edge cases where consensus download connections
+      may not have been closed, even though they were not needed.
+    - Make relays retry consensus downloads the correct number of
+      times, rather than the more aggresive client retry count.
+    - 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.