summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-10-11 16:25:40 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2017-10-11 16:25:40 +0200
commit1d8399a9a0822e0f2216409f316aa1f2e966efc6 (patch)
tree8a33f949bd0a40a36949a10d68dd972c3c966a12
parent9c75262c01266a3e2e31cd09d5d9c710d0270e18 (diff)
downloadpsutil-1d8399a9a0822e0f2216409f316aa1f2e966efc6.tar.gz
#1127: give credits to @jakub-bacic
-rw-r--r--CREDITS4
-rw-r--r--HISTORY.rst2
2 files changed, 6 insertions, 0 deletions
diff --git a/CREDITS b/CREDITS
index b9759b9a..17d5e66d 100644
--- a/CREDITS
+++ b/CREDITS
@@ -493,3 +493,7 @@ I: 1138
N: Sebastian Saip
W: https://github.com/ssaip
I: 1141
+
+N: Jakub Bacic
+W: https://github.com/jakub-bacic
+I: 1127
diff --git a/HISTORY.rst b/HISTORY.rst
index 5888e600..da989460 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -14,6 +14,8 @@
- 1009_: [Linux] sensors_temperatures() may crash with IOError.
- 1012_: [Windows] disk_io_counters()'s read_time and write_time were expressed
in tens of micro seconds instead of milliseconds.
+- 1127_: [OSX] invalid reference counting in Process.open_files() may lead to
+ segfault. (patch by Jakub Bacic)
- 1129_: [Linux] sensors_fans() may crash with IOError. (patch by Sebastian
Saip)
- 1131_: [SunOS] fix compilation warnings. (patch by Arnon Yaari)