X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ChangeLog;h=8702689cc1fe87f5f7813a85a3b3c34e1a79cef2;hb=bb6e798cb47c1a16dbeaae168903ae9760838815;hp=ec67174b48c9593f5f3c9b88cde7dd76d8aef548;hpb=58bd2e41b5ecaa67101c5472d959ffba980e12b1;p=lttng-ust.git diff --git a/ChangeLog b/ChangeLog index ec67174b..8702689c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +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"