X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ChangeLog;h=8308616daa0feddec396c69983aa6ce9475e8649;hb=883c87320594878c1276e5ea4d0a4ab73f611542;hp=c373ef8845667ba9983172fd41d6265fb74c3ff1;hpb=514a87f3b64181e384399935a5708a8f85b0cc83;p=lttng-ust.git diff --git a/ChangeLog b/ChangeLog index c373ef88..8308616d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2017-06-12 (National Peanut Butter Cookie Day) lttng-ust 2.8.3 + * Fix: lttng-ust-elf.c: define NT_GNU_BUILD_ID if not defined + * Fix: Don't override user variables within the build system + * Fix: add missing getenv.h include to ustctl.c + * Fix: race between lttng-ust getenv() and application setenv() + * doc/man: add typical `$` and `#` prompts to command lines + * Fix: (un)install targets of Python agent + +2016-12-07 (National Earmuff Day) lttng-ust 2.8.2 + * Fix: loglevel and model_emf_uri build fix + * Fix: loglevel and model_emf_uri with g++ compiled probes + * Fix: Out of tree build of liblttng-ust-java + * Fix: perform statedump before replying to sessiond + * Fix: honor send timeout on unix socket connect + * Fix: perform TLS fixup in all UST entry points from each thread + * Fix: remove unlock in getcpu + * Fix: perf counters ABI rdpmc detection + * Fix: perf counter context deadlock + * Fix: many-events registration/unregistration speed + * Fix: pre-fault TLS in ust-malloc instrumentation + * Fix: reset vtid cache before releasing urcu locks + * Fix: cleanup local_apps.allowed flag on lib cleanup + * Fix: Correctly handle invalid agent port file + * Fix: remove invalid free + * Fix: perf counters: sign-extend pmc register + * Fix: ctf_enum_value() does not work with g++ + * Fix: allow non-LGPL modules to use tracepoints + 2016-06-15 lttng-ust 2.8.1 * Comment the locking mechanisms in ContextInfoManager * Fix: Null-check return value of log4j.Category.getAllAppenders()