Commit 60d147fb authored by Nick Mathewson's avatar Nick Mathewson 🦞
Browse files

Remove changes files for patches in 0.2.6.6 or earlier.

parent 95530bac
Loading
Loading
Loading
Loading

changes/bug15240

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
  o Minor bugfixes (pluggable transports):
    - Initialize the extended OR Port authentication cookie before launching
      pluggable transports. This prevents a race condition that occured when
      server-side pluggable transports would cache the authentication cookie
      before it has been (re)generated. Fixes bug 15240; bugfix on
      0.2.5.1-alpha.

changes/bug15245

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
  o Major bugfixes:
    - Avoid crashing when making certain configuration option changes
      on clients. Fixes bug 15245; bugfix on 0.2.6.3-alpha. Reported
      by "anonym".

changes/bug15436

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
  o Minor bugfixes (portability):
    - Use the correct datatype in the SipHash-2-4 function to prevent compilers
      from assuming any sort of alignment.  Fixes bug 15436; bugfix on
      0.2.5.3-alpha.

changes/bug9495_redux

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
  o Major bugfixes (portability):
    - Do not crash on startup when running on Solaris. Fixes a bug
      related to our fix for 9495; bugfix on 0.2.6.1-alpha. Reported
      by "ruebezahl".

changes/ticket15176

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
  o Code simplification and refactoring:
    - Refactor main loop to extract the 'loop' part.  This makes it easier
      to run Tor under Shadow. Closes ticket 15176.
Loading