summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2021-10-18 20:53:32 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2021-10-18 20:53:32 +0200
commitd1cce5caed1b9c3809ed5e2f80c9c413afd0c09a (patch)
treed3efc2a9ae475ea9e85122df11c6198d85614dfd /HISTORY.rst
parentadbfeae3525769c7c001000ab8dd816e88b18736 (diff)
downloadpsutil-d1cce5caed1b9c3809ed5e2f80c9c413afd0c09a.tar.gz
update HISTORY to include #1981, CREDIT @PetrPospisil, fix C linter warnings
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index fb43a196..9319ba1c 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -45,6 +45,9 @@ XXXX-XX-XX
(patch by MaWe2019)
- 1965_: [Windows] fix "Fatal Python error: deallocating None" when calling
psutil.users() multiple times.
+- 1980_: [Windows] 32bit / WOW64 processes fails to read process name longer
+ than 128 characters resulting in AccessDenied. This is now fixed. (patch
+ by PetrPospisil)
- 1991_: process_iter() can raise TypeError if invoked from multiple threads
(not thread-safe).