From ff64fe915da6742e59146d934edb787c5e48d5c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 16 Apr 2020 16:40:13 -0400 Subject: [PATCH] Update version to v2.10.11 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1f785f793..f0a44cea1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2020-04-16 lttng-tools 2.10.11 (National Eggs Benedict Day) + * Fix: common: add `void` parameter to log_add_time declaration + * Fix: lttng-list: don't warn when the kernel domain has no channels + * Fix: sessiond: occasional badfd error on repeated SIGTERM + * Fix: lttng: incorrect domain list printed when no domain is provided + * Silence `POSIX Yacc` warnings + * Tests: Fix: `wait_on_file()` returns too early + * Fix: Tests: utils.sh: fix unbound variable + * Tests: Fix typo: registerd -> registered + * Fix: force the use of our _FORTIFY_SOURCE definition + 2020-02-05 lttng-tools 2.10.10 (National Chocolate Fondue Day) * Fix: include stdlib.h in compat/string.h * Fix: lttng: sanity check of `--probe` description diff --git a/configure.ac b/configure.ac index ca0eeb6d8..cb2c17728 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.10.10],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.10.11],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) -- 2.34.1