Update version to v2.13.10 v2.13.10
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 20 Jun 2023 19:06:38 +0000 (15:06 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 20 Jun 2023 19:06:38 +0000 (15:06 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index d070e8b8dd9ced60c08494a932ed786489a27d22..46049b600768b89381985ca96d4107d87af8a0fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+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
+       * Fix: sessiond: silent kernel notifier registration error
+       * Fix: sessiond: size-based notification occasionally not triggered
+       * Fix: adding a user space probe fails on thumb functions
+       * Fix: Tests that assume CPU 0 is present
+       * Fix: Wrong assumption about possible CPUs
+       * Tests: fix: parse-callback reports missing addr2line
+       * Fix: lttng remove-trigger -h fails
+       * Tests: snapshot tests complain that nothing is output
+       * Tests: Test snapshot maximum size correctly
+       * Tests: Add get_possible_cpus_count utility
+       * Fix: ini parser: truncation of value name
+       * Fix: truncated len in lttng_event_rule_user_tracepoint_serialize()
+       * Tests: remove leftover debug printing in test_add_trigger_cli
+
 2023-01-05 lttng-tools 2.13.9 (National Whipped Cream Day)
        * Fix: lttng: poptGetArg doesn't provide string ownership
        * Fix: relayd: missing space in trace creation logging statement
index 91d56c9b399828a01d1d8d264031f2e76faa88af..dbba02672ad0ac17afedadef75d421efefa59aef 100644 (file)
@@ -1,6 +1,6 @@
 dnl SPDX-License-Identifier: GPL-2.0-only
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.13.9],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.13.10],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.028447 seconds and 4 git commands to generate.