Update version to v2.11.8 stable-2.11 v2.11.8
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 18 Oct 2021 21:10:34 +0000 (17:10 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 18 Oct 2021 21:10:34 +0000 (17:10 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 55382f59ad4f4467f530dc27abbc1b875e8fb445..dc3d72957bf88371734782b0a8e3c883880f43aa 100644 (file)
--- 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
index 8e94bd0eec61fc0332185d8e9d395c4c37cfb908..df7dae0dc112913d24cc8317c536dc0f81a87681 100644 (file)
@@ -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])
This page took 0.027689 seconds and 4 git commands to generate.