summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-11-01 14:50:48 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2020-11-01 14:50:48 +0100
commit9b0efdd06aaac77e4579cab13d894ebed209749f (patch)
tree92477b2c35f1b12b80f3367e65bf1e39fd936d15 /HISTORY.rst
parenta570100f73f3e6899da19cf84d4fd6f41ddf1bc2 (diff)
downloadpsutil-9b0efdd06aaac77e4579cab13d894ebed209749f.tar.gz
fix #1868: missing fields from /proc/pid/stat on Alpine Linux
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 54f2d79f..fb8ec8f1 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -10,6 +10,11 @@ XXXX-XX-XX
- 1875_: `disk_partitions()` exposes 2 extra fields: `maxfile` and `maxpath`,
which are the maximum file name and path name length.
+**Bug fixes**
+
+- 1868_: [Linux] /proc/pid/stat is missing 2 fields on Alpine Linux (cpu_num
+ and delayacct_blkio_ticks) and are now being set to None.
+
5.7.3
=====