From bcc5aa50bdb231ee29b90ec1b8e42b894e9d38d1 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 9 Sep 2015 16:35:28 -0400 Subject: [PATCH] Version 2.6.3 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 623f4306..7cc195f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2015-09-09 lttng-ust 2.6.3 + * 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: Java agent: update ref count in enabledLoggers + * Fix: Use $enableval with AC_ARG_ENABLE + * Fix: Cleanup local_apps sock_info in lttng_ust_cleanup + * Fix: handle sys_futex EINTR and EWOULDBLOCK + * Fix: update liburcu URL + * Fix: running java examples out of tree + * Fix: java class check when uudecode is not present + * Fix compilation warnings in the Java agent + * Fix: out of tree build of java agents + * Fix: Use env CLASSPATH when building log4j example + * Fix: build log4j example when enabled + * Fix: perform volatile load of tracepoint state + 2015-06-18 lttng-ust 2.6.2 * Add aarch64 support to configure * Fix: function instrumentation ip context diff --git a/configure.ac b/configure.ac index e251d6fa..4cb73d35 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.2],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.6.3],[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