Update version to v2.13.9 v2.13.9
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 6 Jan 2023 03:13:30 +0000 (22:13 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 6 Jan 2023 03:13:30 +0000 (22:13 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 817e47d7d04eaf1240b713c0c7a4cda6b59b0395..d070e8b8dd9ced60c08494a932ed786489a27d22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2023-01-05 lttng-tools 2.13.9 (National Whipped Cream Day)
+       * Fix: lttng: poptGetArg doesn't provide string ownership
+       * Fix: relayd: missing space in trace creation logging statement
+       * Fix: event field value: assertion fails on empty string
+       * Build fix: rpath of test libraries results in non-reproducible build
+       * Fix: never use 'no' in a command variable
+       * Fix: sessiond: abort called on undefined client command
+       * Fix: consumer: snapshot: assertion on subsequent snapshot
+       * Fix: sessiond: instance uuid is not sufficiently unique
+
 2022-08-22 lttng-tools 2.13.8 (National Bao Day)
        * Fix: waiter: futex wait: handle spurious futex wakeups
        * Fix: futex wait: handle spurious futex wakeups
index 989dbc58a2887c40516b17adb283dd9b2ceab5d5..91d56c9b399828a01d1d8d264031f2e76faa88af 100644 (file)
@@ -1,6 +1,6 @@
 dnl SPDX-License-Identifier: GPL-2.0-only
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.13.8],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.13.9],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.028423 seconds and 4 git commands to generate.