From a00668029ccd9cc009142aa067c00882b1dfc64e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 21 Aug 2023 14:32:07 -0400 Subject: [PATCH] Update version to v2.13.11 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 46049b600..dc9570813 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2023-08-21 lttng-tools 2.13.11 (National Spumoni Day) + * Tests: use CPU ids from online ranges + * docs: fix: Match stated automake requirement + * Docs: Fix broken reference in lttng-add-trigger + * Docs: Fix broken reference to lttng-concepts(7) man page + * Tests: Preemptively fail infinite blocking tests when low on disk space + * Fix: lttng-add-context: leak of application context parameters + * Fix: sessiond: bad fd used while rotating exiting app's buffers + * Fix: consumerd: slow metadata push slows down application registration + * event-rule: set event rule loglevel to domain specific value when unset + * Fix: sessiond: preserve jul/log4j domain loglevels + * Fix: sessiond: crash enabling event rules that differ only by loglevel type + 2023-06-20 lttng-tools 2.13.10 (National Ice Cream Soda Day) * Fix: sessiond: incorrect use of exclusions array leads to crash * Tests fix: test_callstack: output of addr2line incorrectly parsed diff --git a/configure.ac b/configure.ac index 43d9d3933..a52bc7c90 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.13.10],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.13.11],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) -- 2.34.1