Version 2.6.2 v2.6.2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 18 Jun 2015 17:42:46 +0000 (13:42 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 18 Jun 2015 17:42:46 +0000 (13:42 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 336299feedead092e3f3a92a8c77528c44641d9f..623f4306110113a63648751cfc6a0818da516d3e 100644 (file)
--- 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
index e0d4cd3a37f3738e003d335913f46343b3d7c4bc..6b4a74fb8a55bdc76a403fbca1b9c400a021a215 100644 (file)
@@ -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
This page took 0.025274 seconds and 4 git commands to generate.