File tree Expand file tree Collapse file tree 5 files changed +19
-4
lines changed
Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1+ =======================================================================
2+ Release v4.4.1 2022-08-12
3+ =======================================================================
4+
5+ Contributors (alphabetical order):
6+ Andrzej Dziarnik <andrzejx.dziarnik@intel.com>
7+ Mariusz Szafranski <mariuszx.szafranski@intel.com>
8+ Michał Aleksiński <michalx.aleksinski@intel.com>
9+
10+ 1. General:
11+ - Bug fixes
12+
113=======================================================================
214Release v4.4.0 2022-04-25
315=======================================================================
Original file line number Diff line number Diff line change 3434# ##############################################################################
3535
3636LIB = libpqos
37- VERSION = 4.4.0
37+ VERSION = 4.4.1
3838SO_VERSION = 4
3939SHARED ?= y
4040LDFLAGS = -L. -lpthread -z noexecstack -z relro -z now
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ extern "C" {
5656 * =======================================
5757 */
5858
59- #define PQOS_VERSION 40400 /**< version 4.4.0 */
59+ #define PQOS_VERSION 40401 /**< version 4.4.1 */
6060#define PQOS_MAX_COS 16 /**< 16 x COS */
6161#define PQOS_MAX_L3CA_COS PQOS_MAX_COS
6262#define PQOS_MAX_L2CA_COS PQOS_MAX_COS
Original file line number Diff line number Diff line change 11[metadata]
22name = pqos
3- version = 4.4.0
3+ version = 4.4.1
44description = Python interface for Intel(R) RDT PQoS library
55long_description = file: README.md
66long_description_content_type = text/markdown; charset=UTF-8
Original file line number Diff line number Diff line change 2424# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2525
2626%global githubname intel-cmt-cat
27- %global githubver 4.4.0
27+ %global githubver 4.4.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+ * Thu Aug 11 2022 Michal Aleksinski <michalx.aleksinski@intel.com> 4.4.1-1
185+ - New release 4.4.1
186+
184187* Tue Apr 12 2022 Michal Aleksinski <michalx.aleksinski@intel.com> 4.4.0-1
185188- New release 4.4.0
186189
You can’t perform that action at this time.
0 commit comments