From: Jérémie Galarneau Date: Thu, 28 Mar 2024 20:13:41 +0000 (-0400) Subject: Update version to v2.12.15 X-Git-Tag: v2.12.15^0 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=2e435abd2c3e09706fab156e1f965deccbbc68d5 Update version to v2.12.15 Signed-off-by: Jérémie Galarneau --- diff --git a/ChangeLog b/ChangeLog index 52f3266ba..530ade9b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +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 + * Fix: relayd: live: dispose of zombie viewer metadata stream + * 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 + * Tests: use CPU ids from online ranges + * Tests: Preemptively fail infinite blocking tests when low on disk space + * Fix: lttng-add-context: leak of application context parameters + 2023-06-20 lttng-tools 2.12.14 (National Ice Cream Soda Day) * Tests fix: test_callstack: output of addr2line incorrectly parsed * Fix: adding a user space probe fails on thumb functions diff --git a/configure.ac b/configure.ac index e5fbf3240..9c3268719 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.14],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.12.15],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config])