summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2016-09-22 19:49:17 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2016-09-22 19:49:17 +0200
commitc1d09f90d36993750e172a60d0c9aa8de8b0892e (patch)
treeb8ecc8f5acd1480e339e1b41db76c74624832bb2
parent7aef578238439e3aa479bb4ac882ad8089cb5e7c (diff)
downloadpsutil-c1d09f90d36993750e172a60d0c9aa8de8b0892e.tar.gz
update HISTORY
-rw-r--r--HISTORY.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index c418447a..bd555731 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -6,7 +6,10 @@ 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**
@@ -16,9 +19,6 @@ Bug tracker at https://github.com/giampaolo/psutil/issues
- #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