From 4d9a1dfa9c6384056fe34502917682c1a9ef3438 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 22 Aug 2024 17:20:58 -0400 Subject: [PATCH] Update version to v2.13.14 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 58b31b6e5..eb8aa1e04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-08-22 lttng-tools 2.13.14 (National Take Your Cat to the Vet Day) + * Fix: Do not null out lttng_consumer_stream channel on deletion + * Fix: Crash when unregistering UST apps during shutdown + * lttng-ctl: Hide symbol introduced by fix + 2024-04-05 lttng-tools 2.13.13 (National Deep Dish Pizza Day) * Fix: consumerd: leak of tracing buffers on relayd connectivity issue * Fix: consumerd: wrong timer mentioned in error logging diff --git a/configure.ac b/configure.ac index be2186fc2..650e5320c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl SPDX-License-Identifier: GPL-2.0-only AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.13.13],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.13.14],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) -- 2.34.1