Skip to content

Commit 18f4c7d

Browse files
authored
Release 4.6.0
* Updated package version to 4.6.0 * Updated ChangeLog for 4.6.0 release
1 parent d4fa432 commit 18f4c7d

File tree

8 files changed

+33
-7
lines changed

8 files changed

+33
-7
lines changed

ChangeLog

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
=======================================================================
2+
Release v4.6.0 2023-05-29
3+
=======================================================================
4+
5+
Contributors (alphabetical order):
6+
Boczkowski, AdrianX <adrianx.boczkowski@intel.com>
7+
Klosowski, Marcin <marcinx.klosowski@intel.com>
8+
Michal Aleksiński <michalx.aleksinski@intel.com>
9+
Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
10+
Roman Storozhenko <roman.storozhenko@intel.com>
11+
Shanahan, Corey <corey.shanahan@intel.com>
12+
13+
1. Library:
14+
- Added Non-Contiguous CBM support
15+
2. PQoS
16+
- Added Non-Contiguous CBM support
17+
3. App QoS
18+
- Added Non-Contiguous CBM support
19+
4. rdtset
20+
- Added Non-Contiguous CBM support
21+
5. General:
22+
- Bug fixes
23+
124
=======================================================================
225
Release v4.5.0 2022-12-15
326
=======================================================================

appqos/ansible/intel/appqos/galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: intel
33
name: appqos
4-
version: 1.0.3
4+
version: 4.6.0
55

66
readme: README.md
77

appqos/appqos/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
App QoS software version
3737
"""
3838

39-
__version__ = "4.5.0"
39+
__version__ = "4.6.0"

appqos/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
]
2323

2424
dependencies = [
25-
"pqos == 4.5.0",
25+
"pqos == 4.6.0",
2626
"jsonschema",
2727
"pexpect",
2828
"flask",

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.5.0
37+
VERSION = 4.6.0
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
@@ -62,7 +62,7 @@ extern "C" {
6262
* =======================================
6363
*/
6464

65-
#define PQOS_VERSION 40500 /**< version 4.5.0 */
65+
#define PQOS_VERSION 40600 /**< version 4.6.0 */
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 = "4.5.0"
3+
version = "4.6.0"
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 4.5.0
27+
%global githubver 4.6.0
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+
* Mon May 15 2023 Raghavan Kanagaraj <raghavan.kanagaraj@intel.com> 4.6.0-1
185+
- New release 4.6.0
186+
184187
* Fri Dec 02 2022 Michal Aleksinski <michalx.aleksinski@intel.com> 4.5.0-1
185188
- New release 4.5.0
186189

0 commit comments

Comments
 (0)