From 470c705a48a38b53e7e0b5dbe16d5c27e405a516 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Fri, 14 Jan 2022 23:23:06 +0100 Subject: update HISTORY Signed-off-by: Giampaolo Rodola --- HISTORY.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index b1af0199..b19c7142 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,12 +5,20 @@ XXXX-XX-XX +**Enhancements** + +- 2050_, [Linux]: increase ``read(2)`` buffer size from 1k to 32k when reading + ``/proc`` pseudo files line by line. This should help having more consistent + results. + **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. +- 2050_, [Linux]: `virtual_memory()`_ may raise ``ValueError`` if running in a + LCX container. 5.9.0 ===== -- cgit v1.2.1