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

index 1f785f793167b716c14fb7eb650867eaa60d6612..f0a44cea154b155769884437e6f736971ef1ff67 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2020-04-16 lttng-tools 2.10.11 (National Eggs Benedict Day)
+       * 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
+       * Silence `POSIX Yacc` warnings
+       * Tests: Fix: `wait_on_file()` returns too early
+       * Fix: Tests: utils.sh: fix unbound variable
+       * Tests: Fix typo: registerd -> registered
+       * Fix: force the use of our _FORTIFY_SOURCE definition
+
 2020-02-05 lttng-tools 2.10.10 (National Chocolate Fondue Day)
        * Fix: include stdlib.h in compat/string.h
        * Fix: lttng: sanity check of `--probe` description
index ca0eeb6d884c4c99971c332b3ed71c0812213872..cb2c17728289ea3cc2e2430f4239d8de3941a670 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.10.10],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.10.11],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.02709 seconds and 4 git commands to generate.