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

index b18b76bcb0ef7cef9d2b888d8d8b84b8617425fa..52f3266bad7070c787d7fc6d5545df8fa4d9abf5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2023-06-20 lttng-tools 2.12.14 (National Ice Cream Soda Day)
+       * Tests fix: test_callstack: output of addr2line incorrectly parsed
+       * 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
+       * 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
+
 2023-01-05 lttng-tools 2.12.13 (National Whipped Cream Day)
        * Fix: lttng: poptGetArg doesn't provide string ownership
        * Fix: relayd: missing space in trace creation logging statement
index 86cee37b7478c59c95a820969cb681a7fb22cfea..243aa724468a4d456cf0f081fc4e1c4ccdddb8f4 100644 (file)
@@ -1,6 +1,6 @@
 dnl SPDX-License-Identifier: GPL-2.0-only
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.12.13],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.12.14],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.027566 seconds and 4 git commands to generate.