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

index 75daacaf1778c3fdbcee92735c545b2e35c2f951..7c775d7591f9d01b453174803b4897121d47bec3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2015-06-18 lttng-ust 2.5.5
+       * 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.5.4
        * Fix: use lttng_secure_getenv to handle env. vars. involving paths
        * Fix: add missing getenv wrapper
index bfe77c3ebd8285b88ea150742123eff59c7defdd..22f19faabcc423f666ffc6987b2f835d5e833455 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lttng-ust],[2.5.4],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([lttng-ust],[2.5.5],[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.026407 seconds and 4 git commands to generate.