X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ChangeLog;h=2729052a94c7a2dbf2938967d42e4b63c6baecde;hb=bc8985a443e65d44421234b2c038cd650f41e0a2;hp=5f11ba85e4eb3ae421d475262b78659b9841acca;hpb=5d8027905c6bfca7a656474113611a298c020c4a;p=lttng-ust.git diff --git a/ChangeLog b/ChangeLog index 5f11ba85..2729052a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2020-03-04 (National Grammar Day) lttng-ust 2.11.1 + * Fix: set FD_CLOEXEC on incoming FDs. + * 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: lttng-ust-comm.c: return number of fd rather size of array + * liblttng-ust: exit loop early on event enabler match + * Add git-review config + * Fix: build with -fno-common + * Fix: uninitialized variable in lib_ring_buffer_reserve_committed + * Fix: document proper liburcu version dependency + * Fix: Add missing files to distribution + +2019-10-17 (Wear Something Gaudy Day) lttng-ust 2.11.0 + * (no change) + 2019-10-11 (National Sausage Pizza Day) lttng-ust 2.11.0-rc5 * Fix: lttng perf counter deadlock * Revert "Fix: fd tracker: do not allow signal handlers to close lttng-ust FDs"