From 9b98bb8df991cc53afa9f2426906d3f4813fe330 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Wed, 13 Apr 2022 14:28:01 -0400 Subject: [PATCH] Update version to v2.12.11 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 62d2763f8..bc96553fc 100644 --- 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 diff --git a/configure.ac b/configure.ac index 38356da93..b2478ae21 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.34.1