Skip to content

Commit 17629d0

Browse files
committed
Release 6.0.1
Signed-off-by: Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
1 parent 7fb7dc4 commit 17629d0

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

ChangeLog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
=======================================================================
2+
Release v25.04 Apr 2025
3+
=======================================================================
4+
5+
Contributors (alphabetical order):
6+
Colin Ian King <colin.i.king@gmail.com>
7+
Eugene Syromiatnikov <esyr@redhat.com>
8+
Marcel Cornu <marcel.d.cornu@intel.com>
9+
Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
10+
Roman Storozhenko <roman.storozhenko@intel.com>
11+
12+
1. General:
13+
- Bug fixes
14+
115
=======================================================================
216
Release v24.05 Jun 2024
317
=======================================================================

lib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
include ../pre-build.mk
3737

3838
LIB = libpqos
39-
VERSION = 6.0.0
39+
VERSION = 6.0.1
4040
SO_VERSION = 6
4141
SHARED ?= y
4242
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
@@ -62,7 +62,7 @@ extern "C" {
6262
* =======================================
6363
*/
6464

65-
#define PQOS_VERSION 60000 /**< version 6.0.0 */
65+
#define PQOS_VERSION 60001 /**< version 6.0.1 */
6666
#define PQOS_MAX_COS 16 /**< 16 x COS */
6767
#define PQOS_MAX_L3CA_COS PQOS_MAX_COS
6868
#define PQOS_MAX_L2CA_COS PQOS_MAX_COS

lib/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pqos"
3-
version = "6.0.0"
3+
version = "6.0.1"
44
description = "Python interface for Intel(R) RDT PQoS library"
55
authors = [
66
{ name = "Michal Aleksinski", email = "michalx.aleksinski@intel.com"},

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 6.0.0
27+
%global githubver 6.0.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+
* Wed Apr 23 2025 Raghavan Kanagaraj <raghavan.kanagaraj@intel.com> 6.0.1-1
185+
- New release 6.0.1
186+
184187
* Wed Jun 05 2024 Raghavan Kanagaraj <raghavan.kanagaraj@intel.com> 6.0.0-1
185188
- New release 6.0.0
186189

0 commit comments

Comments
 (0)