Update version to v2.12.1 v2.12.1
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 12 May 2020 15:12:08 +0000 (11:12 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 12 May 2020 15:12:08 +0000 (11:12 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 7d9cc2132b53719fd9378cafc06840e1622d11af..974de0554a04caccb8da9a35d0284bc123134098 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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
index ef444d699622b32427618fe4f5215ccd7d29371b..130563634293ffa6c60d0b7210ef6af1b49983e0 100644 (file)
@@ -1,6 +1,6 @@
 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])
This page took 0.02891 seconds and 4 git commands to generate.