Update version to v2.11.3 v2.11.3
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 16 Apr 2020 19:20:18 +0000 (15:20 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 16 Apr 2020 19:20:18 +0000 (15:20 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index b882f2cc55e1d2cdfe291380ce7ecbaecf3be21e..f75af6993b85147000b2b8929f67321ea841a307 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+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
+       * 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
+       * directory-handle: print `errno` reason on `unlinkat()` error
+       * Fix: lttng-ctl: _handle can be NULL
+       * Silence `POSIX Yacc` warnings
+       * Fix: relayd: use of relay_session ref count before initialization
+       * Fix: lttng: uninitialized pointer free'd when no sessiond is present
+
 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
index 5addd843d8782a3ca67db72ee76fd1751deb83a5..bf05cccc61ed7dd6f01f029d5c373e3431aebd8b 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.11.2],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.11.3],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.027737 seconds and 4 git commands to generate.