From 9f9a82d02c901f62512236b44edb050f84cbe5b6 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Sun, 4 Sep 2022 22:15:06 +0200 Subject: fix venv --- HISTORY.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'HISTORY.rst') diff --git a/HISTORY.rst b/HISTORY.rst index 1a7f553d..7767c08a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,18 +1,18 @@ *Bug tracker at https://github.com/giampaolo/psutil/issues* -5.9.2 (IN DEVELOPMENT) -====================== +5.9.2 +===== -XXXX-XX-XX +2022-09-04 **Bug fixes** -- 2093_, [FreeBSD]: `pids()`_ may fail with ENOMEM. Dynamically increase - the ``malloc()`` buffer size until it's big enough. -- 2095_, [Linux]: `net_if_stats()`_ returns incorrect interface speed for 100GbE - network cards. -- 2113_, [FreeBSD]: `virtual_memory()`_ may raise ENOMEM due to missing - ``#include `` directive. (patch by Peter Jeremy) +- 2093_, [FreeBSD], **[critical]**: `pids()`_ may fail with ENOMEM. Dynamically + increase the ``malloc()`` buffer size until it's big enough. +- 2095_, [Linux]: `net_if_stats()`_ returns incorrect interface speed for + 100GbE network cards. +- 2113_, [FreeBSD], **[critical]**: `virtual_memory()`_ may raise ENOMEM due to + missing ``#include `` directive. (patch by Peter Jeremy) - 2128_, [NetBSD]: `swap_memory()`_ was miscalculated. (patch by Thomas Klausner) 5.9.1 -- cgit v1.2.1