Commit 658770a0 authored by Nick Mathewson's avatar Nick Mathewson 🥔
Browse files

Remove changes entries for fixes that appeared in 0.4.0.2-alpha

parent 85e1c493
Loading
Loading
Loading
Loading

changes/bug28698

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
  o Minor bugfix (logging):
    - Avoid logging about relaxing circuits when their time is fixed.
      Fixes bug 28698; bugfix on 0.2.4.7-alpha

changes/bug28979

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
  o Minor bugfixes (documentation):
    - Describe the contents of the v3 onion service client authorization
      files correctly: They hold public keys, not private keys. Fixes bug
      28979; bugfix on 0.3.5.1-alpha. Spotted by "Felixix".

changes/bug28981

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
  o Minor bugfixes (misc):
    - The amount of total available physical memory is now determined
      using the sysctl identifier HW_PHYSMEM (rather than HW_USERMEM)
      when it is defined and a 64-bit variant is not available.  Fixes
      bug 28981; bugfix on 0.2.5.4-alpha.  Patch from Kris Katterjohn.

changes/bug29029

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
  o Minor bugfixes (logging, onion services):
    - Stop logging "Tried to establish rendezvous on non-OR circuit..." as
      a warning. Instead, log it as a protocol warning, because there is
      nothing that relay operators can do to fix it. Fixes bug 29029;
      bugfix on 0.2.5.7-rc.

changes/bug29040

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
  o Minor bugfixes (onion services):
    - Avoid crashing if ClientOnionAuthDir (incorrectly) contains
      more than one private key for a hidden service. Fixes bug 29040;
      bugfix on 0.3.5.1-alpha.
Loading