Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.17 #1984

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading