Skip to content

Commit

Permalink
Update ChangeLog for version 3.0.1 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher M. Cantalupo <christopher.m.cantalupo@intel.com>
  • Loading branch information
cmcantalupo committed Dec 6, 2023
1 parent 23500bd commit 43fffcb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
* Wed Dec 06 2023 Christopher M Cantalupo <christopher.m.cantalupo@intel.com> v3.0.1
- Hotfix for v3.0.0 release.
- Fix missing systemd dependency on the msr-safe systemd service. This bug could cause MSRs to be unavailable from the GEOPM Service if load order is incorrect.
- Fix systemd unit definition to maintain same model for GPUs/chip topology when linked against versions of libze_loader.so where "COMPOSITE" is not the default.
- Fix security issue where UID 0 was being used to indicate privilege, switched to using libcap for capabilities checks instead.
- Fix bug in startup that was causing long delays when initializing batch interface of PlatformIO
- Fix potential lock when creating PlatformTopo object as user with CAP_SYS_ADMIN.
- Fix several build and packaging issues that could cause problems when dependency packages are not installed to standard locations.
- Fix "make coverage" build target dependency
- Fix issue with sphinx documentation generation
- Fix regression in support for client Intel platforms.
- Fix install failures on some SLES systems by modifying helper install script to prefer the zypper command to the rpm command.
- Add documentation for non-MPI application integration test for GEOPM Runtime.
* Wed Oct 25 2023 Christopher M Cantalupo <christopher.m.cantalupo@intel.com> v3.0.0
- Official v3.0.0 release tag.
- GEOPM Runtime support for non-MPI applications.
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GEOPM - Global Extensible Open Power Manager
============================================

[![Build Status](https://github.com/geopm/geopm/actions/workflows/build.yml/badge.svg)](https://github.com/geopm/geopm/actions)
[![version](https://img.shields.io/badge/version-3.0.0-blue)](https://github.com/geopm/geopm/releases)
[![version](https://img.shields.io/badge/version-3.0.1-blue)](https://github.com/geopm/geopm/releases)
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)


Expand Down Expand Up @@ -159,7 +159,7 @@ SEE COPYING FILE FOR LICENSE INFORMATION.

Last Update
-----------
2023 October 17
2023 December 6

Christopher Cantalupo <christopher.m.cantalupo@intel.com> <br>
Brad Geltz <brad.geltz@intel.com> <br>
Expand Down

0 comments on commit 43fffcb

Please sign in to comment.