summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2021-10-12 17:08:27 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2021-10-12 17:08:27 +0200
commitaa0412e4ead1f2ab53cb95d6121aea8ac2fd20eb (patch)
tree7c14f80a3d469970dcb42dfe2d74830e9143645c
parent9825ca2fd123a051cb612f8501d702fb51568411 (diff)
downloadpsutil-aa0412e4ead1f2ab53cb95d6121aea8ac2fd20eb.tar.gz
give CREDITS to @ilius for #1996 + update doc
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
-rw-r--r--CREDITS6
-rw-r--r--HISTORY.rst1
-rw-r--r--docs/index.rst1
3 files changed, 7 insertions, 1 deletions
diff --git a/CREDITS b/CREDITS
index cc7e7a59..794bb53a 100644
--- a/CREDITS
+++ b/CREDITS
@@ -765,4 +765,8 @@ I: 1598
N: Xuehai Pan
W: https://github.com/XuehaiPan
-I: 1948 \ No newline at end of file
+I: 1948
+
+N: Saeed Rasooli
+W: https://github.com/ilius
+I: 1996
diff --git a/HISTORY.rst b/HISTORY.rst
index cd27633f..3399e186 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -13,6 +13,7 @@ XXXX-XX-XX
- 1992_: NoSuchProcess message now specifies if the PID has been reused.
- 1992_: error classes (NoSuchProcess, AccessDenied, etc.) now have a better
formatted and separated `__repr__` and `__str__` implementations.
+- 1996_: add support for MidnightBSD. (patch by Saeed Rasooli)
**Bug fixes**
diff --git a/docs/index.rst b/docs/index.rst
index 498b3094..4ddddba5 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -2567,6 +2567,7 @@ If you want to develop psutil take a look at the `development guide`_.
Platforms support history
=========================
+* psutil 5.8.1 (2021-10): **MidnightBSD**
* psutil 5.8.0 (2020-12): **PyPy 2** on Windows
* psutil 5.7.1 (2020-07): **Windows Nano**
* psutil 5.7.0 (2020-02): drop Windows XP & Server 2003 support