+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
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])