Commit 06c31b1b authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Remove changes files that have also appeared in 0.4.4 releases.

parent db10d001
Loading
Loading
Loading
Loading

changes/bug16016

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
  o Minor bugfixes (logging):
    - Downgrade a noisy log message that could occur naturally when
      receiving an extrainfo document that we no longer want.
      Fixes bug 16016; bugfix on 0.2.6.3-alpha.

changes/bug27315

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
  o Minor bugfixes (linux seccomp2 sandbox):
    - Fix a regression on sandboxing rules for the openat() syscall.
      The fix for bug 25440 fixed the problem on systems with glibc >=
      2.27 but broke tor on previous versions of glibc. We now apply 
      the correct seccomp rule according to the running glibc version.
      Patch from Daniel Pinto. Fixes bug 27315; bugfix on 0.3.5.11.

changes/bug31036

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
  o Minor bugfixes (windows):
    - Fix a bug that prevented Tor from starting if its log file
      grew above 2GB.  Fixes bug 31036; bugfix on 0.2.1.8-alpha.

changes/bug33119

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
  o Major bugfixes (NSS):
    - Fix out-of-bound memory access in `tor_tls_cert_matches_key()` when Tor is
      compiled with NSS support. Fixes bug 33119; bugfix on 0.3.5.1-alpha. This
      issue is also tracked as TROVE-2020-001.

changes/bug34084

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
  o Minor bugfixes (onion services v3):
    - Avoid a non-fatal assert log in an edge-case of opening an intro circuit
      as a client. Fixes bug 34084; bugfix on 0.3.2.1-alpha.
Loading