From 42dfde1b673e863c2236a11cd88d5e9e04550d22 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 22 Aug 2024 17:21:42 -0400 Subject: [PATCH] Update version to v2.12.16 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 530ade9b6..36b07f5a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2024-08-22 lttng-tools 2.12.16 (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 + * Fix: consumerd: wrong timer mentioned in error logging + * Fix: consumerd: type confusion in lttng_consumer_send_error + 2024-03-28 lttng-tools 2.12.15 (Respect Your Cat Day) * Fix: baddr-statedump: use $(LIBTOOL) --mode=execute * Fix: relayd: live client not notified of inactive streams diff --git a/configure.ac b/configure.ac index 9c3268719..49f6d99f6 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.12.15],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.12.16],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) -- 2.34.1