Update version to v2.13.11 v2.13.11
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 21 Aug 2023 18:32:07 +0000 (14:32 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 21 Aug 2023 18:32:07 +0000 (14:32 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 46049b600768b89381985ca96d4107d87af8a0fb..dc9570813c7e7fdfd15d26e6eaa7493700364844 100644 (file)
--- 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
index 43d9d3933890d9bdac225f4bb33c4c165952624c..a52bc7c900ca18318ccbd0fe11786c766db98b7b 100644 (file)
@@ -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])
This page took 0.029062 seconds and 4 git commands to generate.