summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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