From b0d936107edcefb519abbc9c363ca40daaac23b3 Mon Sep 17 00:00:00 2001 From: Namhyung Kim Date: Wed, 11 Dec 2024 22:19:49 -0800 Subject: [PATCH] uftrace: Release v0.17 This is a small release including: * watchpoint support for global variables * show arguments and srcline in dlopen'ed libraries * show man page of the sub-command when -h is used Signed-off-by: Namhyung Kim --- Makefile | 2 +- NEWS | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c78e7201e..1da2a4067 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 0.16 +VERSION := 0.17 # 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 fa353e47a..6b4f24fc7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +uftrace v0.17 +============= +* New features + Support watchpoint for global variables (#661) + Show man pages for the given command (#1316) + Add utc_offset in the header info (#1916) + +* Bug fixes + Show arguments in libraries from dlopen (#842, #1981) + Save debug info for libraries from dlopen (#1312) + Protect FD of communication channel from being closed + +And many other fixes and improvements. Thanks all contributors: + Daehyun Kim, Honggyu Kim, Kang Minchul, Michelle Jin, Rongsong Shen, + Seunghyeok Park, Sin Sohi, Yunseong Kim, zyxeeker + + uftrace v0.16 ============= * New features