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

index 58b31b6e59fd20b786fa08b1011fb181d33e808f..eb8aa1e04e74feb4eeeb8b5dbbe61a2c390b8cf7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-08-22 lttng-tools 2.13.14 (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
+
 2024-04-05 lttng-tools 2.13.13 (National Deep Dish Pizza Day)
        * Fix: consumerd: leak of tracing buffers on relayd connectivity issue
        * Fix: consumerd: wrong timer mentioned in error logging
index be2186fc255beb60984cb9aeb69de8ed4e7d500c..650e5320cc0f1002e0f07eb381d379a14e35e4e4 100644 (file)
@@ -1,6 +1,6 @@
 dnl SPDX-License-Identifier: GPL-2.0-only
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.13.13],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.13.14],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.030551 seconds and 4 git commands to generate.