summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-06-12 12:41:30 +0800
committerGiampaolo Rodola <g.rodola@gmail.com>2019-06-12 12:41:30 +0800
commit48cb36cdff2c83be6c3d265f8a10040ec74d10a0 (patch)
tree63df6c8f79e45e4dc79cf2a06b9630630a54e2ba
parentc2f30702a4db0f4dfbf88842c07532cc187daf5a (diff)
downloadpsutil-48cb36cdff2c83be6c3d265f8a10040ec74d10a0.tar.gz
update docs / HISTORY / CREDITS / @krytarowski for #1530
-rw-r--r--CREDITS2
-rw-r--r--HISTORY.rst9
-rw-r--r--docs/index.rst2
3 files changed, 12 insertions, 1 deletions
diff --git a/CREDITS b/CREDITS
index 5469b0b1..4e30aba3 100644
--- a/CREDITS
+++ b/CREDITS
@@ -621,4 +621,4 @@ I: 1491
N: Kamil Rytarowski
W: https://github.com/krytarowski
C: Poland
-I: 1526
+I: 1526, 1530
diff --git a/HISTORY.rst b/HISTORY.rst
index f8147bfe..c3d2960e 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,5 +1,14 @@
*Bug tracker at https://github.com/giampaolo/psutil/issues*
+5.6.4
+=====
+
+XXXX-XX-XX
+
+**Enhancements**
+
+- 1530_: [NetBSD] add process cwd() support. (patch by Kamil Rytarowski)
+
5.6.3
=====
diff --git a/docs/index.rst b/docs/index.rst
index 7a234872..f068967e 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1205,6 +1205,8 @@ Process class
The process current working directory as an absolute path.
+ .. versionchanged:: 5.6.4 added support for NetBSD
+
.. method:: username()
The name of the user that owns the process. On UNIX this is calculated by