Skip to content

Commit

Permalink
give CREDITS to Daniel Beer for #1471
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Apr 2, 2019
1 parent 0d43eb0 commit d9e69cc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 6 additions & 4 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=====
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d9e69cc

Please sign in to comment.