summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLandry Breuil <landry@openbsd.org>2016-01-26 17:32:45 +0100
committerLandry Breuil <landry@openbsd.org>2016-01-26 17:32:45 +0100
commit6abfa220499b37222d712997e38bad792410b0a9 (patch)
treea982726c5afff68ddff080f03ffd7e1a1836ca17
parentc735d9be641b46f53b1b0016b15b11466730e36a (diff)
downloadpsutil-6abfa220499b37222d712997e38bad792410b0a9.tar.gz
Add visa to CREDITS and mention the fix in HISTORY.rst
-rw-r--r--CREDITS4
-rw-r--r--HISTORY.rst1
2 files changed, 5 insertions, 0 deletions
diff --git a/CREDITS b/CREDITS
index b600dea8..691bb1aa 100644
--- a/CREDITS
+++ b/CREDITS
@@ -358,3 +358,7 @@ I: 730
N: Frank Benkstein
W: https://github.com/fbenkstein
I: 732, 733
+
+N: Visa Hankala
+E: visa@openbsd.org
+I: 741
diff --git a/HISTORY.rst b/HISTORY.rst
index 0af06815..29c6b80c 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -13,6 +13,7 @@ Bug tracker at https://github.com/giampaolo/psutil/issues
name(), cwd(), exe(), cmdline() and open_files() methods resulting in
UnicodeDecodeError exceptions. 'surrogateescape' error handler is now
used as a workaround for replacing the corrupted data.
+- #741: [OpenBSD] fix compilation on mips64.
3.4.2 - 2016-01-20