From dda59359695cd45d92cd3761c14245d1359d1784 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 9 Sep 2015 16:36:43 -0400 Subject: [PATCH] Version 2.7.0-rc2 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 938b445b..d1806aa9 100644 --- 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 diff --git a/configure.ac b/configure.ac index f9706d43..ddcca560 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.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 -- 2.34.1