Update version to v2.12.4
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 18 May 2021 21:53:45 +0000 (17:53 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 18 May 2021 21:53:45 +0000 (17:53 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 040072af31d47b2bbbb8df0deced7f54c3a88456..7edcc24a05562b8a1bbabb47e44c2c3dbf9b6b0e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2021-05-18 lttng-tools 2.12.4 (No Dirty Dishes Day)
+       * Fix: snapshot path have domain subdir duplicate "ust/ust" or "kernel/kernel"
+       * Fix: relayd: failure to read index entry or stream packet after clear
+       * Fix: sessiond: leak of config_path on duplicate --config option
+       * Fix: relayd: live: data is missing between viewer attach and retry
+       * Fix: lttng-ctl: erroneous check if user is part of the tracing group
+       * Fix: kernel consumer: get next subbuffer EAGAIN handling
+       * Fix: kernel consumer: signal metadata ready condition variable
+       * Fix: consumerd: unbalanced subbuffer 'get' when checking operation availability
+       * Fix: tests: gen-ust-events-ns: Uninitialized argument value
+       * Fix: consumerd: strlen called on uninitialized path
+       * Fix: tests: health thread stall: only stop consumerd when required
+       * Fix: tests: quote variable in case it's not set
+       * Fix: sessiond: session destroy hang in per-uid when context cannot be added
+       * Fix: backward relayd: path contains a leading "ust" folder
+       * Fix: lttng_destroy_session_no_wait: return 0 on success
+       * config: fix typo in error message
+       * Tests: array expressions without contant index are invalid
+       * Fix: validate that array expression contains constant
+       * Fix: test: base-path tests are not run
+       * Fix: filter: memory leak in filter_parser_ctx
+       * Fix: sessiond: fix -Wshadow error in save.c
+       * Fix: utils: avoid strncpy overlap in utils_partial_realpath
+       * Clean-up: utils: make utils_partial_realpath static
+       * Fix: added missing test_channel and removed double defined test_syscall
+       * Fix: sessiond: kernel: invalid error code check
+       * Tests: fix: unchecked sscanf return value
+       * compiler warning cleanup: is_signed_type: compare -1 to 1
+
 2021-02-22 lttng-tools 2.12.3 (National Margarita Day)
        * Fix: ust-consumer: metadata thread not woken-up after version change
        * Clean-up: ust-consumer: simplify metadata cache unlock on error path
index 80c6d0064ef0c7cd9e6a8694350420308bed6b7d..9545673c8aab82c8e4be9eb20aaf6c388c285633 100644 (file)
@@ -1,6 +1,6 @@
 dnl SPDX-License-Identifier: GPL-2.0-only
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.12.3],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.12.4],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.028502 seconds and 5 git commands to generate.