File tree 2 files changed +11
-1
lines changed 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2023-01-05 lttng-tools 2.13.9 (National Whipped Cream Day)
2
+ * Fix: lttng: poptGetArg doesn't provide string ownership
3
+ * Fix: relayd: missing space in trace creation logging statement
4
+ * Fix: event field value: assertion fails on empty string
5
+ * Build fix: rpath of test libraries results in non-reproducible build
6
+ * Fix: never use 'no' in a command variable
7
+ * Fix: sessiond: abort called on undefined client command
8
+ * Fix: consumer: snapshot: assertion on subsequent snapshot
9
+ * Fix: sessiond: instance uuid is not sufficiently unique
10
+
1
11
2022-08-22 lttng-tools 2.13.8 (National Bao Day)
2
12
* Fix: waiter: futex wait: handle spurious futex wakeups
3
13
* Fix: futex wait: handle spurious futex wakeups
Original file line number Diff line number Diff line change 1
1
dnl SPDX-License-Identifier: GPL-2.0-only
2
2
AC_PREREQ ( [ 2.64] )
3
- AC_INIT ( [ lttng-tools] ,
[ 2.13.8 ] ,
[ [email protected] ] ,
[ ] ,
[ https://lttng.org] )
3
+ AC_INIT ( [ lttng-tools] ,
[ 2.13.9 ] ,
[ [email protected] ] ,
[ ] ,
[ https://lttng.org] )
4
4
5
5
AC_CONFIG_HEADERS ( [ include/config.h] )
6
6
AC_CONFIG_AUX_DIR ( [ config] )
You can’t perform that action at this time.
0 commit comments