Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
+2020-05-12 lttng-tools 2.12.1 (International Nurses' Day)
+ * API: missing includes in lttng.h
+ * API: missing clear and clear-handle includes in lttng.h
+ * API: sort lttng.h includes
+ * Fix: API: missing end brace for C++ linkage specification.
+ * Fix: tests: `-Wstringop-overflow` warning
+ * Fix: load: incomplete error handling for load_session_from_file
+
2020-04-07 lttng-tools 2.12.0 (National Beer Day)
* lttng-crash(1): document the command's positional argument
* lttng-sessiond(8): append missing argument to short options
dnl SPDX-License-Identifier: GPL-2.0-only
AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.12.0],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.12.1],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
AC_CONFIG_HEADERS([include/config.h])
AC_CONFIG_AUX_DIR([config])