From 13861e2d626f103b1ab5ded862e0b9f155538682 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 14 May 2021 21:31:26 -0400 Subject: [PATCH] Version 2.13.0-rc2 Signed-off-by: Mathieu Desnoyers Change-Id: I2841cba86e1f93f82cc966a32e063928e949cea4 --- ChangeLog | 23 +++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 19a20384..b9417a7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2021-05-14 (National Dance Like a Chicken Day) lttng-ust 2.13.0-rc2 + * Fix: ustcomm: application name uses the '-ust'-suffixed thread name + * Add abi0 conflict tests + * Detect unsupported use of .so.0 and .so.1 libraries within same process + * Add critical log level + * Fix: shutdown communication socket on -EINVAL + * Fix: lttng-ust control protocol handling of variable length command data + * ustcomm: implement shutdown API + * Fix: add missing fields in struct lttng_ust_abi_channel_config + * Fix: liblttng-ust-ctl: keep using lttng-ust-sock-8 and lttng-ust-wait-8 filenames + * liblttng-ust-ctl: Implement SIGBUS handling + * Fix: Java application context: pass application context argument to callbacks + * Fix: java application context segmentation fault + * Add api0 compile tests + * Move current compile tests to 'api1' + * fix: namespacing of 'tp_rcu_read_lock' + * Validate provider version for event enum field types + * Validate provider version for event class + * Add probe descriptor field to enum and event class + * Refactoring: tracepoint: allow explicit tracepoint instance provider name + * Fix: rename struct lttng_bytecode_runtime to struct lttng_ust_bytecode_runtime + * Remove unused ip field from struct lttng_ust_ring_buffer_ctx_private + 2021-04-23 (National Take a Chance (on me ?) Day) lttng-ust 2.13.0-rc1 * Set the 2.13 release codename and description * sequence type: use previous field for length if length_name is NULL diff --git a/configure.ac b/configure.ac index 7a5775f3..72ed7c6e 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl Process this file with autoconf to produce a configure script. m4_define([ust_version_major], [2]) m4_define([ust_version_minor], [13]) m4_define([ust_version_patch], [0]) -m4_define([ust_version_dev_stage], [-rc1]) +m4_define([ust_version_dev_stage], [-rc2]) m4_define([ust_version], ust_version_major[.]ust_version_minor[.]ust_version_patch[]ust_version_dev_stage) m4_define([ust_version_name], [[Nordicité]]) m4_define([ust_version_description], [[The product of a collaboration between Champ Libre and Boréale, this farmhouse IPA is brewed with Kveik yeast and Québec-grown barley, oats and juniper branches. The result is a remarkable fruity hazy golden IPA that offers a balanced touch of resinous and woodsy bitterness.]]) -- 2.34.1