Skip to content

Commit

Permalink
uftrace: Release v0.14
Browse files Browse the repository at this point in the history
This is a new release with interesting changes!
 * Python language support
 * Runtime option changes with agent
 * Android build support

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
  • Loading branch information
namhyung committed May 30, 2023
1 parent b12b553 commit 59f5cf1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
VERSION := 0.13
VERSION := 0.14

# 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
24 changes: 24 additions & 0 deletions NEWS
@@ -1,3 +1,27 @@
uftrace v0.14
=============
* new options
--trace option to deprecate --disable

* new features
python tracing (#436, #1640, #1641, #1676)
change options at runtime with agent (#1665, #1678, #1643, #1644, #1645)

* bug fixes
Lots of fixes for the test infra (#1628)

* other changes
Android build support (#1605)
Update symbol file format to add symbol size (#1616)
Improve Rust symbol demangling (#1625)
Change default library install path (#1618)
Use C11 + GNU extensions for compilation (#1642)

And many other fixes and improvements. Thanks all contributors:
Bernhard Kaindl, ChoKyuWon, Clément Guidi, Honggyu Kim, Kang Minchul,
Khem Raj, Michelle Jin, Namhyung Kim, Sangwon Hong, Yi Hong, Yuri Gribov


uftrace v0.13
=============
* new options
Expand Down

0 comments on commit 59f5cf1

Please sign in to comment.