From 4adaf46c3b518e077bdda3e573aa743aa2e516c9 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 9 Sep 2015 16:34:03 -0400 Subject: [PATCH] Version 2.5.6 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7c775d75..3615adaa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2015-09-09 lttng-ust 2.5.6 + * Fix: close socket on protocol error, sendmsg MSG_NOSIGNAL + * Fix: add missing ust lock around objd_table_destroy() + * Fix: application exit race with pthread cancel + * Fix: Cleanup local_apps sock_info in lttng_ust_cleanup + * Fix: handle sys_futex EINTR and EWOULDBLOCK + * Fix: perform volatile load of tracepoint state + 2015-06-18 lttng-ust 2.5.5 * Fix: function instrumentation ip context * Fix: liblttng-ust-dl ip context diff --git a/configure.ac b/configure.ac index 22f19faa..1d6783b4 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.5.5],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.5.6],[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