From d9360bf7037f21b85b3ef010990a65d253ead3fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 19 May 2020 17:00:23 -0400 Subject: [PATCH] Update version to v2.11.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f75af6993..5f0215dc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-05-19 lttng-tools 2.11.4 (Dinosaur Day) + * Fix: common: abort on rotation after time manipulation + * Fix: tests: `-Wstringop-overflow` warning + * Fix: load: incomplete error handling for load_session_from_file + 2020-04-16 lttng-tools 2.11.3 (National Eggs Benedict Day) * Fix: lttng-destroy: missing newline on session destruction message * Fix: common: add `void` parameter to log_add_time declaration diff --git a/configure.ac b/configure.ac index bf05cccc6..bb21a99b8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.11.3],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.11.4],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) -- 2.34.1