Update version to v2.10.4 v2.10.4
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 30 Apr 2018 17:49:19 +0000 (13:49 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 30 Apr 2018 17:49:19 +0000 (13:49 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 2c04b9acb90563320f152abb7b7e0ca3c3a2d6e4..c06c3a9291c7c40992cb223906e2ddfeb8166c01 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2018-04-30 lttng-tools 2.10.4 (CERN announces WWW protocols will be free)
+       * Fix build: in_git_repo is used before being set
+       * Add DBG statement for TCP keep-alive options
+       * Fix: unprivilieged sessiond agent port clashes with root sessiond
+       * Fix: erroneous use of extern keyword
+       * Fix: failure to launch agent thread is not reported
+       * Fix: agent may not be ready on launch
+       * Fix: checking for existing session daemon is done after daemonizing
+       * Fix: lttng logs nanoseconds
+       * Fix: stream_per_chan_id_ht should allow duplicates
+       * Fix: relayd send_command() util not logging on failure
+       * Fix: create_output_path() relayd util is not const-correct
+       * Fix: kernel snapshot handling of EAGAIN
+       * Fix validate_trace_empty test check
+       * Fix: circular inclusion of lttng.h results in warning
+       * Fix: channel lock must be taken to check for pending notifications
+       * Fix: quiet option is not set in sessiond-config
+       * Fix: hold consumer socket lock for consumer_send_msg
+       * Fix: use off_t type for lseek function return value to avoid overflow
+       * Fix: double similar condition
+
 2018-03-26 lttng-tools 2.10.3 (Purple Day)
        * Fix: set errno with value from SO_ERROR on error.
        * Fix: missing value handling for lttng_event_context_type
index c5d315559655dceb5e54c2a4c4445bd99ecd852c..d6383f8766b1f6b04a6b3f8a2cad3ff7c4b0dcc7 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.10.3],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.10.4],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.027097 seconds and 4 git commands to generate.