summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2022-01-07 21:38:03 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2022-01-07 21:38:03 +0100
commite73f817f6bd019a744c8c280d8c3cdcfb99e3d3e (patch)
treeb607e6f009f0cfdfcbb6d6e74c71388e740c711f
parent8e2d478ebfd0262d91e5ee37b8e63dcfa2b4a156 (diff)
downloadpsutil-linux-mem.tar.gz
update historylinux-mem
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
-rw-r--r--HISTORY.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 7a0af7f0..780227cf 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -5,14 +5,14 @@
**Bug fixes**
-- 2048_: ``AttributeError`` is raised if ``psutil.Error`` class is raised
- manually and passed through ``str``.
-- 2049_, [Linux]: `cpu_freq`_ erroneously returns ``curr`` value in GHz while
- ``min`` and ``max`` are in MHz.
- 1915_, [Linux]: on certain kernels, ``"MemAvailable"`` field from
``/proc/meminfo`` returns ``0`` (possibly a kernel bug), in which case we
calculate an approximation for ``available`` memory which matches "free"
CLI utility.
+- 2048_: ``AttributeError`` is raised if ``psutil.Error`` class is raised
+ manually and passed through ``str``.
+- 2049_, [Linux]: `cpu_freq`_ erroneously returns ``curr`` value in GHz while
+ ``min`` and ``max`` are in MHz.
5.9.0
=====