Version 2.8.1 v2.8.1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 15 Jun 2016 15:31:52 +0000 (11:31 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 15 Jun 2016 15:31:52 +0000 (11:31 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 3850cca15134122592510cafec00f44350d62d4f..c373ef8845667ba9983172fd41d6265fb74c3ff1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2016-06-15 lttng-ust 2.8.1
+       * Comment the locking mechanisms in ContextInfoManager
+       * Fix: Null-check return value of log4j.Category.getAllAppenders()
+       * Add liblttng-ust-agent.jar to the .gitignore
+       * Fix: Specify encoding when reading agent port file
+       * Fix: Include child loggers in the output of "lttng list"
+       * Fix: Handle both agent config files pointing to same port
+       * Suppress static method warning
+       * Add more logging to the LttngTcpSessiondClient
+       * Use config.h to detect sched_getcpu support
+       * Fix: use limits.h in ust-elf test
+       * Fix: strerror_r behavior is glibc specific
+       * Add support for musl libc to ust-dlfcn.h
+       * 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: test: relax requirement on weak-hidden symbol address
+       * Fix: work-around gcc optimisation oddness on 32-bit powerpc
+       * Fix: test weak-hidden symbols
+
 2016-05-20 (Bike-to-Work Day) lttng-ust 2.8.0
        * Print DBG() message about compiler weak hidden symbol behavior
        * test: add test for gcc issue with weak hidden symbol on powerpc
index 9c191a01356e21a4449d9bcaa30926dfbd8a1f86..307106b97fe8f935d00292f189be0f1128c844a9 100644 (file)
@@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
 dnl Version infos
 m4_define([V_MAJOR], [2])
 m4_define([V_MINOR], [8])
-m4_define([V_PATCH], [0])
+m4_define([V_PATCH], [1])
 dnl m4_define([V_EXTRA], [])
 m4_define([V_STRING], [V_MAJOR.V_MINOR.V_PATCH])
 m4_ifdef([V_EXTRA], [m4_append([V_STRING], [-V_EXTRA])])
This page took 0.026048 seconds and 4 git commands to generate.