Version 2.7.0-rc2 v2.7.0-rc2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 Sep 2015 20:36:43 +0000 (16:36 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 Sep 2015 20:36:43 +0000 (16:36 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 938b445bc2e9112ed2b5ecec576b7df23d471cd8..d1806aa9a42ce4cb43dae8c126d7c24535b05fda 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2015-09-09 lttng-ust 2.7.0-rc2
+       * Fix: close socket on protocol error, sendmsg MSG_NOSIGNAL
+       * Cleanup: more descriptive error message
+       * Fix: add missing ust lock around objd_table_destroy()
+       * Fix: application exit race with pthread cancel
+       * Cleanup: configure layout for python agent detection
+       * Build: python agent: use setup.py over autoconf
+       * Build: add python interpreter used by python agent if built
+       * Doc: basic lttng ust python agent documentation
+       * Build: use AM_PATH_PYTHON to resolve python when building agent
+       * Build: only check if python exists in path
+       * Doc: add LTTNG_UST_CLOCK_PLUGIN to man page
+       * Doc: add LTTNG_UST_GETCPU_PLUGIN to man page
+       * Fix: Java agent: update ref count in enabledLoggers
+       * Rename Python agent tracepoint to "event"
+       * Fix: remove generated file from git tree
+
 2015-07-15 (Pet Fire Safety Day) lttng-ust 2.7.0-rc1
        * Fix: Use $enableval with AC_ARG_ENABLE
        * Fix: Cleanup local_apps sock_info in lttng_ust_cleanup
index f9706d432787c4cacaff82ee0840d8a6d1eca550..ddcca560dde1f766fa0abbeb55996b9465cb538f 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lttng-ust],[2.7.0-rc1],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([lttng-ust],[2.7.0-rc2],[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.026381 seconds and 4 git commands to generate.