From d85a1d415e8c97378ef3a1c2dc1d4259f2ea5dae Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 9 Mar 2016 20:29:44 -0500 Subject: [PATCH] Version 2.7.2 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1555c12a..30de0da0 100644 --- 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 diff --git a/configure.ac b/configure.ac index 43e25bed..a85e5d5d 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.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 -- 2.34.1