X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ChangeLog;h=171414402b06c1396cf6956e5cda7135ad3b6c94;hb=f6d8f8f383c40b07f935f4d1b767907e6374c36a;hp=5f11ba85e4eb3ae421d475262b78659b9841acca;hpb=5d8027905c6bfca7a656474113611a298c020c4a;p=lttng-ust.git diff --git a/ChangeLog b/ChangeLog index 5f11ba85..17141440 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2020-04-08 (The Day After National Beer Day) lttng-ust 2.11.2 + * Fix: v.u.d might be uninitialized + +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"