Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Id506bae1bbb778096e92af867d0cb5324992c864
+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
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])