From 2ab6e844bb6b8eb6bad8a70e88a787d29e44e7d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Wed, 13 Apr 2022 14:27:57 -0400 Subject: [PATCH] Update version to v2.13.7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 523f798d3..9c7de341c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2022-04-13 lttng-tools 2.13.7 (International Day of Pink) + * Fix: sessiond: assert on empty payload when handling client out event + * Fix: Revert of 814b4934e2604a419bcb8eec57c0450dbb47e2c3 + * Fix: sessiond: inverted condition checking for empty hash table + * Fix: notification: kernel: consumption of event notification stalls + * Fix: notification: assert on len > 0 for dropped notification message + * Fix: example: print_notification is called on status all returned status + * Fix: sessiond: assertion hit in ltt_sessions_ht_empty + * Fix: tests: missing _GNU_SOURCE for F_GETPIPE_SZ + * Fix: compat: 'LTTNG_UST_ABI_PROCNAME_LEN' is undeclared + * Fix: sessiond: cmd_enable_channel: negative error code used + 2022-03-28 lttng-tools 2.13.6 (National Hot Tub Day) * Fix: hide symbols erroneously exported in 2.13.5 diff --git a/configure.ac b/configure.ac index a3b9d0fdb..35a976072 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl SPDX-License-Identifier: GPL-2.0-only AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.13.6],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.13.7],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) -- 2.34.1