From 4b231af0f321397f3e8e66852a0ae3b4a74ff5d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 22 Feb 2021 22:14:37 -0500 Subject: [PATCH] Update version to v2.11.6 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 3b19fb919..22649998f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2021-02-22 lttng-tools 2.11.6 (National Margarita Day) + * Fix: use MT-safe strtok_r in multithreaded context + * Fix: liblttng-ctl: unreported truncations when copying strings + * Fix: configure: support Autoconf 2.70 + * Fix: sessiond: metadata not created on app unregistration during start + * Cleanup: use `modprobe --remove` rather than `rmmod` + * Tests: Fix: 99% fill ratio for high buffer usage is too high for larger events + * Fix: common: poll: compat_poll_wait never finishes + * Build fix: implicit declaration of function 'PERROR' on Solaris + * Fix: PERROR spam when `tracing` group does not exist + * Fix: memcpy used on potentially overlapping regions + 2020-08-03 lttng-tools 2.11.5 (National Watermelon Day) * Fix: lttng: leak of userspace probe path on listing * Fix: uprobe: missing error code on allocation failure diff --git a/configure.ac b/configure.ac index 50e1ace7f..33fdab41b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.11.5],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.11.6],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) -- 2.34.1