diff options
| -rw-r--r-- | HISTORY.rst | 11 | ||||
| -rw-r--r-- | docs/index.rst | 6 |
2 files changed, 11 insertions, 6 deletions
diff --git a/HISTORY.rst b/HISTORY.rst index 49242a6e..d91cf461 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,18 +1,19 @@ *Bug tracker at https://github.com/giampaolo/psutil/issues* -5.9.1 (IN DEVELOPMENT) -====================== +5.9.1 +===== -XXXX-XX-XX +2022-05-20 **Enhancements** -- 1053_: dropped support for Python 2.6. (patches by Matthieu Darbois and Hugo van Kemenade) +- 1053_: drop Python 2.6 support. (patches by Matthieu Darbois and Hugo van + Kemenade) - 2050_, [Linux]: increase ``read(2)`` buffer size from 1k to 32k when reading ``/proc`` pseudo files line by line. This should help having more consistent results. - 2057_, [OpenBSD]: add support for `cpu_freq()`_. -- 2107_ [Linux]: `Process.memory_full_info()`_ (reporting process USS/PSS/Swap +- 2107_, [Linux]: `Process.memory_full_info()`_ (reporting process USS/PSS/Swap memory) now reads ``/proc/pid/smaps_rollup`` instead of ``/proc/pids/smaps``, which makes it 5 times faster. diff --git a/docs/index.rst b/docs/index.rst index 045ba83b..8d663c7e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2597,7 +2597,7 @@ If you want to develop psutil take a look at the `development guide`_. Platforms support history ========================= -* psutil 5.9.1 (2022-XX): drop Python 2.6 support +* psutil 5.9.1 (2022-05): drop Python 2.6 support * psutil 5.9.0 (2021-12): **MidnightBSD** * psutil 5.8.0 (2020-12): **PyPy 2** on Windows * psutil 5.7.1 (2020-07): **Windows Nano** @@ -2615,6 +2615,10 @@ Supported Python versions are 2.7, 3.4+ and PyPy3. Timeline ======== +- 2022-05-20: + `5.9.1 <https://pypi.org/project/psutil/5.9.1/#files>`__ - + `what's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#591>`__ - + `diff <https://github.com/giampaolo/psutil/compare/release-5.9.0...release-5.9.1#files_bucket>`__ - 2021-12-29: `5.9.0 <https://pypi.org/project/psutil/5.9.0/#files>`__ - `what's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#590>`__ - |
