summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2018-10-30 10:57:16 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2018-10-30 10:57:16 +0100
commit648d8ba39eff4867d461a45a77d1245e2a909234 (patch)
tree99cce68eee478d796a305b35d267da48b7149c64
parentd8b05151e65f9348aff9b58da977abd8cacb2127 (diff)
downloadpsutil-648d8ba39eff4867d461a45a77d1245e2a909234.tar.gz
pre releaserelease-5.4.8
-rw-r--r--HISTORY.rst2
-rw-r--r--docs/index.rst6
-rw-r--r--psutil/_psutil_windows.c3
3 files changed, 8 insertions, 3 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 71cff74e..5a270184 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -3,7 +3,7 @@
5.4.8
=====
-XXXX-XX-XX
+2018-10-30
**Enhancements**
diff --git a/docs/index.rst b/docs/index.rst
index 7763b6de..91abffe8 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -702,7 +702,7 @@ Sensors
See also `temperatures.py <https://github.com/giampaolo/psutil/blob/master/scripts/temperatures.py>`__ and `sensors.py <https://github.com/giampaolo/psutil/blob/master/scripts/sensors.py>`__
for an example application.
- Availability: Linux, macOS
+ Availability: Linux
.. versionadded:: 5.1.0
@@ -2638,6 +2638,10 @@ take a look at the
Timeline
========
+- 2018-10-30:
+ `5.4.8 <https://pypi.org/project/psutil/5.4.8/#files>`__ -
+ `what's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#548>`__ -
+ `diff <https://github.com/giampaolo/psutil/compare/release-5.4.7...release-5.4.8#files_bucket>`__
- 2018-08-14:
`5.4.7 <https://pypi.org/project/psutil/5.4.7/#files>`__ -
`what's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#547>`__ -
diff --git a/psutil/_psutil_windows.c b/psutil/_psutil_windows.c
index 4acea360..edb5996c 100644
--- a/psutil/_psutil_windows.c
+++ b/psutil/_psutil_windows.c
@@ -2431,7 +2431,8 @@ error:
/*
- * Return a Python dict of tuples for disk I/O information
+ * Return a Python dict of tuples for disk I/O information. This may
+ * require running "diskperf -y" command first.
*/
static PyObject *
psutil_disk_io_counters(PyObject *self, PyObject *args) {