Version 2.7.2 v2.7.2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 10 Mar 2016 01:29:44 +0000 (20:29 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 10 Mar 2016 01:29:44 +0000 (20:29 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 1555c12acfd99e4873a859f7d386925783025b35..30de0da0f721f9caf6c00d47dd1dedc06043748b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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
index 43e25beda369c2e0f6bfe2d09a92ca93a4e2dd53..a85e5d5d1006456576fb3cb5aa1d7b2215d0a731 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lttng-ust],[2.7.1],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([lttng-ust],[2.7.2],[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.025686 seconds and 4 git commands to generate.