From 7626275467b153fe85b94e6d6a6f0ad92e253b93 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Wed, 12 Feb 2020 12:25:23 -0500 Subject: [PATCH] Update version to v2.11.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Change-Id: Id506bae1bbb778096e92af867d0cb5324992c864 --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 89e4b2999..b882f2cc5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2020-02-12 lttng-tools 2.11.2 (Hug Day) + * Fix: sessiond: check for lttng-modules ABI 2.1 rather than 2.8 + * Tests: Fix: `wait_on_file()` returns too early + * Fix: Tests: utils.sh: fix unbound variable + * Tests: Fix typo: registerd -> registered + * Typo: 'toogle' -> 'toggle' + * Fix: force the use of our _FORTIFY_SOURCE definition + 2020-02-05 lttng-tools 2.11.1 (National Chocolate Fondue Day) * Fix: sessiond: snapshot errors don't clear session's trace chunk * Fix: sessiond: bounded snapshot record fails when no streams exist diff --git a/configure.ac b/configure.ac index 3bba753ca..5addd843d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.11.1],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.11.2],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) -- 2.34.1