Commit f0408b84 authored by Kris Katterjohn's avatar Kris Katterjohn Committed by Nick Mathewson
Browse files

Add changes file for bug 28981



The fix was in commit 61636ad989de674698601284957dacde53cc4984.

Signed-off-by: default avatarKris Katterjohn <katterjohn@gmail.com>
parent cbcf75d7
Loading
Loading
Loading
Loading

changes/bug28981

0 → 100644
+5 −0
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.