From 6b649e4894d06e63c9835728772198c7ffb206b3 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 7 Dec 2016 20:28:49 -0500 Subject: [PATCH] Version 2.7.5 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 28 ++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f6161e86..87e815d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +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 diff --git a/configure.ac b/configure.ac index cb041366..86bc4c78 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([lttng-ust],[2.7.4],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.7.5],[mathieu dot desnoyers at efficios dot com]) # Following the numbering scheme proposed by libtool for the library version # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html -- 2.34.1