1
0
forked from pool/libtracefs

adhere to changelog syntax

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtracefs?expand=0&rev=11
This commit is contained in:
Jan Engelhardt 2022-06-17 06:47:12 +00:00 committed by Git OBS Bridge
parent 3e45a3d607
commit 14d0420341

View File

@ -2,16 +2,12 @@
Tue Jun 7 08:34:18 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>
- Update to latest upstream version (1.4.1)
* Raw uprobe API:
tracefs_uprobe_alloc()
tracefs_uretprobe_alloc
* Return the debugfs mount point
tracefs_debug_dir()
* sqlhst
Fix labels being ignored for synthetic event field
Allow same event to be both the start and end event
Use unique names for labels
Report errors when executing commands
* Raw uprobe API: tracefs_uprobe_alloc(), tracefs_uretprobe_alloc
* Return the debugfs mount point from tracefs_debug_dir()
* sqlhst: Fix labels being ignored for synthetic event field
* sqlhst: Allow same event to be both the start and end event
* sqlhst: Use unique names for labels
* sqlhst: Report errors when executing commands
-------------------------------------------------------------------
Tue Apr 5 15:46:56 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>