Version 2.6.7 stable-2.6 v2.6.7
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 20 May 2016 21:49:06 +0000 (17:49 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 20 May 2016 21:49:06 +0000 (17:49 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 6f2c24b8f31e667ae6708becdc75da4a4276a02f..b12077d7ad25e81a7c4d257a10f026bc3cb00e00 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2016-05-20 (Bike-to-Work Day) lttng-ust 2.6.7
+       * 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.6.6
        * Fix: disable use of __builtin_return_address(0) on 32-bit PowerPC
 
index 2d524329800eb7bb4de606d51944ae176b725264..3e0e906232bbf47110c4c1aa313bd9a8a0abd453 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lttng-ust],[2.6.6],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([lttng-ust],[2.6.7],[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.026057 seconds and 4 git commands to generate.