summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Katterjohn <katterjohn@gmail.com>2019-01-15 14:55:55 -0600
committerNick Mathewson <nickm@torproject.org>2019-01-16 14:40:31 -0500
commitf0408b844ffe2545c33306cb04b03fff8148989f (patch)
tree1346554af549aaa8ada7224770284d7e854f727f
parentcbcf75d72852c457da4b1da544e7dac0ca859592 (diff)
downloadtor-f0408b844ffe2545c33306cb04b03fff8148989f.tar.gz
tor-f0408b844ffe2545c33306cb04b03fff8148989f.zip
Add changes file for bug 28981
The fix was in commit 61636ad989de674698601284957dacde53cc4984. Signed-off-by: Kris Katterjohn <katterjohn@gmail.com>
-rw-r--r--changes/bug289815
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug28981 b/changes/bug28981
new file mode 100644
index 0000000000..c0ea92ab35
--- /dev/null
+++ b/changes/bug28981
@@ -0,0 +1,5 @@
+ 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.