From c49ee9040ada6984c880756614e8a6f7fd645bd6 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 18 Jun 2015 13:42:46 -0400 Subject: [PATCH] Version 2.6.2 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 336299fe..623f4306 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2015-06-18 lttng-ust 2.6.2 + * Add aarch64 support to configure + * Fix: function instrumentation ip context + * Fix: liblttng-ust-dl ip context + * Fix: pthread wrapper ip context + * Fix: lttng-ust-malloc ip context + * Allow TP_IP_PARAM arg name to be configured + * Fix: fetch caller address from tracef() + * Fix: building probe providers with C++ compiler + 2015-04-29 lttng-ust 2.6.1 * Fix: use lttng_secure_getenv to handle env. vars. involving paths * Fix: add missing getenv wrapper diff --git a/configure.ac b/configure.ac index e0d4cd3a..6b4a74fb 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.6.1],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.6.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