Version 2.12.9 v2.12.9
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 10 Jan 2024 19:54:07 +0000 (14:54 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 10 Jan 2024 19:54:07 +0000 (14:54 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I47df837a4eeb9d48bcb7cd4c9f9b70e64182647c

ChangeLog
configure.ac

index dba6a46118ba656c49e0403318314fcb1248e37a..62914176e3e6d3caa00854cc08409806cdacdab5 100644 (file)
--- 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
index 1ea435fc0a8ee7ed8d81e8bcb261e1a850234d5f..ee9141d967747bbf8e1f1a11a7a99f2f1d839a21 100644 (file)
@@ -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.]])
This page took 0.025809 seconds and 4 git commands to generate.