Update version to v2.13.12 v2.13.12
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 28 Mar 2024 20:02:31 +0000 (16:02 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 28 Mar 2024 20:02:31 +0000 (16:02 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index dc9570813c7e7fdfd15d26e6eaa7493700364844..6f47e51094af3ea333e409bd5770f861db9cd80e 100644 (file)
--- 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
index badf269f12e1d7eca8a865feaaf5637beee1eec1..deec26d994f7da755f8b85e5917795754bec4d45 100644 (file)
@@ -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])
This page took 0.029874 seconds and 4 git commands to generate.