Skip to content

Commit

Permalink
#1193, #1194: give credits to @gsauthof
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Mar 17, 2018
1 parent 629dbb0 commit 05d179e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -523,3 +523,7 @@ I: 1216
N: stswandering
W: https://github.com/stswandering
I: 1243

N: Georg Sauthoff
W: https://github.com/gsauthof
I: 1193, 1194
17 changes: 9 additions & 8 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,20 @@ XXXX-XX-XX

**Enhancements**

- 1120_: [SunOS] cmdline() could be truncated at the 15th character when
- 694_: [SunOS] cmdline() could be truncated at the 15th character when
reading it from /proc. An extra effort is made by reading it from process
address space first.

**Bug fixes**

- 1193_: [SunOS] Return uid/gid from /proc/pid/psinfo if there aren't
enough permissions for /proc/pid/cred. (patch by Georg Sauthoff)
- 1194_: [SunOS] Return nice value from psinfo as getpriority() doesn't
support real-time processes. (patch by Georg Sauthoff)
- 1194_: [SunOS] Fix double free in psutil_proc_cpu_num(). (patch by Georg
Sauthoff)
- 1194_: [SunOS] Fix undefined behavior related to strict-aliasing rules
and warnings. (patch by Georg Sauthoff)
- 1210_: [Linux] cpu_percent() steal time may remain stuck at 100% due to Linux
erroneously reporting a decreased steal time between calls. (patch by Arnon
Yaari)
Expand All @@ -22,13 +30,6 @@ XXXX-XX-XX
- 1240_: [Windows] cpu_times() float loses accuracy in a long running system.
(patch by stswandering)
- 1245_: [Linux] sensors_temperatures() may fail with IOError "no such file".
- 1193_: [SunOS] Return uid/gid from /proc/pid/psinfo if there aren't
enough permissions for /proc/pid/cred
- 1194_: [SunOS] Return nice value from psinfo as getpriority() doesn't
support real-time processes
- 1194_: [SunOS] Fix double free in psutil_proc_cpu_num()
- 1194_: [SunOS] Fix undefined behavior related to strict-aliasing rules
and warnings

5.4.3
=====
Expand Down

0 comments on commit 05d179e

Please sign in to comment.