[DTrace-devel] [PATCH 2/2] Update NEWS and dtrace.spec for release 2.0.5

Kris Van Hees kris.van.hees at oracle.com
Tue Jan 27 16:50:00 UTC 2026


New release will be 2.0.5 instead of 2.0.4.1.

Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>
---
 NEWS                    | 2 +-
 dtrace.spec             | 4 ++--
 libdtrace/versions.list | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index 9348c01e..8f9ea6f4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-2.0.4.1-1 (Jan 26th, 2026)
+2.0.5-1 (Jan 27th, 2026)
 ------------------------
 
 New features:
diff --git a/dtrace.spec b/dtrace.spec
index 9c01fdda..5d84f324 100644
--- a/dtrace.spec
+++ b/dtrace.spec
@@ -72,7 +72,7 @@ Requires:     libdtrace-ctf >= 1.1.0
 BuildRequires: libdtrace-ctf-devel >= 1.1.0
 %endif
 Summary:      DTrace user interface.
-Version:      2.0.4.1
+Version:      2.0.5
 Release:      1%{?dist}
 Source:       dtrace-%{version}.tar.bz2
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
@@ -229,7 +229,7 @@ systemctl start dtprobed || :
 %{_libdir}/dtrace/testsuite
 
 %changelog
-* Mon Jan 26 2026 Eugene Loh <eugene.loh at oracle.com> - 2.0.4.1-1
+* Mon Jan 26 2026 Eugene Loh <eugene.loh at oracle.com> - 2.0.5-1
 - Implement PID-specific uprobes.
 - Allocate the buffers BPF map to fit highest CPU id.
 - Change the "stack skip" to 3 for fbt (fprobe) and rawtp providers.
diff --git a/libdtrace/versions.list b/libdtrace/versions.list
index 29c95dd5..7cb2ac23 100644
--- a/libdtrace/versions.list
+++ b/libdtrace/versions.list
@@ -66,4 +66,4 @@
 2.0.2	D API 2.0.2 Linux (BPF)
 2.0.3	D API 2.0.3 Linux (BPF)
 2.0.4	D API 2.0.4 Linux (BPF)
-2.0.4.1	D API 2.0.4.1 Linux (BPF)
+2.0.5	D API 2.0.5 Linux (BPF)
-- 
2.51.0




More information about the DTrace-devel mailing list