From 9265d2e90b261b70cccca7dfe24eaead93ab7dd5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 30 Apr 2018 13:50:02 -0400 Subject: [PATCH] Update version to v2.9.9 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 30fe50b5d..99d81ebed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2018-04-30 lttng-tools 2.9.9 (CERN announces WWW protocols will be free) + * Add DBG statement for TCP keep-alive options + * Fix: failure to launch agent thread is not reported + * Fix: agent may not be ready on launch + * Fix: lttng logs nanoseconds + * Fix: stream_per_chan_id_ht should allow duplicates + * Fix: relayd send_command() util not logging on failure + * Fix: kernel snapshot handling of EAGAIN + * Fix validate_trace_empty test check + * Fix: hold consumer socket lock for consumer_send_msg + * Fix: use off_t type for lseek function return value to avoid overflow + 2018-03-26 lttng-tools 2.9.8 (Purple Day) * Fix: set errno with value from SO_ERROR on error. * Fix: missing value handling for lttng_event_context_type diff --git a/configure.ac b/configure.ac index 46b886033..8a2910140 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.9.8],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.9.9],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) -- 2.34.1