Version 2.5.6 v2.5.6
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 Sep 2015 20:34:03 +0000 (16:34 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 Sep 2015 20:34:03 +0000 (16:34 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 7c775d7591f9d01b453174803b4897121d47bec3..3615adaa78d57d7293d40153004e65c5e2ae7da1 100644 (file)
--- 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
index 22f19faabcc423f666ffc6987b2f835d5e833455..1d6783b4082b6441071dc8142ff3e34303585965 100644 (file)
@@ -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
This page took 0.025865 seconds and 4 git commands to generate.