Skip to content

Commit

Permalink
Release 4.6.0
Browse files Browse the repository at this point in the history
* Updated package version to 4.6.0
* Updated ChangeLog for 4.6.0 release
  • Loading branch information
rkanagar authored May 29, 2023
1 parent d4fa432 commit 18f4c7d
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 7 deletions.
23 changes: 23 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
=======================================================================
Release v4.6.0 2023-05-29
=======================================================================

Contributors (alphabetical order):
Boczkowski, AdrianX <adrianx.boczkowski@intel.com>
Klosowski, Marcin <marcinx.klosowski@intel.com>
Michal Aleksiński <michalx.aleksinski@intel.com>
Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
Roman Storozhenko <roman.storozhenko@intel.com>
Shanahan, Corey <corey.shanahan@intel.com>

1. Library:
- Added Non-Contiguous CBM support
2. PQoS
- Added Non-Contiguous CBM support
3. App QoS
- Added Non-Contiguous CBM support
4. rdtset
- Added Non-Contiguous CBM support
5. General:
- Bug fixes

=======================================================================
Release v4.5.0 2022-12-15
=======================================================================
Expand Down
2 changes: 1 addition & 1 deletion appqos/ansible/intel/appqos/galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: intel
name: appqos
version: 1.0.3
version: 4.6.0

readme: README.md

Expand Down
2 changes: 1 addition & 1 deletion appqos/appqos/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
App QoS software version
"""

__version__ = "4.5.0"
__version__ = "4.6.0"
2 changes: 1 addition & 1 deletion appqos/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
]

dependencies = [
"pqos == 4.5.0",
"pqos == 4.6.0",
"jsonschema",
"pexpect",
"flask",
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.5.0
VERSION = 4.6.0
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 @@ -62,7 +62,7 @@ extern "C" {
* =======================================
*/

#define PQOS_VERSION 40500 /**< version 4.5.0 */
#define PQOS_VERSION 40600 /**< version 4.6.0 */
#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/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pqos"
version = "4.5.0"
version = "4.6.0"
description = "Python interface for Intel(R) RDT PQoS library"
authors = [
{ name = "Michal Aleksinski", email = "michalx.aleksinski@intel.com"},
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.5.0
%global githubver 4.6.0

%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
* Mon May 15 2023 Raghavan Kanagaraj <raghavan.kanagaraj@intel.com> 4.6.0-1
- New release 4.6.0

* Fri Dec 02 2022 Michal Aleksinski <michalx.aleksinski@intel.com> 4.5.0-1
- New release 4.5.0

Expand Down

0 comments on commit 18f4c7d

Please sign in to comment.