-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Raghavan Kanagaraj <[email protected]>
- Loading branch information
Showing
6 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
======================================================================= | ||
Release v24.05 Jun 2024 | ||
======================================================================= | ||
|
||
Contributors (alphabetical order): | ||
Babu Moger <[email protected]> | ||
Marcel Cornu <[email protected]> | ||
Raghavan Kanagaraj <[email protected]> | ||
Roman Storozhenko <[email protected]> | ||
|
||
1. Library: | ||
- Added AMD SMBA support | ||
2. PQoS | ||
- Added AMD SMBA support | ||
3. General: | ||
- Bug fixes | ||
|
||
======================================================================= | ||
Release v23.11 Nov 2023 | ||
======================================================================= | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "pqos" | ||
version = "5.0.0" | ||
version = "6.0.0" | ||
description = "Python interface for Intel(R) RDT PQoS library" | ||
authors = [ | ||
{ name = "Michal Aleksinski", email = "[email protected]"}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
|
||
%global githubname intel-cmt-cat | ||
%global githubver 4.6.1 | ||
%global githubver 6.0.0 | ||
|
||
%if %{defined githubsubver} | ||
%global githubfull %{githubname}-%{githubver}.%{githubsubver} | ||
|
@@ -181,6 +181,9 @@ install -m 0644 %{_builddir}/%{githubfull}/examples/c/CMT_MBM/monitor_app.c %{bu | |
%doc %{_usrsrc}/%{githubfull}/LICENSE | ||
|
||
%changelog | ||
* Wed Jun 05 2024 Raghavan Kanagaraj <[email protected]> 6.0.0-1 | ||
- New release 6.0.0 | ||
|
||
* Wed Nov 1 2023 Raghavan Kanagaraj <[email protected]> 5.0.0-1 | ||
- New release 5.0.0 | ||
|
||
|