summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2022-09-19 17:40:19 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2022-09-19 17:40:19 +0200
commitb88f4d839dc4d665526e91b098d018a3d796a0ac (patch)
treef0be52a40a2b7c812528c94a0d12d0322ed3e004 /HISTORY.rst
parenta3eca35f084b44185a9950b5725fe8491c91510e (diff)
downloadpsutil-b88f4d839dc4d665526e91b098d018a3d796a0ac.tar.gz
fix #2138 (critical): re-define ethtool_cmd_speed
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index da1acd54..00bd5043 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -9,6 +9,8 @@ XXXX-XX-XX
- 2135_, [macOS]: `Process.environ()`_ may contain garbage data. Fix
out-of-bounds read around ``sysctl_procargs``. (patch by Bernhard Urban-Forster)
+- 2138_, [Linux], **[critical]**: can't compile psutil on Android due to
+ undefined ``ethtool_cmd_speed`` symbol.
- 2142_, [POSIX]: `net_if_stats()`_ 's ``flags`` on Python 2 returned unicode
instead of str. (patch by Matthieu Darbois)