From: Jérémie Galarneau Date: Mon, 18 Oct 2021 21:10:34 +0000 (-0400) Subject: Update version to v2.11.8 X-Git-Tag: v2.11.8^0 X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=dd8ce0acaf4c9166fd52779211aaf408fc0a1d13;hp=19bfbd16a509837bbe57f9c00d6c2a1f0933a5a9 Update version to v2.11.8 Signed-off-by: Jérémie Galarneau --- 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])