summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-09-26 18:03:36 +0800
committerGiampaolo Rodola <g.rodola@gmail.com>2019-09-26 18:03:36 +0800
commit5a4c9a27ba266fa446802426ba1d243ff04723cf (patch)
tree8c1faeb3d0bde8d40f960aeeab584447c5ab47e5
parent2963b5f264b451a67dd26e19d38ab890a5bafa41 (diff)
downloadpsutil-5a4c9a27ba266fa446802426ba1d243ff04723cf.tar.gz
update HISTORY
-rw-r--r--CREDITS4
-rw-r--r--HISTORY.rst2
2 files changed, 6 insertions, 0 deletions
diff --git a/CREDITS b/CREDITS
index 3b1de50d..4350eaf7 100644
--- a/CREDITS
+++ b/CREDITS
@@ -622,3 +622,7 @@ N: Kamil Rytarowski
W: https://github.com/krytarowski
C: Poland
I: 1526, 1530
+
+N: Athos Ribeiro
+W: https://github.com/athos-ribeiro
+I: 1585
diff --git a/HISTORY.rst b/HISTORY.rst
index 4e1f2103..6ad56e11 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -21,6 +21,8 @@ XXXX-XX-XX
- 1546_: usage percent may be rounded to 0 on Python 2.
- 1552_: [Windows] getloadavg() math for calculating 5 and 15 mins values is
incorrect.
+- 1585_: [OSX] calling close() (in C) on possible negative integers. (patch
+ by Athos Ribeiro)
5.6.3
=====