Commit 94fc207d authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Remove changes files for things that went out in 0.4.5.2-alpha or earlier

parent eb1a0104
Loading
Loading
Loading
Loading

changes/bug30187

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
  o Major bugfixes (relay, windows):
    - Fix bug where running a relay on Windows would use 100%
      CPU after some time. Makes Windows >= Vista the required
      Windows version to build and run tor. Fixes bug 30187;
      bugfix on 0.4.5.1-alpha. Patch by Daniel Pinto.

changes/bug32880

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
  o Minor bugfixes (circuit, handshake):
    - In the v3 handshaking code, Use connection_or_change_state() to change
      the state. Previously, we changed the state directly, but this did not
      pass a state change to the pubsub or channel object. Fixes bug 32880;
      bugfix on 0.2.3.6-alpha. Patch by Neel Chauhan.

changes/bug40015

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
  o Major bugfixes (crash, relay, signing key):
    - Avoid asserts when we run Tor from the command line with
      `--key-expiration sign` when an ORPort is not set. Fixes
      bug 40015; bugfix on 0.3.2.1-alpha. Patch by Neel Chauhan.

changes/bug40017

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
  o Minor features (protocol, proxy support, defense in depth):
    - Respond more deliberately to misbehaving proxies that leave leftover
      data on their connections, so as to be even less likely as to allow
      them to pass their data off as having come from a relay.
      Closes ticket 40017.

changes/bug40172

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
  o Minor bugfixes (compilation):
    - Fix a compilation issue in which the correct 'ranlib' program was not
      used when building libtor.a.  Fixes bug 40172; bugfix on 0.4.5.1-alpha.
Loading