Update version to v2.12.16 stable-2.12 v2.12.16
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 22 Aug 2024 21:21:42 +0000 (17:21 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 22 Aug 2024 21:21:42 +0000 (17:21 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 530ade9b6c53a43bbd6618d3e429010db5cc0fa8..36b07f5a44ff9d9cd146e00f53e5fb9d3f3e9148 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-08-22 lttng-tools 2.12.16 (National Take Your Cat to the Vet Day)
+       * Fix: Do not null out lttng_consumer_stream channel on deletion
+       * Fix: Crash when unregistering UST apps during shutdown
+       * lttng-ctl: Hide symbol introduced by fix
+       * Fix: consumerd: wrong timer mentioned in error logging
+       * Fix: consumerd: type confusion in lttng_consumer_send_error
+
 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
index 9c32687192bc55524c8181e09cdaa64421a452ae..49f6d99f6febae9bce25d15f2afa581986c08b7a 100644 (file)
@@ -1,6 +1,6 @@
 dnl SPDX-License-Identifier: GPL-2.0-only
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.12.15],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.12.16],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.029006 seconds and 4 git commands to generate.