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

index 52f3266bad7070c787d7fc6d5545df8fa4d9abf5..530ade9b6c53a43bbd6618d3e429010db5cc0fa8 100644 (file)
--- 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
index e5fbf324053f65da82b72a92fac57e24bfb65cc8..9c32687192bc55524c8181e09cdaa64421a452ae 100644 (file)
@@ -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])
This page took 0.027857 seconds and 4 git commands to generate.