From 1d8399a9a0822e0f2216409f316aa1f2e966efc6 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Wed, 11 Oct 2017 16:25:40 +0200 Subject: [PATCH] #1127: give credits to @jakub-bacic --- CREDITS | 4 ++++ HISTORY.rst | 2 ++ 2 files changed, 6 insertions(+) diff --git a/CREDITS b/CREDITS index b9759b9a7..17d5e66d7 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 5888e6003..da9894604 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)