-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated lib version to 4.4.1 * Updated ChangeLog for 4.4.1 release
- Loading branch information
Showing
5 changed files
with
19 additions
and
4 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,15 @@ | ||
======================================================================= | ||
Release v4.4.1 2022-08-12 | ||
======================================================================= | ||
|
||
Contributors (alphabetical order): | ||
Andrzej Dziarnik <[email protected]> | ||
Mariusz Szafranski <[email protected]> | ||
Michał Aleksiński <[email protected]> | ||
|
||
1. General: | ||
- Bug fixes | ||
|
||
======================================================================= | ||
Release v4.4.0 2022-04-25 | ||
======================================================================= | ||
|
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 |
---|---|---|
|
@@ -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.0 | ||
%global githubver 4.4.1 | ||
|
||
%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 | ||
* Thu Aug 11 2022 Michal Aleksinski <[email protected]> 4.4.1-1 | ||
- New release 4.4.1 | ||
|
||
* Tue Apr 12 2022 Michal Aleksinski <[email protected]> 4.4.0-1 | ||
- New release 4.4.0 | ||
|
||
|