summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2018-10-11 12:26:00 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2018-10-11 12:26:00 +0200
commit20e65b39ff0c601fad90775612c19aedb9b55713 (patch)
treeeed5369bfad6c48cd7282d8c6ac9cb0c4279c83f
parent659f3a36626e16405eee030b695136884ea4a220 (diff)
downloadpsutil-20e65b39ff0c601fad90775612c19aedb9b55713.tar.gz
give CREDITS for #1320 to @truthbk
-rw-r--r--CREDITS4
-rw-r--r--HISTORY.rst4
2 files changed, 8 insertions, 0 deletions
diff --git a/CREDITS b/CREDITS
index fea9143e..b3c8164c 100644
--- a/CREDITS
+++ b/CREDITS
@@ -559,3 +559,7 @@ I: 1321
N: Ilya Yanok
W: https://github.com/yanok
I: 1332
+
+N: Jaime Fullaondo
+W: https://github.com/truthbk
+I: 1320
diff --git a/HISTORY.rst b/HISTORY.rst
index 3a22133a..a03b5ad2 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -10,11 +10,15 @@ XXXX-XX-XX
- 1310_: [Linux] psutil.sensors_temperatures() now parses /sys/class/thermal
in case /sys/class/hwmon fs is not available (e.g. Raspberry Pi). (patch
by Alex Manuskin)
+- 1320_: [Posix] better compilation support when using g++ instead of gcc.
+ (patch by Jaime Fullaondo)
**Bug fixes**
- 1294_: [Windows] psutil.Process().connections() may sometimes fail with
intermittent 0xC0000001. (patch by Sylvain Duchesne)
+- 1320_: [AIX] system CPU times (psutil.cpu_times()) were being reported with
+ ticks unit as opposed to seconds. (patch by Jaime Fullaondo)
- 1332_: [OSX] psutil debug messages are erroneously printed all the time.
(patch by Ilya Yanok)
- 1346_: [SunOS] net_connections() returns an empty list. (patch by Oleksii