summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-04-02 16:31:47 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2019-04-02 16:31:47 +0200
commitd9e69ccfc38702630d5f514daf7ba53fca543469 (patch)
tree4a8fe447a5de916bcec84c835be71ac592b23435
parent0d43eb01aa4aee544cda97fd190c1ddd0f2e946e (diff)
downloadpsutil-d9e69ccfc38702630d5f514daf7ba53fca543469.tar.gz
give CREDITS to Daniel Beer for #1471
-rw-r--r--CREDITS4
-rw-r--r--HISTORY.rst10
-rw-r--r--INSTALL.rst2
3 files changed, 11 insertions, 5 deletions
diff --git a/CREDITS b/CREDITS
index 656c43d1..9b7702f9 100644
--- a/CREDITS
+++ b/CREDITS
@@ -599,3 +599,7 @@ I: 1223
N: Cedric Lamoriniere
W: https://github.com/clamoriniere
I: 1470
+
+N: Daniel Beer
+W: https://github.com/dbeer1
+I: 1471
diff --git a/HISTORY.rst b/HISTORY.rst
index c793e8ed..79963855 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -13,12 +13,14 @@
**Bug fixes**
-- 1470_: [Linux] disk_partitions(): fix corner case when /etc/mtab doesn't
- exist. (patch by Cedric Lamoriniere)
-- 1463_: cpu_distribution.py script was broken.
+- 1223_: [Windows] boot_time() may return value on Windows XP.
- 1462_: [Linux] (tests) make tests invariant to LANG setting (patch by
+- 1463_: cpu_distribution.py script was broken.
Benjamin Drung)
-- 1223_: [Windows] boot_time() may return value on Windows XP.
+- 1470_: [Linux] disk_partitions(): fix corner case when /etc/mtab doesn't
+ exist. (patch by Cedric Lamoriniere)
+- 1471_: [SunOS] Process name() and cmdline() can return SystemError. (patch
+ by Daniel Beer)
5.6.1
=====
diff --git a/INSTALL.rst b/INSTALL.rst
index f11cbaf4..2b1ea329 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -92,7 +92,7 @@ OpenBSD
::
- export PKG_PATH="http://ftp.openbsd.org/pub/OpenBSD/`uname -r`/packages/`arch -s`/"
+ export PKG_PATH=http://ftp.eu.openbsd.org/pub/OpenBSD/`uname -r`/packages/`uname -m`/
pkg_add -v python3 gcc
python3 -m pip install psutil