summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-03-11 18:24:26 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2019-03-11 18:24:26 +0100
commitda2bdd6d7356b40baca5f2869a5d20e352e5356a (patch)
treea3971378e7074e92e02545252368842b7b7d525a
parenta1ff005a5dc6712e284ea35fb3539187e67983cd (diff)
downloadpsutil-da2bdd6d7356b40baca5f2869a5d20e352e5356a.tar.gz
pre-releaserelease-5.6.1
-rw-r--r--HISTORY.rst4
-rw-r--r--docs/index.rst4
2 files changed, 8 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 2c9b6215..2d1fbee5 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -4,11 +4,15 @@
5.6.1
=====
+2019-03-11
+
**Bug fixes**
- 1329_: [AIX] psutil doesn't compile on AIX 6.1. (patch by Arnon Yaari)
- 1448_: [Windows] crash on import due to rtlIpv6AddressToStringA not available
on Wine.
+- 1451_: [Windows] Process.memory_full_info() segfaults. NtQueryVirtualMemory
+ is now used instead of QueryWorkingSet to calculate USS memory.
5.6.0
=====
diff --git a/docs/index.rst b/docs/index.rst
index 23408613..f35b23c3 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -2630,6 +2630,10 @@ take a look at the
Timeline
========
+- 2019-03-11:
+ `5.6.1 <https://pypi.org/project/psutil/5.6.1/#files>`__ -
+ `what's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#561>`__ -
+ `diff <https://github.com/giampaolo/psutil/compare/release-5.6.0...release-5.6.1#files_bucket>`__
- 2019-03-05:
`5.6.0 <https://pypi.org/project/psutil/5.6.0/#files>`__ -
`what's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#560>`__ -