X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ChangeLog;h=8702689cc1fe87f5f7813a85a3b3c34e1a79cef2;hb=f1d40e23350c25f90cbe46afd8ca87d9b0a01cab;hp=6f57b717a3984c12af6650c8394d9e9c90459adf;hpb=0172ce8ece2102d46c7785e6bd96163225c59e49;p=lttng-ust.git diff --git a/ChangeLog b/ChangeLog index 6f57b717..8702689c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2020-03-04 (National Grammar Day) lttng-ust 2.10.7 + * Fix: set FD_CLOEXEC on incoming FDs. + * Fix: lttng-ust-comm.c: return number of fd rather size of array + * Fix: tracepoint.h: Disable address sanitizer on pointer array section variables + * Fix: jhash.h: remove out-of-bound reads + * Cleanup: remove trailing white spaces across project + * Fix: build with -fno-common + * Fix: uninitialized variable in lib_ring_buffer_reserve_committed + * fix: Add missing files to distribution + +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