From: Jérémie Galarneau Date: Tue, 19 May 2020 21:00:23 +0000 (-0400) Subject: Update version to v2.11.4 X-Git-Tag: v2.11.4^0 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=d9360bf7037f21b85b3ef010990a65d253ead3fd Update version to v2.11.4 Signed-off-by: Jérémie Galarneau --- 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])