Version 2.7.5 v2.7.5
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 8 Dec 2016 01:28:49 +0000 (20:28 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 8 Dec 2016 01:28:49 +0000 (20:28 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index f6161e86ed667594bfd7fc0276ff9f39e44feafc..87e815d87a9d653a0d9c38eaf2f25ce77e84c949 100644 (file)
--- 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
index cb04136665e35f2aa15a28e560173df83fbfe4e7..86bc4c7839d0bb4cce0b1ea1bb89f1b1d82848a5 100644 (file)
@@ -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
This page took 0.026489 seconds and 4 git commands to generate.