From 5ad3afb17fd68bbf3038687a3e27674f30c159dd Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 10 Dec 2021 15:36:53 -0500 Subject: [PATCH] Version 2.13.1 Signed-off-by: Mathieu Desnoyers Change-Id: Ic70dee2853d6a09e23ee32ecb46944d522276ddb --- ChangeLog | 20 ++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 459c49fc..09c883fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2021-12-10 (Lost and Found Day) lttng-ust 2.13.1 + * Fix: ust-compiler: constructor/destructor build on g++ 4.8 + * ust-compiler: constructor/destructor whitespaces layout and macro dependency + * Fix: ust-cancelstate: include string.h for strerror + * Fix: libnuma is prepended to LIBS + * fix: Allow disabling some abi compat tests + * Fix: generate probe registration constructor as a C++ constuctor + * Fix: nestable pthread cancelstate + * Fix: abort on decrement_sem_count during concurrent tracing start and teardown + * fix: allocating C++ compound literal on heap with Clang + * Check for C++11 when building C++ probe providers + * fix: liblttng-ust-fd async-signal-safe close() + * tracepoints: print debug message when lttng-ust-tracepoint.so is not found + * Fix: static_assert unavailable with glibc < 2.16 + * Fix: combined tracing of lttng-ust 2.12/2.13 generates corrupted traces + * doc/man: Document LTTNG_UST_ABORT_ON_CRITICAL variable + * fix: remove autoconf features default value in help message + * Set git-review branch to stable-2.13 + * Fix: add extern "C" to two header files + 2021-08-02 (Ice Cream Sandwich Day) lttng-ust 2.13.0 * No change diff --git a/configure.ac b/configure.ac index e59602ba..4fe5facc 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ dnl Process this file with autoconf to produce a configure script. # Project version information m4_define([ust_version_major], [2]) m4_define([ust_version_minor], [13]) -m4_define([ust_version_patch], [0]) +m4_define([ust_version_patch], [1]) m4_define([ust_version_dev_stage], []) m4_define([ust_version], ust_version_major[.]ust_version_minor[.]ust_version_patch[]ust_version_dev_stage) m4_define([ust_version_name], [[Nordicité]]) -- 2.34.1