Skip to content

Commit

Permalink
Release 4.5.0
Browse files Browse the repository at this point in the history
* Updated package version to 4.5.0
* Updated ChangeLog for 4.5.0 release
  • Loading branch information
aleksinx authored Dec 15, 2022
1 parent aa2c3f2 commit 77bfa1b
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 6 deletions.
19 changes: 19 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
=======================================================================
Release v4.5.0 2022-12-15
=======================================================================

Contributors (alphabetical order):
Adrian Stanciu <adrian.stanciu@intel.com>
Colin Ian King <colin.i.king@gmail.com>
Mariusz Szafranski <mariuszx.szafranski@intel.com>
Michał Aleksiński <michalx.aleksinski@intel.com>
Wolfgang Pross <wolfgang.pross@intel.com>

1. App QoS
- Added L2 CDP support
- Added L3 CDP support
- Expose platform topology
- CORS support
2. General:
- Bug fixes

=======================================================================
Release v4.4.1 2022-08-12
=======================================================================
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.4.1"
__version__ = "4.5.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.4.1",
"pqos == 4.5.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.4.1
VERSION = 4.5.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 @@ -56,7 +56,7 @@ extern "C" {
* =======================================
*/

#define PQOS_VERSION 40401 /**< version 4.4.1 */
#define PQOS_VERSION 40500 /**< version 4.5.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.4.1"
version = "4.5.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.4.1
%global githubver 4.5.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
* Fri Dec 02 2022 Michal Aleksinski <michalx.aleksinski@intel.com> 4.5.0-1
- New release 4.5.0

* Thu Aug 11 2022 Michal Aleksinski <michalx.aleksinski@intel.com> 4.4.1-1
- New release 4.4.1

Expand Down

0 comments on commit 77bfa1b

Please sign in to comment.