summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-10-20 09:56:52 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2017-10-20 09:56:52 +0200
commitd286ac5eef2a41fc1e34bb122d583892aaf432ce (patch)
tree96b4e3cf74e92c7fa1da3b5508f1c0a3433b5c01
parentdd80a8b94b3e5135b11700a5ef9e4665d76db1fd (diff)
downloadpsutil-d286ac5eef2a41fc1e34bb122d583892aaf432ce.tar.gz
#1150 give credits to @akosthekiss
-rw-r--r--CREDITS4
-rw-r--r--HISTORY.rst10
-rw-r--r--docs/index.rst2
3 files changed, 15 insertions, 1 deletions
diff --git a/CREDITS b/CREDITS
index 17d5e66d..114bd0bc 100644
--- a/CREDITS
+++ b/CREDITS
@@ -497,3 +497,7 @@ I: 1141
N: Jakub Bacic
W: https://github.com/jakub-bacic
I: 1127
+
+N: Akos Kiss
+W: https://github.com/akosthekiss
+I: 1150
diff --git a/HISTORY.rst b/HISTORY.rst
index 5a682a4c..1740e0da 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,5 +1,15 @@
*Bug tracker at https://github.com/giampaolo/psutil/issues*
+5.4.1
+=====
+
+*XXXX-XX-XX*
+
+**Bug fixes**
+
+- 1150_: [Windows] when a process is terminate()d now the exit code is set to
+ SIGTERM instead of 0. (patch by Akos Kiss)
+
5.4.0
=====
diff --git a/docs/index.rst b/docs/index.rst
index e630d0b0..8dcef1f9 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1153,7 +1153,7 @@ Process class
Availability: Linux, OSX, Windows, SunOS
.. versionadded:: 4.0.0
- .. versionchanged:: 5.3.0: added SunOS support
+ .. versionchanged:: 5.3.0 added SunOS support
.. method:: create_time()