summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 9f5281f9..dc4afbff 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -5,11 +5,21 @@
XXXX-XX-XX
+**Enhancements**
+
+- 1851_: [Linux] cpu_freq() is slow on systems with many CPUs. Read current
+ frequency values for all CPUs from /proc/cpuinfo instead of opening many
+ files in /sys fs. (patch by marxin)
+
**Bug fixes**
- 1456_: [macOS] psutil.cpu_freq()'s min and max are set to 0 if can't be
determined (instead of crashing).
+- 1512_: [macOS] sometimes Process.connections() will crash with EOPNOTSUPP
+ for one connection; this is now ignored.
- 1892_: [macOS] psutil.cpu_freq() broken on Apple M1.
+- 1904_: [Windows] OpenProcess fails with ERROR_SUCCESS due to GetLastError()
+ called after sprintf(). (patch by alxchk)
5.8.0
=====