From: Mathieu Desnoyers Date: Fri, 25 Mar 2022 17:44:49 +0000 (-0400) Subject: Version 2.13.2 X-Git-Tag: v2.13.2^0 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=299e6bca8ec920c6e8cb9d853ad4fd7733bf33e9;p=lttng-ust.git Version 2.13.2 Signed-off-by: Mathieu Desnoyers Change-Id: I09abe36e9e48fd4d676bc4904cf6d5b6ce18f1b6 --- diff --git a/ChangeLog b/ChangeLog index 09c883fe..edb7bec5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2022-03-25 (National Waffle Day) lttng-ust 2.13.2 + * fix: __STDC_VERSION__ can be undefined in C++ + * Fix: sample discarded events count before reserve + * Fix: ring buffer event counter + * Fix: concurrent exec(2) file descriptor leak + * Add 'domain' parameter to the Log4j 2.x agent + * fix: Convert custom loglevels in Log4j 2.x agent + * fix: coverity reported null returns in Log4j2 agent + * Add a Log4j 2.x Java agent + * Fix: may be used uninitialized on powerpc + * Revert "Fix: ustcomm: serialize variant_nestable type" + * Fix: ustcomm: serialize variant_nestable type + * Fix: doc/examples/java-log4j: fix paths to directories + * Fix: doc/examples/java-jul: fix paths to directories + * Copyright ownership transfer + 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 diff --git a/configure.ac b/configure.ac index 405cbc04..599873ce 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], [1]) +m4_define([ust_version_patch], [2]) 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é]])