Update version to v2.10.2 v2.10.2
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 5 Feb 2018 20:40:54 +0000 (15:40 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 5 Feb 2018 20:40:54 +0000 (15:40 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index fff44e4394286c56ef79101c7c691ccd245d8a33..6987552fca349692969dfb898db9ecddd5652719 100644 (file)
--- 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 <sys/types.h> 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
index 01a12190a34cfaff89300e3d9c5f7c00f260e65b..09afb1cb0a31c40d6c9fc376e13c2b594a756bda 100644 (file)
@@ -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])
This page took 0.027103 seconds and 4 git commands to generate.