Update version to v2.11.4 v2.11.4
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 19 May 2020 21:00:23 +0000 (17:00 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 19 May 2020 21:00:23 +0000 (17:00 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index f75af6993b85147000b2b8929f67321ea841a307..5f0215dc2119ab605763b2c8fa646e5c2b1381d4 100644 (file)
--- 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
index bf05cccc61ed7dd6f01f029d5c373e3431aebd8b..bb21a99b8029b986e2e84e6d21ec0838f28c3230 100644 (file)
@@ -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])
This page took 0.027169 seconds and 4 git commands to generate.