From 52cc8487faf49cd2b2652aa9cc905fecaf8044d9 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 17 Feb 2021 15:14:22 -0500 Subject: [PATCH] Version 2.12.1 Signed-off-by: Mathieu Desnoyers Change-Id: Id0c0c121d8694ab7aaa6aae473559766e03baa29 --- ChangeLog | 18 ++++++++++++++++++ configure.ac | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 14f0db94..82c1f375 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2021-02-17 (Random Act of Kindness Day) lttng-ust 2.12.1 + * Fix: Use default visibility for tracepoint provider symbol + * Fix: configure: support Autoconf 2.70 + * Fix: ust-tracepoint: make sure to expand tracepoint provider token + * Fix: ustctl_release_object: eliminate double-close/free on error + * tests: return the proper TAP exit code + * Fix: python agent: 'time' has no attribute 'clock' + * Fix: libc-wrapper: undef temporary token rather than value + * Fix: support compile units including 'sys/sdt.h' without defining SDT_USE_VARIADIC + * Fix: event probes attached before event enabled + * Fix: agent: read: end of loop condition should exclude 0 + * fix: Java examples CLASSPATH override + * Add missing files to .gitignore + * fix: Add CLASSPATH to autoconf precious variables + * Fix: Java agent: close session daemon socket on error + * Fix: Java agent: handle partial payload read + * Fix: namespace contexts !CONFIG_RCU_TLS variable initialization + 2020-04-08 (The Day After National Beer Day) lttng-ust 2.12.0 * (no change) diff --git a/configure.ac b/configure.ac index 7f5efdd8..b93d2096 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Version infos m4_define([V_MAJOR], [2]) m4_define([V_MINOR], [12]) -m4_define([V_PATCH], [0]) +m4_define([V_PATCH], [1]) dnl m4_define([V_EXTRA], []) m4_define([V_NAME], [[(Ta) Meilleure]]) m4_define([V_DESC], [[Ta Meilleure is a Northeast IPA beer brewed by Lagabière. Translating to "Your best one", this beer gives out strong aromas of passion fruit, lemon, and peaches. Tastewise, expect a lot of fruit, a creamy texture, and a smooth lingering hop bitterness.]]) -- 2.34.1