File tree Expand file tree Collapse file tree 5 files changed +21
-4
lines changed
Expand file tree Collapse file tree 5 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 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=======================================================================
216Release v24.05 Jun 2024
317=======================================================================
Original file line number Diff line number Diff line change 3636include ../pre-build.mk
3737
3838LIB = libpqos
39- VERSION = 6.0.0
39+ VERSION = 6.0.1
4040SO_VERSION = 6
4141SHARED ?= y
4242LDFLAGS = -L. -lpthread -z noexecstack -z relro -z now
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[project ]
22name = " pqos"
3- version = " 6.0.0 "
3+ version = " 6.0.1 "
44description = " Python interface for Intel(R) RDT PQoS library"
55authors = [
66 { name = " Michal Aleksinski" , email = " michalx.aleksinski@intel.com" },
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 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
You can’t perform that action at this time.
0 commit comments