X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ChangeLog;h=ec67174b48c9593f5f3c9b88cde7dd76d8aef548;hb=f0fc1799a9cbf402300b4469d4ada64e45aa8d89;hp=d52e3c4e4b31b9900a9082d5655b5d42d3242ba7;hpb=d646ccbbfa27bca6232be7e8f48ff2ff208bae65;p=lttng-ust.git diff --git a/ChangeLog b/ChangeLog index d52e3c4e..ec67174b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2019-10-17 (Wear Something Gaudy Day) lttng-ust 2.10.6 + * Fix: lttng perf counter deadlock + * Revert "Fix: fd tracker: do not allow signal handlers to close lttng-ust FDs" + * Fix: fd tracker: do not allow signal handlers to close lttng-ust FDs + * Fix: fd tracker: provide async-signal-safety for close wrapper + * Fix: Disable cancellation around fd tracker lock + * Fix: Lock FD tracker across fork + * doc/man: include build version in GitHub links + * Check if the AR environment variable exists for cross compilation + +2019-09-07 (Walter White's Anniversary) lttng-ust 2.10.5 + * Fix: don't wait for initial statedump when 0 session active + * Fix: wait for initial statedump before proceeding to the main program + * Fix: remove uninitialised value + * Fix: GCC unaligned pointer warnings + * Fix: do not use diagnostic pragma when GCC version is lower than 4.6.0 + * Fix: missing define when not building with gcc + * Fix: client_sequence_number may dereference NULL pointer + * Fix: namespace our gettid wrapper + 2019-05-24 (Scavenger Hunt Day) lttng-ust 2.10.4 * Cleanup: bitfields: streamline use of underscores * Silence compiler "always false comparison" warning