summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Warner <james.warner@comcast.net>2018-04-11 00:00:00 -0500
committerCraig Small <csmall@enc.com.au>2018-05-06 07:19:38 +1000
commitf28d605a0d0294e0bd6e19e155f7b62d3fcc6b89 (patch)
tree4bbb0d678221279ffae2fa2d94bd5d8eae2a80ea /NEWS
parent5fee15fcb63f685a8f1c92d9797d55c95595cbb0 (diff)
downloadprocps-ng-f28d605a0d0294e0bd6e19e155f7b62d3fcc6b89.tar.gz
free: fix scaling on 32-bit systems _______ (catch up)
--------------- Original Master Branch Commit Message: Systems that have a 32-bit long would give incorrect results in free. References: Issue #89 https://www.freelists.org/post/procps/frees-scale-size-broken-with-32bit-long Signed-off-by: Jim Warner <james.warner@comcast.net>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f9ee69a..822a88b 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ procps-ng-3.3.14
----------------
* pgrep: Don't segfault on non match Debian #894917
* pgrep/pkill: Revert so matches all namespaces issue #91
+ * free: Fix scaling on 32-bit systems issue #89
procps-ng-3.3.13
----------------