Skip to content

Commit 27a1432

Browse files
committed
pre-release
1 parent 2d880c8 commit 27a1432

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

HISTORY.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
*Bug tracker at https://github.com/giampaolo/psutil/issues*
22

3-
5.9.8 (IN DEVELOPMENT)
4-
======================
3+
5.9.8
4+
=====
5+
6+
2024-01-19
57

68
**Enhancements**
79

@@ -19,7 +21,7 @@
1921
It could either leak memory or core dump.
2022
- 2340_, [NetBSD]: if process is terminated, `Process.cwd()`_ will return an
2123
empty string instead of raising `NoSuchProcess`_.
22-
- 2345_, [Linux]: fix compilation on older compiler missing DUPLEX_UNKNOWN
24+
- 2345_, [Linux]: fix compilation on older compiler missing DUPLEX_UNKNOWN.
2325
- 2222_, [macOS]: `cpu_freq()` now returns fixed values for `min` and `max`
2426
frequencies in all Apple Silicon chips.
2527

docs/index.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -2650,9 +2650,13 @@ PyPy3.
26502650
Timeline
26512651
========
26522652

2653+
- 2024-01-19:
2654+
`5.9.8 <https://pypi.org/project/psutil/5.9.8/#files>`__ -
2655+
`what's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#598>`__ -
2656+
`diff <https://github.com/giampaolo/psutil/compare/release-5.9.7...release-5.9.8#files_bucket>`__
26532657
- 2023-12-17:
26542658
`5.9.7 <https://pypi.org/project/psutil/5.9.7/#files>`__ -
2655-
`what's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#596>`__ -
2659+
`what's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#597>`__ -
26562660
`diff <https://github.com/giampaolo/psutil/compare/release-5.9.6...release-5.9.7#files_bucket>`__
26572661
- 2023-10-15:
26582662
`5.9.6 <https://pypi.org/project/psutil/5.9.6/#files>`__ -

0 commit comments

Comments
 (0)