Skip to content

Commit 2ff0385

Browse files
committed
Update version to v2.13.9
Signed-off-by: Jérémie Galarneau <[email protected]>
1 parent b7f4ea0 commit 2ff0385

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
2022-08-22 lttng-tools 2.13.8 (National Bao Day)
212
* Fix: waiter: futex wait: handle spurious futex wakeups
313
* Fix: futex wait: handle spurious futex wakeups

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl SPDX-License-Identifier: GPL-2.0-only
22
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])
44

55
AC_CONFIG_HEADERS([include/config.h])
66
AC_CONFIG_AUX_DIR([config])

0 commit comments

Comments
 (0)