summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2016-09-22 20:42:50 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2016-09-22 20:42:50 +0200
commit775bb5cf6456f64f4515009a778fd3c65effd67f (patch)
treee57d00dc4a4b7c945f758f46c721cddd3c060db4
parentdbfdbf25513555642f495d2eac9e2682aa706446 (diff)
downloadpsutil-720-sysinfo.tar.gz
merge master720-sysinfo
-rw-r--r--HISTORY.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 84e147ca..bd555731 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -6,17 +6,19 @@ Bug tracker at https://github.com/giampaolo/psutil/issues
**Enhancements**
-#891: procinfo.py script has been updated and provides a lot more info.
+- #887: [Linux] virtual_memory()'s 'available' and 'used' values are more
+ precise and match "free" cmdline utility. "available" also takes into
+ account LCX containers preventing "available" to overflow "total".
+- #891: procinfo.py script has been updated and provides a lot more info.
**Bug fixes**
- #798: [Windows] Process.open_files() returns and empty list on Windows 10.
+- #825: [Linux] cpu_affinity; fix possible double close and use of unopened
+ socket.
- #880: [Windows] Handle race condition inside psutil_net_connections.
- #885: ValueError is raised if a negative integer is passed to cpu_percent()
functions.
-- #887: [Linux] virtual_memory()'s 'available' and 'used' values are more
- precise and match "free" cmdline utility. "available" also takes into
- account LCX containers preventing "available" to overflow "total".
4.3.1 - 2016-09-01
@@ -83,7 +85,6 @@ Bug tracker at https://github.com/giampaolo/psutil/issues
- #797: [Linux] net_if_stats() may raise OSError for certain NIC cards.
- #813: Process.as_dict() should ignore extraneous attribute names which gets
attached to the Process instance.
-- #825: Fix possible double close and use of unopened socket
4.1.0 - 2016-03-12