From: Jérémie Galarneau Date: Wed, 13 Apr 2022 18:28:01 +0000 (-0400) Subject: Update version to v2.12.11 X-Git-Tag: v2.12.11^0 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=9b98bb8df991cc53afa9f2426906d3f4813fe330 Update version to v2.12.11 Signed-off-by: Jérémie Galarneau --- 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])