summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-02-15 13:42:34 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2020-02-15 13:42:34 +0100
commit3e3104abe4ec048b6968e6f8a6eea73cc59d418a (patch)
treea046c9af7a83202f21cae2266eab29698013ef78
parentbae7e97a445e99899ca3fcb614dbc45d924bac26 (diff)
downloadpsutil-3e3104abe4ec048b6968e6f8a6eea73cc59d418a.tar.gz
update history for #1695
-rw-r--r--CREDITS4
-rw-r--r--HISTORY.rst2
2 files changed, 6 insertions, 0 deletions
diff --git a/CREDITS b/CREDITS
index b2234ce3..716de944 100644
--- a/CREDITS
+++ b/CREDITS
@@ -660,3 +660,7 @@ I: 1648
N: Mike Hommey
W: https://github.com/glandium
I: 1665
+
+N: Anselm Kruis
+W: https://github.com/akruis
+I: 1695
diff --git a/HISTORY.rst b/HISTORY.rst
index 52b46f7f..605a5648 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -41,6 +41,8 @@ XXXX-XX-XX
- 1674_: [SunOS] disk_partitions() may raise OSError.
- 1684_: [Linux] disk_io_counters() may raise ValueError on systems not
having /proc/diskstats.
+- 1695_: [Linux] could not compile on kernels <= 2.6.13 due to
+ PSUTIL_HAVE_IOPRIO not being defined. (patch by Anselm Kruis)
5.6.7
=====