From 14d04203413e76c708914622185e1378784fd773fb7244149fe2e7401b2c4505 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 17 Jun 2022 06:47:12 +0000 Subject: [PATCH] adhere to changelog syntax OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtracefs?expand=0&rev=11 --- libtracefs.changes | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/libtracefs.changes b/libtracefs.changes index fc9eebb..5c3e68a 100644 --- a/libtracefs.changes +++ b/libtracefs.changes @@ -2,16 +2,12 @@ Tue Jun 7 08:34:18 UTC 2022 - Daniel Wagner - 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