From 80a909e3c3a1f3003527db16953db5e97b633248 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 18 Oct 2021 17:10:08 -0400 Subject: [PATCH] Update version to v2.12.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 18 ++++++++++++++++++ configure.ac | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 20f74f6d7..ec904771f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2021-10-18 lttng-tools 2.12.6 (National Chocolate Cupcake Day) + * Fix: sessiond: previously created channel cannot be enabled + * Fix: ust: app stuck on recv message during UST comm timeout scenario + * Fix: ust: UST communication can return -EAGAIN + * Fix: ust: segfault on lttng start on filter bytecode copy + * Build fix: Missing message in LTTNG_DEPRECATED invocation + * include: remove spurious spaces in condition/session-rotation.h + * tests: fix header of regression/ust/getcpu-override/run-getcpu-override + * fix: wrong define used for GCC version check + * Fix: userspace-probe: unreported error on string copy error + * Fix: userspace-probe: truncating binary path for SDT + * Fix: statements with side-effects in assert statements + * Fix: lttng_trace_archive_location_serialize is called on freed memory + * Fix: sessiond: ust session is inactive during ust_app_global_update + * Fix: Tests: race condition in test_ns_contexts_change + * Fix: Tests: race condition in test_event_tracker + * Fix: man: lttng-rotate: trace file count/size limitation does not apply + 2021-08-06 lttng-tools 2.12.5 (International Beer Day) * Fix: runas: less-than-zero comparison of an unsigned value * Fix: runas: supplementary groups are ignored on lttng save diff --git a/configure.ac b/configure.ac index da824d190..ee8311e9c 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.5],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.12.6],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) -- 2.34.1