X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ChangeLog;h=87e815d87a9d653a0d9c38eaf2f25ce77e84c949;hb=refs%2Fheads%2Fstable-2.7;hp=938b445bc2e9112ed2b5ecec576b7df23d471cd8;hpb=36745ac71167f370a09a83af7b5264ff84805842;p=lttng-ust.git diff --git a/ChangeLog b/ChangeLog index 938b445b..87e815d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,86 @@ +2016-12-07 (National Earmuff Day) lttng-ust 2.7.5 + * 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: remove invalid free + * Fix: perf counters: sign-extend pmc register + * Fix: allow non-LGPL modules to use tracepoints + * Fix: strerror_r behavior is glibc specific + * Fix: don't generate 0-len array in tracepoint probes + * Fix: log4j example: set logger level to prevent unexpected level inheritance + * Fix: initialize RCU callbacks with mixed LGPL/non-LGPL objects + * Fix: incorrect structure layout with mixed LGPL/non-LGPL objects + * Fix: don't call __builtin_return_address(0) on 32-bit powerpc + * Fix: tracepoint header: declare tracepoint_dlopen_ptr + * Fix: update debug message about weak-hidden symbols + * Fix: tracepoint-rcu header: use tracepoint_dlopen_ptr + * Fix: work-around gcc optimisation oddness on 32-bit powerpc + +2016-05-20 (Bike-to-Work Day) lttng-ust 2.7.4 + * Print DBG() message about compiler weak hidden symbol behavior + * Documentation: ring buffer: SWITCH_FLUSH can be used when active + * Fix: unchecked return value in trace_clock_read64_monotonic + * Fix: Java agent should use LTTNG_HOME + * Fix: examples make distcheck failure + * Fix: endianness of integers received by filter + +2016-04-26 lttng-ust 2.7.3 + * Doc: Update README.d + * Fix: doc/examples: remove unexpected quotes from run files + * Fix: remove dead code from filter interpreter + * Fix: remove assertions in lttng-ust-comm init + * Documentation: fix manpage typo + +2016-03-09 lttng-ust 2.7.2 + * Fix: disable use of __builtin_return_address(0) on 32-bit PowerPC + * Fix: handle negative range for LTTNG_UST_REGISTER_TIMEOUT + * Fix: Ensure the Java JUL messages are correctly formatted + * Fix: double-free on error sending fields + +2015-11-26 lttng-ust 2.7.1 + * Fix: header size larger than 256 bytes + * Remove stale tests/java-jul test + * Fix: live timer calculation error + * Fix python agent build/install/uninstall with DESTDIR specified + * Fix: Don't (re)define STAP_PROBEV + +2015-09-24 lttng-ust 2.7.0 + * Fix: don't dereference NULL pointers + * Cleanup: Remove unused values + * Fix: Value stored to 'has_waited' is never read + * Fix: Argument with 'nonnull' attribute passed null + * Cleanup: Unnecessary bit shift + * Fix: sysconf() unchecked return value + * doc: add Python example + * Fix: Python agent: do not register twice to same port + +2015-09-09 lttng-ust 2.7.0-rc2 + * Fix: close socket on protocol error, sendmsg MSG_NOSIGNAL + * Cleanup: more descriptive error message + * Fix: add missing ust lock around objd_table_destroy() + * Fix: application exit race with pthread cancel + * Cleanup: configure layout for python agent detection + * Build: python agent: use setup.py over autoconf + * Build: add python interpreter used by python agent if built + * Doc: basic lttng ust python agent documentation + * Build: use AM_PATH_PYTHON to resolve python when building agent + * Build: only check if python exists in path + * Doc: add LTTNG_UST_CLOCK_PLUGIN to man page + * Doc: add LTTNG_UST_GETCPU_PLUGIN to man page + * Fix: Java agent: update ref count in enabledLoggers + * Rename Python agent tracepoint to "event" + * Fix: remove generated file from git tree + 2015-07-15 (Pet Fire Safety Day) lttng-ust 2.7.0-rc1 * Fix: Use $enableval with AC_ARG_ENABLE * Fix: Cleanup local_apps sock_info in lttng_ust_cleanup