summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2022-10-21 01:40:23 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2022-10-21 01:40:23 +0200
commit57a7a7047e22f79cabb984e883a70888eb370558 (patch)
tree2f594b6c45851c746f6dc0bcd2e2e29d3adbd065 /HISTORY.rst
parent8e58bce0409db7415b963fc394e93a2a4c68d61c (diff)
downloadpsutil-57a7a7047e22f79cabb984e883a70888eb370558.tar.gz
update HISTORY + give CREDITS for @arossert, @smoofra, @mayeut for #2102, #2156, #2010
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst12
1 files changed, 11 insertions, 1 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index f0d0905d..2b1257bd 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -5,10 +5,20 @@
XXXX-XX-XX
+**Enhancements**
+
+- 2102_: use Limited API when building wheels with CPython 3.6+ on Linux,
+ macOS and Windows. This allows to use pre-built wheels in all future versions
+ of cPython 3. (patch by Matthieu Darbois)
+
**Bug fixes**
-- 2077_, [Windows]: Use system-level values for `virtual_memory()`. (patch by
+- 2077_, [Windows]: Use system-level values for `virtual_memory()`_. (patch by
Daniel Widdis)
+- 2156_, [Linux]: compilation may fail on very old gcc compilers due to missing
+ ``SPEED_UNKNOWN`` definition. (patch by Amir Rossert)
+- 2010_, [macOS]: on MacOS, arm64 ``IFM_1000_TX`` and ``IFM_1000_T`` are the
+ same value, causing a build failure. (patch by Lawrence D'Anna)
5.9.3
=====