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

index 623f4306110113a63648751cfc6a0818da516d3e..7cc195f713f5636ca1f90b047d473bb365f7c9ef 100644 (file)
--- 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
index e251d6fa3c1f34a875ca082de86b41da96d6d591..4cb73d350232c30766702df035f87b09325c568d 100644 (file)
@@ -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
This page took 0.025198 seconds and 4 git commands to generate.