From dd8ce0acaf4c9166fd52779211aaf408fc0a1d13 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 18 Oct 2021 17:10:34 -0400 Subject: [PATCH] Update version to v2.11.8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 18 ++++++++++++++++++ configure.ac | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 55382f59a..dc3d72957 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2021-10-18 lttng-tools 2.11.8 (National Chocolate Cupcake Day) + * Fix: sessiond: previously created channel cannot be enabled + * Fix: ust: app stuck on recv message during UST comm timeout scenario + * Fix: ust: UST communication can return -EAGAIN + * Fix: ust: segfault on lttng start on filter bytecode copy + * Build fix: Missing message in LTTNG_DEPRECATED invocation + * include: remove spurious spaces in condition/session-rotation.h + * fix: wrong define used for GCC version check + * Fix: userspace-probe: unreported error on string copy error + * Fix: userspace-probe: truncating binary path for SDT + * Fix: sessiond: ust session is inactive during ust_app_global_update + * Fix: man: lttng-rotate: trace file count/size limitation does not apply + * Fix: rotation client example: leak of handle on error + * Fix: use of uninitialised bytes valgrind warning + * Fix: bump minimal urcu dependency to 0.11 + * Fix: list_lttng_agent_events: unbalanced RCU read-side lock on error + * Fix: consumer: unbalanced RCU read-side lock on error + 2021-05-18 lttng-tools 2.11.7 (No Dirty Dishes Day) * Fix: sessiond: leak of config_path on duplicate --config option * Fix: relayd: live: data is missing between viewer attach and retry diff --git a/configure.ac b/configure.ac index 8e94bd0ee..df7dae0dc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.11.7],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.11.8],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) -- 2.34.1