From f16c24cf312e5ce32639d5154aa17c8c4a6c07af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Aleksi=C5=84ski?= Date: Tue, 16 Aug 2022 10:21:50 +0200 Subject: [PATCH] Release 4.4.1 * Updated lib version to 4.4.1 * Updated ChangeLog for 4.4.1 release --- ChangeLog | 12 ++++++++++++ lib/Makefile | 2 +- lib/pqos.h | 2 +- lib/python/setup.cfg | 2 +- rpm/intel-cmt-cat.spec | 5 ++++- 5 files changed, 19 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2bd96524..fd080ab0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +======================================================================= +Release v4.4.1 2022-08-12 +======================================================================= + +Contributors (alphabetical order): + Andrzej Dziarnik + Mariusz Szafranski + Michał Aleksiński + +1. General: + - Bug fixes + ======================================================================= Release v4.4.0 2022-04-25 ======================================================================= diff --git a/lib/Makefile b/lib/Makefile index f41727ea..a6c6665b 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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 diff --git a/lib/pqos.h b/lib/pqos.h index 53a69ace..13b99301 100644 --- a/lib/pqos.h +++ b/lib/pqos.h @@ -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 diff --git a/lib/python/setup.cfg b/lib/python/setup.cfg index e5a60be3..c03d8494 100644 --- a/lib/python/setup.cfg +++ b/lib/python/setup.cfg @@ -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 diff --git a/rpm/intel-cmt-cat.spec b/rpm/intel-cmt-cat.spec index e5fc5be4..187c5654 100644 --- a/rpm/intel-cmt-cat.spec +++ b/rpm/intel-cmt-cat.spec @@ -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 4.4.1-1 +- New release 4.4.1 + * Tue Apr 12 2022 Michal Aleksinski 4.4.0-1 - New release 4.4.0