Update version to v2.12.7
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 17 Dec 2021 17:00:36 +0000 (12:00 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 17 Dec 2021 17:00:36 +0000 (12:00 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index ec904771f07563d9abc915ea93b0efa44ee01ac5..b3e854ed724f2135417856a904e9b9f4bb4adbed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2021-12-17 lttng-tools 2.12.7 (National Ugly Christmas Sweater Day)
+       * Validate channel context mismatch across UST applications
+       * Fix: relayd: compare viewer chunks by ID rather than address
+       * Fix: relayd: live: erroneous message timestamp observed from live viewer
+       * Fix: relayd comm: improperly packed rotate streams command header
+       * test: snapshot after regenerate metadata
+       * Fix: ust-consumer: segfault on snapshot after regenerate metadata
+       * Tests: live kernel: no plan printed when non-root
+       * Fix: sessiond: snapshot: leak of trace chunk
+       * Fix: test: use BABELTRACE_BIN instead of babeltrace
+       * Fix: relayd: `!vsession->current_trace_chunk` assertion failed
+       * Fix: tests: fix unused-but-set warning in test_fd_tracker.c
+       * Fix: sessiond: fix possible buffer overflow warning
+       * Fix: lttng-ctl: tracing_group memory leaks
+       * Fix: Tests: unchecked `close()` return value
+       * Fix: relayd: live: mishandled initial null trace chunk
+       * Fix: configure.ac: reporting SDT uprobe as a UST feature
+       * Fix: Tests: leaking epoll fd
+
 2021-10-18 lttng-tools 2.12.6 (National Chocolate Cupcake Day)
        * Fix: sessiond: previously created channel cannot be enabled
        * Fix: ust: app stuck on recv message during UST comm timeout scenario
index 32cc37f7a05a702984cfaeb2a3153fefaf8e1b15..983e4be3236ada64b14ace03a8203a0ae39817f7 100644 (file)
@@ -1,6 +1,6 @@
 dnl SPDX-License-Identifier: GPL-2.0-only
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.12.6],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.12.7],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.030091 seconds and 5 git commands to generate.