From 25d0ca093a83b163d03d160c90edffdd2f2422e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 22 Aug 2022 14:45:21 -0400 Subject: [PATCH] Update version to v2.12.12 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 20 ++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bc96553fc..c663d2457 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2022-08-22 lttng-tools 2.12.12 (National Bao Day) + * Fix: waiter: futex wait: handle spurious futex wakeups + * Fix: futex wait: handle spurious futex wakeups + * Fix: utils: unhandled close return value + * Fix: agent port file is o+w when launching as root + * Fix: tests: don't assume sequential cpuids + * Fix: ust-consumerd: set `hangup_flush_done` in a locked context + * Revert "Fix: sessiond: rotation trigger leak" + * Fix: lttng-snapshot: use after free of max size argument + * Fix: lttng: snapshot: add-output: leak of max size parameter + * Tests: fix: lttng-create: leaked command parameter + * Fix: sessiond: rotation trigger leak + * Tests: fix: schedule api: leak of rotation schedule list + * Fix: lttng: enable-rotation: leak of command parameter + * Fix: lttng: track: leaked command parameter + * Fix: lttng: enable-channel: leak of popt arguments + * Tests: fix: leak of some attributes of ltt_ust_session + * Fix: liblttng-ctl: non-packed structure used for tracker serialization + * Fix: test: lttng kernel modules still loaded after running test_clock_override + 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 diff --git a/configure.ac b/configure.ac index b2478ae21..bf4c45350 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.11],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.12.12],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) -- 2.34.1