Commit 2e590bac authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Remove changes files that have already been merged in 0.3.2.x

parent fd40be15
Loading
Loading
Loading
Loading

changes/bug20963

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
  o Minor features (logging):
    - Improve the message we log when re-enabling circuit build timeouts
      after having received a consensus. Closes ticket 20963.

changes/bug23662

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
  o Minor bugfixes (onion services):
    - Silence a warning about failed v3 onion descriptor uploads since it can
      happen naturally under certain edge-cases. Fixes part of bug 23662;
      bugfix on 0.3.2.1-alpha.

changes/bug23817

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
  o Minor bugfixes (descriptors):
    - Don't try fetching microdescriptors from relays that have failed to
      deliver them in the past. Fixes bug 23817; bugfix on 0.3.0.1-alpha.

changes/bug23861

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
  o Minor bugfixes (logging, relay):
    - Suppress a log notice when relay descriptors arrive. We already have a
      bootstrap progress for this so no need to log notice everytime tor
      receives relay descriptors. Microdescriptors behave the same. Fixes bug
      23861; bugfix on 0.2.8.2-alpha.

changes/bug24167

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
  o Minor bugfixes (network layer):
    - When closing a connection via close_connection_immediately(), we
      mark it as "not blocked on bandwidth", to prevent later calls
      from trying to unblock it, and give it permission to read. This
      fixes a backtrace warning that can happen on relays under various
      circumstances. Fixes bug 24167; bugfix on 0.1.0.1-rc.
Loading