From 32b9b7ba68b8705ce6c85e0342069ae6c75b790f Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 10 Jan 2024 14:54:07 -0500 Subject: [PATCH] Version 2.12.9 Signed-off-by: Mathieu Desnoyers Change-Id: I47df837a4eeb9d48bcb7cd4c9f9b70e64182647c --- ChangeLog | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dba6a461..62914176 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2024-01-10 (National Houseplant Appreciation Day) lttng-ust 2.12.9 + * fix: invoke MKDIR_P before changing directories + * fix: clean java inner class files in examples + * ustfork: Fix warning about volatile qualifier + * ustfork: Fix possible race conditions + * Fix: FreeBSD: Pass flags arguments to rfork wrapper + * fix: python agent: use stdlib distutils when setuptools is installed + * fix: python agent: install on Debian python >= 3.10 + * fix: python agent: Add a dependency on generated files + * python: use setuptools with python >= 3.12 + 2023-06-07 (National VCR Day) lttng-ust 2.12.8 * Fix: segmentation fault on filter interpretation in "switch" mode * Fix: Reevaluate LTTNG_UST_TRACEPOINT_DEFINE each time tracepoint.h is included diff --git a/configure.ac b/configure.ac index 1ea435fc..ee9141d9 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], [8]) +m4_define([V_PATCH], [9]) 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