Skip to content

Commit

Permalink
Release 4.4.1
Browse files Browse the repository at this point in the history
* Updated lib version to 4.4.1
* Updated ChangeLog for 4.4.1 release
  • Loading branch information
aleksinx authored Aug 16, 2022
1 parent 9ee9461 commit f16c24c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
12 changes: 12 additions & 0 deletions ChangeLog
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 <andrzejx.dziarnik@intel.com>
Mariusz Szafranski <mariuszx.szafranski@intel.com>
Michał Aleksiński <michalx.aleksinski@intel.com>

1. General:
- Bug fixes

=======================================================================
Release v4.4.0 2022-04-25
=======================================================================
Expand Down
2 changes: 1 addition & 1 deletion lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
###############################################################################

LIB = libpqos
VERSION = 4.4.0
VERSION = 4.4.1
SO_VERSION = 4
SHARED ?= y
LDFLAGS = -L. -lpthread -z noexecstack -z relro -z now
Expand Down
2 changes: 1 addition & 1 deletion lib/pqos.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extern "C" {
* =======================================
*/

#define PQOS_VERSION 40400 /**< version 4.4.0 */
#define PQOS_VERSION 40401 /**< version 4.4.1 */
#define PQOS_MAX_COS 16 /**< 16 x COS */
#define PQOS_MAX_L3CA_COS PQOS_MAX_COS
#define PQOS_MAX_L2CA_COS PQOS_MAX_COS
Expand Down
2 changes: 1 addition & 1 deletion lib/python/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pqos
version = 4.4.0
version = 4.4.1
description = Python interface for Intel(R) RDT PQoS library
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
Expand Down
5 changes: 4 additions & 1 deletion rpm/intel-cmt-cat.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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 <michalx.aleksinski@intel.com> 4.4.1-1
- New release 4.4.1

* Tue Apr 12 2022 Michal Aleksinski <michalx.aleksinski@intel.com> 4.4.0-1
- New release 4.4.0

Expand Down

0 comments on commit f16c24c

Please sign in to comment.