Commit af85a0f2 authored by Nick Mathewson's avatar Nick Mathewson 🥔
Browse files

Remove from master those changes files that will appear in 0.3.5.7 or earlier.

parent a9c78309
Loading
Loading
Loading
Loading

changes/bug28568

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
  o Minor bugfixes (testing):
    - Stop running stem's unit tests as part of "make test-stem". But continue
      to run stem's unit and online tests during "make test-stem-full".
      Fixes bug 28568; bugfix on 0.2.6.3-alpha.

changes/bug28612

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
  o Minor bugfixes (windows services):
    - Make Tor start correctly as an NT service again: previously it
      was broken by refactoring.  Fixes bug 28612; bugfix on 0.3.5.3-alpha.
      

changes/bug28974

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
  o Minor bugfixes (compilation):
    - Fix compilation for Android by adding a missing header to
      freespace.c.  Fixes bug 28974; bugfix on 0.3.5.1-alpha.

changes/ticket28838

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
  o Minor features (performance):
    - Remove about 96% of the work from the function that we run at
      startup to test our curve25519_basepoint implementation.  Since
      this function has yet to find an actual failure, we'll only
      run it for 8 iterations instead of 200. Based on our profile
      information, this change should save around 8% of our startup
      time on typical desktops, and may have a similar effect on
      other platforms.  Closes ticket 28838.

changes/ticket28851

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
  o Minor features (performance):
    - Stop re-validating our hardcoded Diffie-Hellman parameters on every
      startup. Doing this wasted time and cycles, especially on low-powered
      devices. Closes ticket 28851.
Loading