From 68aed9b0a20d3d1b5e1dc15e0f8aabba7e34735b Mon Sep 17 00:00:00 2001 From: Namhyung Kim Date: Sat, 20 Apr 2024 15:14:39 -0700 Subject: [PATCH] uftrace: Release v0.16 This is a small release with: * separate debug file support * add a new 'o' format for octal values * add {total,self}-stdv fields to report * improve tracing large Python programs * and a lot of bug fixes Signed-off-by: Namhyung Kim --- Makefile | 2 +- NEWS | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f878ca81f..c78e7201e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 0.15 +VERSION := 0.16 # Makefiles suck: This macro sets a default value of $(2) for the # variable named by $(1), unless the variable has been set by diff --git a/NEWS b/NEWS index 18cfcdc46..fa353e47a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +uftrace v0.16 +============= +* New features + Support for the separate debug file (#1144, #1880) + Add 'o' for octal integer argument format (#1892) + Add stdv (relative standard deviation) fields to report (#1897) + +* Bug fixes + Fix wrong debug info creation in Python tracing (#1858) + Do not hold a refcount for the Python code object (#1886) + Exception handling with static local variable (#1902) + Fix libcall tracing when DT_RELAENT is missing (#1903) + +And many other fixes and improvements. Thanks all contributors: + Ameya Vikram Singh, Bernhard Kaindl, Dongjin Na, Honggyu Kim, + Kevin Williams, Michelle Jin, Paran Lee, Rongsong Shen, Yi Hong, + Ziming Zhou + + uftrace v0.15 ============= * New architecture support