From: Jérémie Galarneau Date: Thu, 28 Mar 2024 20:02:31 +0000 (-0400) Subject: Update version to v2.13.12 X-Git-Tag: v2.13.12^0 X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=c0e55b9aa6c04ffffa8ca9a164b09e07df7f7a5d Update version to v2.13.12 Signed-off-by: Jérémie Galarneau --- 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])