Skip to content

Commit f16c24c

Browse files
authored
Release 4.4.1
* Updated lib version to 4.4.1 * Updated ChangeLog for 4.4.1 release
1 parent 9ee9461 commit f16c24c

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
=======================================================================
2+
Release v4.4.1 2022-08-12
3+
=======================================================================
4+
5+
Contributors (alphabetical order):
6+
Andrzej Dziarnik <andrzejx.dziarnik@intel.com>
7+
Mariusz Szafranski <mariuszx.szafranski@intel.com>
8+
Michał Aleksiński <michalx.aleksinski@intel.com>
9+
10+
1. General:
11+
- Bug fixes
12+
113
=======================================================================
214
Release v4.4.0 2022-04-25
315
=======================================================================

lib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
###############################################################################
3535

3636
LIB = libpqos
37-
VERSION = 4.4.0
37+
VERSION = 4.4.1
3838
SO_VERSION = 4
3939
SHARED ?= y
4040
LDFLAGS = -L. -lpthread -z noexecstack -z relro -z now

lib/pqos.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ extern "C" {
5656
* =======================================
5757
*/
5858

59-
#define PQOS_VERSION 40400 /**< version 4.4.0 */
59+
#define PQOS_VERSION 40401 /**< version 4.4.1 */
6060
#define PQOS_MAX_COS 16 /**< 16 x COS */
6161
#define PQOS_MAX_L3CA_COS PQOS_MAX_COS
6262
#define PQOS_MAX_L2CA_COS PQOS_MAX_COS

lib/python/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pqos
3-
version = 4.4.0
3+
version = 4.4.1
44
description = Python interface for Intel(R) RDT PQoS library
55
long_description = file: README.md
66
long_description_content_type = text/markdown; charset=UTF-8

rpm/intel-cmt-cat.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2525

2626
%global githubname intel-cmt-cat
27-
%global githubver 4.4.0
27+
%global githubver 4.4.1
2828

2929
%if %{defined githubsubver}
3030
%global githubfull %{githubname}-%{githubver}.%{githubsubver}
@@ -181,6 +181,9 @@ install -m 0644 %{_builddir}/%{githubfull}/examples/c/CMT_MBM/monitor_app.c %{bu
181181
%doc %{_usrsrc}/%{githubfull}/LICENSE
182182

183183
%changelog
184+
* Thu Aug 11 2022 Michal Aleksinski <michalx.aleksinski@intel.com> 4.4.1-1
185+
- New release 4.4.1
186+
184187
* Tue Apr 12 2022 Michal Aleksinski <michalx.aleksinski@intel.com> 4.4.0-1
185188
- New release 4.4.0
186189

0 commit comments

Comments
 (0)