From a81c2c2097eb5450ac6ad92134d4e07a60e44366 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 5 Feb 2018 15:40:54 -0500 Subject: [PATCH] Update version to v2.10.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 35 +++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fff44e439..6987552fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2018-02-05 lttng-tools 2.10.2 + * Fix: do not flag consumer as disabled on relayd comm failure + * Fix: cleanup inactive FDs in the consumer polling thread + * man: document dead-peer detection for lttng-relayd + * lttng-relayd: use TCP keep-alive mechanism to detect dead-peer + * Tests: race between consumer pause and trace start/stop + * Fix: notification thread not notified of channel creation on app error + * Fix: using putenv() and free()-ing the value is invalid + * Fix: unknown consumer type considered a libc error + * Fix: consumerd(64/32)_lib_dir can be NULL + * Fix: nonsensical message printed by lttng track/untrack + * Fix: O_CLOEXEC is erroneously used on pipe creation + * Fix: wrong parameter to fcntl in pipe_set_flag + * Fix: use lttng_clock_gettime instead of clock_gettime + * Fix: close channel monitor pipe after killing the metadata_timer_thread + * Fix: use file based synchronization for python logging test + * Test: add file based synchronization point for python test app + * Fix: wrong use of the relay_streams_sent in snapshot + * Fix: the return code of lttcomm_send_unix_sock is signed + * Fix warning: src/bin/lttng/utils.c: cast incompatible pointer + * Fix: src/common/pipe.h: include for ssize_t and mode_t + * Fix: detect dlmopen() and disable corresponding tests if not available + * Fix: Use tmpdir for intermediary files + * Fix: include scripts for distribution + * Fix: typo in lttng-consumerd file default + * Fix: missing NULL checks in logging statements + * Test: kernel testing for notification + * Fix: kernel consumerd sock paths need rundir substitution + * Fix: create lttng run dir regardless of user privilege + * Fix: Make version.h generation work with dash + * lttng-enable-event(1): filtering: specify that `$ctx.cpu_id` is available + * centralize sessiond config option handling + * Fix: buffer overflow warning in python bindings + * Tests fix: BT2 does not output the metadata of a trace collection + 2017-08-03 lttng-tools 2.10.1 (Watermelon Day) * Typo: occured -> occurred * Fix: uninitialized return value on error path diff --git a/configure.ac b/configure.ac index 01a12190a..09afb1cb0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.10.1],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.10.2],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) -- 2.34.1