Update version to v2.12.11 v2.12.11
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 13 Apr 2022 18:28:01 +0000 (14:28 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 13 Apr 2022 18:28:01 +0000 (14:28 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 62d2763f8599724c22561b7f577500ec1dc64975..bc96553fc5655690937cf16a5d2cd1c0ae7fa6c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-04-13 lttng-tools 2.12.11 (International Day of Pink)
+       * Fix: notification: assert on len > 0 for dropped notification message
+       * Fix: sessiond: cmd_enable_channel: negative error code used
+
 2022-03-28 lttng-tools 2.12.10 (National Hot Tub Day)
        * Fix: Remove liblttng-ctl.so dependency on liburcu-cds.so and liburcu-common.so
 
index 38356da9304de0d392cc4e92976de7454d9e52dd..b2478ae21805699d74a785f86985962b2d206d65 100644 (file)
@@ -1,6 +1,6 @@
 dnl SPDX-License-Identifier: GPL-2.0-only
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.12.10],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.12.11],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.0278929999999999 seconds and 4 git commands to generate.