summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2021-01-08 19:10:08 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2021-01-08 19:10:08 +0100
commite80cabe5206fd7ef14fd6a47e2571f660f95babf (patch)
treed0cea616bd7687bc2d0b438748cca31a0c829dee
parente96307312c4858f9178786a2c7c4cf542de6bf4f (diff)
downloadpsutil-e80cabe5206fd7ef14fd6a47e2571f660f95babf.tar.gz
give CREDITS to @alxchk for #1904
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
-rw-r--r--CREDITS2
-rw-r--r--HISTORY.rst2
2 files changed, 3 insertions, 1 deletions
diff --git a/CREDITS b/CREDITS
index 451b7a4d..fa8cbf1c 100644
--- a/CREDITS
+++ b/CREDITS
@@ -545,7 +545,7 @@ I: 1042, 1079, 1070
N: Oleksii Shevchuk
W: https://github.com/alxchk
-I: 1077, 1093, 1091, 1220, 1346
+I: 1077, 1093, 1091, 1220, 1346, 1904
N: Prodesire
W: https://github.com/Prodesire
diff --git a/HISTORY.rst b/HISTORY.rst
index cb9ba8b6..dc4afbff 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -18,6 +18,8 @@ XXXX-XX-XX
- 1512_: [macOS] sometimes Process.connections() will crash with EOPNOTSUPP
for one connection; this is now ignored.
- 1892_: [macOS] psutil.cpu_freq() broken on Apple M1.
+- 1904_: [Windows] OpenProcess fails with ERROR_SUCCESS due to GetLastError()
+ called after sprintf(). (patch by alxchk)
5.8.0
=====