From 896ee9770aab484667265232118fccc9164ef204 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 23 Jul 2018 20:19:29 -0400 Subject: [PATCH] Update version to v2.9.10 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 99d81ebed..e85fc59c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2018-07-23 lttng-tools 2.9.10 (National Vanilla Ice Cream Day) + * Fix: missing context enum values in session xml schema + * Tests: add session auto-loading test cases + * Bash completion: ignore namespace for xmllint parsing + * Typo in ust consumer log message (channek -> channel) + * Fix: use signed variable for refcounting of consumer_relayd_sock_pair + * Fix: warning due to hash_key_str() being not const-correct + * Fix: calling ht_{hash, match}_enum with wrong argument + * Fix: probes should be compared strictly by events metadata + * Fix: test_ust-dl is generated at configure-time + * Fix: perform the initialization memory barrier out of loop body + * Port: fix format warnings on Cygwin + * Fix: don't wait for the load thread before serving client commands + * Fix: sessiond fails to launch on --without-ust configuration + * Fix: agent thread poll set creation failure results in deadlock + * Fix: test uses sizeof() on the wrong operand of strncpy + 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 diff --git a/configure.ac b/configure.ac index 8a2910140..21f51c33a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.9.9],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.9.10],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) -- 2.34.1