From 50ffaef1589115e77ee857409ea5d5c081fe26e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 28 Mar 2022 12:12:04 -0400 Subject: [PATCH] Update version to v2.12.9 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 38 ++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4e87c905d..b6360811f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,41 @@ +2022-03-28 lttng-tools 2.12.9 (National Hot Tub Day) + * Fix: lttng-elf: wrong error label used by error path + * Fix: use the correct endian compat macros + * Fix: lttng-elf: untrusted entry size divisor + * Fix: event: erroneous bound check on perf counter name size + * Fix: relayd: missing session unlock on error path + * fix: warning '-Wstringop-truncation' with GCC 11.2 + * Add Log4j 2.x agent tests for the 'log4j' domain + * Fix: relayd: session id is ignored by 2.11+ create session command + * Fix: consumerd: use-after-free of metadata bucket + * Fix: ust-consumerd: leak of stream control structure + * Fix: liblttng-ctl: erroneous flat size computation + * Build fix: relayd: mismatching function signatures + * Build fix: use of mutable keyword in C file + * Fix: relayd: connection abruptly closed on viewer stream creation failure + * Fix: relayd: live client fails on clear of multi-domain session + * Tests: fix: select_poll_epoll: test assumes epoll fd value + * Fix: rotation: hang on destroy when using scheduled rotation based on timer + * Fix: consumerd: fd still open after `lttng snapshot record` returns + * Fix: event: unchecked return value for lttng_strncpy + * Fix: event: format specifier for ssize_t + * Fix: sessiond: lttng_channel object is not reclaimed + * Fix: common: local_attr might leak + * Fix: session: end goto label used for error path + * Fix: ser/des: missing null terminator on payload append + * Fix: test: test plan/skip must come after TAP initialization + * Fix: test: missing test plan for non-x86/arm platforms (i.e powerpc) + * Fix: liblttng-ctl comm: lttng_event_field is not packed + * Fix: liblttng-ctl comm: lttng_event_context is not packed + * Fix: liblttng-ctl comm: lttng_event is not packed + * libcommon: move event.c to libcommon-lgpl + * Fix: liblttng-ctl comm: lttng_channel is not packed + * Fix: lttng-ctl: erroneous uses of LTTNG_PACKED + * Backport: lttng_buffer_view_is_valid, lttng_buffer_view_contains_string + * Fix: conversion from KB to bytes overflow on arm32 + * Fix: Unexpected payload size in cmd_recv_stream_2_11 + * Tests: add kernel test into the `make check` test suite. + 2022-01-26 lttng-tools 2.12.8 (National Peanut Brittle Day) * Relicence all source and header files included in LGPL code * Fix: sessiond: use of null session when session is not found diff --git a/configure.ac b/configure.ac index 71111b69f..541b0f9ad 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl SPDX-License-Identifier: GPL-2.0-only AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.12.8],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.12.9],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) -- 2.34.1