-
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.
* Updated package version to 4.5.0 * Updated ChangeLog for 4.5.0 release
- Loading branch information
Showing
7 changed files
with
28 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,22 @@ | ||
======================================================================= | ||
Release v4.5.0 2022-12-15 | ||
======================================================================= | ||
|
||
Contributors (alphabetical order): | ||
Adrian Stanciu <[email protected]> | ||
Colin Ian King <[email protected]> | ||
Mariusz Szafranski <[email protected]> | ||
Michał Aleksiński <[email protected]> | ||
Wolfgang Pross <[email protected]> | ||
|
||
1. App QoS | ||
- Added L2 CDP support | ||
- Added L3 CDP support | ||
- Expose platform topology | ||
- CORS support | ||
2. General: | ||
- Bug fixes | ||
|
||
======================================================================= | ||
Release v4.4.1 2022-08-12 | ||
======================================================================= | ||
|
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 |
---|---|---|
|
@@ -36,4 +36,4 @@ | |
App QoS software version | ||
""" | ||
|
||
__version__ = "4.4.1" | ||
__version__ = "4.5.0" |
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 = "4.4.1" | ||
version = "4.5.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.4.1 | ||
%global githubver 4.5.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 | ||
* Fri Dec 02 2022 Michal Aleksinski <[email protected]> 4.5.0-1 | ||
- New release 4.5.0 | ||
|
||
* Thu Aug 11 2022 Michal Aleksinski <[email protected]> 4.4.1-1 | ||
- New release 4.4.1 | ||
|
||
|