diff --git a/libipt.spec b/libipt.spec index 822f49f4fc6b246c52c71238722d9ea5faa40111..352a09e4a12a33641f7e0d4aac2d6f5c3508ab59 100644 --- a/libipt.spec +++ b/libipt.spec @@ -1,6 +1,6 @@ Name: libipt -Version: 2.0.5 -Release: 2 +Version: 2.1 +Release: 1 Summary: Intel(R) Processor Trace Decoder Library License: BSD URL: https://github.com/intel/libipt @@ -51,6 +51,14 @@ ctest -V %{?_smp_mflags} %{_libdir}/%{name}.so %changelog +* Thu Jan 25 2024 liuchao - 2.1-1 +- Upgrade to 2.1: + - a new tool 'ptseg' for finding the PSB segment for a given offset. + - a new layer 'evt' representing the trace as a list of events. + - event tracing (cfe and evd packets). + - C11 threads, if available. + - Bug fixes and support for latest processors. + * Thu Feb 16 2023 Wenlong Zhang - 2.0.5-2 - Add loongarch64 support diff --git a/v2.0.5.tar.gz b/v2.0.5.tar.gz deleted file mode 100644 index b743206a23e62396fcea7376760988a4c5cc9a45..0000000000000000000000000000000000000000 Binary files a/v2.0.5.tar.gz and /dev/null differ diff --git a/v2.1.tar.gz b/v2.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..debbbe55063ea3b5271a6e636a1fc02440f8dd46 Binary files /dev/null and b/v2.1.tar.gz differ