Update version to v2.13.13 stable-2.13 v2.13.13
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 5 Apr 2024 19:10:37 +0000 (15:10 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 5 Apr 2024 19:10:37 +0000 (15:10 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 6f47e51094af3ea333e409bd5770f861db9cd80e..58b31b6e59fd20b786fa08b1011fb181d33e808f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
+       * Fix: consumerd: type confusion in lttng_consumer_send_error
+
 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
index deec26d994f7da755f8b85e5917795754bec4d45..be2186fc255beb60984cb9aeb69de8ed4e7d500c 100644 (file)
@@ -1,6 +1,6 @@
 dnl SPDX-License-Identifier: GPL-2.0-only
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.13.12],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.13.13],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.028762 seconds and 4 git commands to generate.