Commit 936ce997 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Remove changes files from master that are already in 0297-rc

parent cbdb3c92
Loading
Loading
Loading
Loading

changes/19974

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
  o Minor bugfixes (unit tests):
    - Fix tolerances in unit tests for monotonic time comparisons between
      nanoseconds and microseconds. Previously, we accepted a 10 us
      difference only, which is not realistic on every platform's
      clock_gettime(). Fixes bug 19974; bugfix on 0.2.9.1-alpha.

changes/20492

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
  o Minor bugfix (build):
    - The current Git revision when building from a local repository is now
      detected correctly when using git worktrees.  Fixes bug 20492; bugfix on
      0.2.3.9-alpha.

changes/bug19960

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
  o Minor bugfixes (netbsd, unit tests):
    - Stop expecting NetBSD unit tests to report success for ipfw;
      on NetBSD, it's only pf that's supported.
      Part of a fix for bug 19960; bugfix on 0.2.9.5-alpha.

changes/bug20710_025

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
  o Minor bugfixes (memory leak, use-after-free, linux seccomp2 sandbox):
    - Fix a memory leak and use-after-free error when removing entries
      from the sandbox's getaddrinfo() cache. Fixes bug 20710; bugfix on
      0.2.5.5-alpha. Patch from "cypherpunks".

changes/bug20715

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
  o Minor bugfixes (memory leak)
    - When moving a signed descriptor object from a source to an existing
      destination, free the allocated memory inside that destination object.
      Bugfix on tor-0.2.8.3-alpha; Closes #20715.
Loading