summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-04-05 21:27:01 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2019-04-05 21:27:01 +0200
commit97f0c7adf18ac02fa7e610fca19bf2a91455a06f (patch)
treed5749631ddc98e78f32211a2406255c0a9197254
parent36b5ab0c83ad76a6a6b9ea4e97380a0f05ae332a (diff)
downloadpsutil-97f0c7adf18ac02fa7e610fca19bf2a91455a06f.tar.gz
give credits to @amanusk for #1472
-rw-r--r--CREDITS4
-rw-r--r--HISTORY.rst1
2 files changed, 3 insertions, 2 deletions
diff --git a/CREDITS b/CREDITS
index 33c62ea6..36ab49be 100644
--- a/CREDITS
+++ b/CREDITS
@@ -61,8 +61,8 @@ I: 517, 607, 610, 1131, 1123, 1130, 1154, 1164, 1174, 1177, 1210, 1214, 1408,
N: Alex Manuskin
W: https://github.com/amanusk
-D: FreeBSD cpu_freq(), OSX temperatures, support for Linux temperatures
-I: 1284, 1345, 1350, 1352
+D: FreeBSD cpu_freq(), OSX temperatures, support for Linux temperatures.
+I: 1284, 1345, 1350, 1352, 1472, 1481.
N: Jeff Tang
W: https://github.com/mrjefftang
diff --git a/HISTORY.rst b/HISTORY.rst
index 5741e247..afd63f01 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -25,6 +25,7 @@
exist. (patch by Cedric Lamoriniere)
- 1471_: [SunOS] Process name() and cmdline() can return SystemError. (patch
by Daniel Beer)
+- 1472_: [Linux] cpu_freq() does not return all CPUs on Rasbperry pi 3.
- 1474_: fix formatting of psutil.tests() which mimicks 'ps aux' output.
- 1475_: [Windows] OSError.winerror attribute wasn't properly checked resuling
in WindowsError being raised instead of AccessDenied.