From c0e55b9aa6c04ffffa8ca9a164b09e07df7f7a5d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 28 Mar 2024 16:02:31 -0400 Subject: [PATCH] Update version to v2.13.12 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dc9570813..6f47e5109 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2024-03-28 lttng-tools 2.13.12 (Respect Your Cat Day) + * Fix: baddr-statedump: use $(LIBTOOL) --mode=execute + * Fix: relayd: live client not notified of inactive streams + * Fix: relayd: live: dispose of zombie viewer metadata stream + * tests: Fix typo in tests/regression/kernel/test_ns_contexts + * Fix: sessiond: freeze on channel creation on restart + * common: move utils_create_lock_file to its own file + * tests: tools/clear/test_ust wait for specific test app pid + * Fix: sessiond: crash when sending data_pending to an active session + * Tests: fix: list_triggers_cli: kallsyms contains prefixed symbols + * License: common: error_query: fix typo in SPDX specifier + 2023-08-21 lttng-tools 2.13.11 (National Spumoni Day) * Tests: use CPU ids from online ranges * docs: fix: Match stated automake requirement diff --git a/configure.ac b/configure.ac index badf269f1..deec26d99 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.11],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.13.12],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) -- 2.34.1