Commit 8702a274 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Remove folded-in changes file (0.3.2.12)

parent 0fe5a292
Loading
Loading
Loading
Loading

changes/27286

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
  o Minor features (directory authorities):
    - Authorities no longer vote to make the subprotocol version "LinkAuth=1"
      a requirement: it is unsupportable with NSS, and hasn't been needed
      since Tor 0.3.0.1-alpha. Closes ticket 27286.

changes/bug20424_029_minimal

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
  o Minor bugfixes (compilation):
    - When compiling with --enable-openbsd-malloc or --enable-tcmalloc, tell
      the compiler not to include the system malloc implementation. Fixes bug
      20424; bugfix on 0.2.0.20-rc.

changes/bug25440

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
  o Minor bugfixes (linux seccomp2 sandbox):
    - Fix a bug in out sandboxing rules for the openat() syscall.
      Previously, no openat() call would be permitted, which would break
      filesystem operations on recent glibc versions. Fixes bug 25440;
      bugfix on 0.2.9.15. Diagnosis and patch from Daniel Pinto.

changes/bug26485

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
  o Minor bugfixes (directory authority):
    - When voting for recommended versions, make sure that all of the
      versions are well-formed and parsable. Fixes bug 26485; bugfix on
      0.1.1.6-alpha.

changes/bug26497

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
  o Minor bugfixes (rust):
    - Stop setting $CARGO_HOME. cargo will use the user's $CARGO_HOME, or
      $HOME/.cargo by default. Fixes bug 26497; bugfix on 0.3.1.5-alpha.
Loading