Skip to content

Commit

Permalink
pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Jan 19, 2024
1 parent 2d880c8 commit 27a1432
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 5 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
*Bug tracker at https://github.com/giampaolo/psutil/issues*

5.9.8 (IN DEVELOPMENT)
======================
5.9.8
=====

2024-01-19

**Enhancements**

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

Expand Down
6 changes: 5 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2650,9 +2650,13 @@ PyPy3.
Timeline
========

- 2024-01-19:
`5.9.8 <https://pypi.org/project/psutil/5.9.8/#files>`__ -
`what's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#598>`__ -
`diff <https://github.com/giampaolo/psutil/compare/release-5.9.7...release-5.9.8#files_bucket>`__
- 2023-12-17:
`5.9.7 <https://pypi.org/project/psutil/5.9.7/#files>`__ -
`what's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#596>`__ -
`what's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#597>`__ -
`diff <https://github.com/giampaolo/psutil/compare/release-5.9.6...release-5.9.7#files_bucket>`__
- 2023-10-15:
`5.9.6 <https://pypi.org/project/psutil/5.9.6/#files>`__ -
Expand Down

0 comments on commit 27a1432

Please sign in to comment.