Commit 9a0bc462 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

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".
parent 663b6594
Loading
Loading
Loading
Loading

changes/19271

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
  o Directory authority changes:
    - Urras is no longer a directory authority. Closes ticket 19271.

changes/asciidoc-UTC

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
  o Minor bugfixes (build):
    - When building manual pages, set the timezone to "UTC", so that the
      output is reproducible. Fixes bug 19558; bugfix on 0.2.2.9-alpha.
      Patch from intrigeri.

changes/bug17150

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
  o Minor bugfixes (directory warnings):
    - When fetching extrainfo documents, compare their SHA256 digests
      and Ed25519 signing key certificates
      with the routerinfo that led us to fetch them, rather than
      with the most recent routerinfo. Otherwise we generate many
      spurious warnings about mismatches. Fixes bug 17150; bugfix
      on 0.2.7.2-alpha.

changes/bug18668

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
  o Minor bugfixes (tests):
    - Avoid "WSANOTINITIALISED" warnings in the unit tests. Fixes bug 18668;
      bugfix on 0.2.8.1-alpha.

changes/bug18809

deleted100644 → 0
+0 −16
Original line number Diff line number Diff line
  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.
Loading