From: Jérémie Galarneau Date: Mon, 21 Aug 2023 18:32:07 +0000 (-0400) Subject: Update version to v2.13.11 X-Git-Tag: v2.13.11^0 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=a00668029ccd9cc009142aa067c00882b1dfc64e Update version to v2.13.11 Signed-off-by: Jérémie Galarneau --- 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])