From: Jérémie Galarneau Date: Mon, 28 Mar 2022 18:59:37 +0000 (-0400) Subject: Update version to v2.12.10 X-Git-Tag: v2.12.10 X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=refs%2Ftags%2Fv2.12.10 Update version to v2.12.10 Signed-off-by: Jérémie Galarneau --- diff --git a/ChangeLog b/ChangeLog index b6360811f..62d2763f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +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 + 2022-03-28 lttng-tools 2.12.9 (National Hot Tub Day) * Fix: lttng-elf: wrong error label used by error path * Fix: use the correct endian compat macros diff --git a/configure.ac b/configure.ac index 4daf31f52..38356da93 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.9],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.12.10],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config])