Update version to v2.11.8
[lttng-tools.git] / ChangeLog
index 3b19fb9195cf5373ffe6685a8349f03f0fe6735c..dc3d72957bf88371734782b0a8e3c883880f43aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,60 @@
+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
+       * Fix: lttng-ctl: erroneous check if user is part of the tracing group
+       * Fix: kernel consumer: get next subbuffer EAGAIN handling
+       * Fix: kernel consumer: signal metadata ready condition variable
+       * Fix: consumerd: unbalanced subbuffer 'get' when checking operation availability
+       * Fix: consumerd: strlen called on uninitialized path
+       * Fix: tests: health thread stall: only stop consumerd when required
+       * Fix: tests: quote variable in case it's not set
+       * Fix: sessiond: session destroy hang in per-uid when context cannot be added
+       * Fix: lttng_destroy_session_no_wait: return 0 on success
+       * config: fix typo in error message
+       * Tests: array expressions without contant index are invalid
+       * Fix: validate that array expression contains constant
+       * Fix: test: base-path tests are not run
+       * Fix: filter: memory leak in filter_parser_ctx
+       * Fix: sessiond: fix -Wshadow error in save.c
+       * Fix: utils: avoid strncpy overlap in utils_partial_realpath
+       * Clean-up: utils: make utils_partial_realpath static
+       * Fix: sessiond: kernel: invalid error code check
+       * Fix: ust-consumer: metadata thread not woken-up after version change
+       * Clean-up: ust-consumer: simplify metadata cache unlock on error path
+       * Fix: sessiond: timer: unitiliazed sigevent fields
+       * Fix: sessiond: ust-registry: dereference of NULL pointer on allocation failure
+       * Fix: ust-consumer: metadata cache lock not taken when sampling max offset
+
+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
This page took 0.023698 seconds and 4 git commands to generate.