Update version to v2.11.2 v2.11.2
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 12 Feb 2020 17:25:23 +0000 (12:25 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 12 Feb 2020 17:25:23 +0000 (12:25 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Id506bae1bbb778096e92af867d0cb5324992c864

ChangeLog
configure.ac

index 89e4b2999b739e92634239246978c6bc7f786767..b882f2cc55e1d2cdfe291380ce7ecbaecf3be21e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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
+       * Fix: Tests: utils.sh: fix unbound variable
+       * Tests: Fix typo: registerd -> registered
+       * Typo: 'toogle' -> 'toggle'
+       * Fix: force the use of our _FORTIFY_SOURCE definition
+
 2020-02-05 lttng-tools 2.11.1 (National Chocolate Fondue Day)
        * Fix: sessiond: snapshot errors don't clear session's trace chunk
        * Fix: sessiond: bounded snapshot record fails when no streams exist
index 3bba753ca6f067eb91b64a589c509c64e15ba70f..5addd843d8782a3ca67db72ee76fd1751deb83a5 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.11.1],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.11.2],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.027134 seconds and 4 git commands to generate.