Version 2.13.7 v2.13.7
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 10 Jan 2024 19:52:19 +0000 (14:52 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 10 Jan 2024 19:52:19 +0000 (14:52 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Iee4bc205d7f0a778d6ee5a4789d9cadd1e6e3bed

ChangeLog
configure.ac

index a14b15691747985ef744d3a595043159a12d0cd7..89b289962c60d1145935240814879d3bb0f45212 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2024-01-10 (National Houseplant Appreciation Day) lttng-ust 2.13.7
+       * fix: invoke MKDIR_P before changing directories
+       * fix: -Wsingle-bit-bitfield-constant-conversion with clang16
+       * fix: clean java inner class files in examples
+       * Introduce sync vs unsync enablers
+       * Fix: misaligned urcu reader accesses
+       * ustfork: Fix warning about volatile qualifier
+       * ustfork: Fix possible race conditions
+       * Fix: tracepoint: Remove trailing \ at the end of macro
+       * 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.13.6
        * Fix: segmentation fault on filter interpretation in "switch" mode
        * Fix: `ip` context is expressed as a base-10 field
index cf331a02300612d6232796d59001cf600a5a2f40..7155fc1cc86dfd440f43bf8acf3cae3fb2068e4d 100644 (file)
@@ -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], [6])
+m4_define([ust_version_patch], [7])
 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é]])
This page took 0.027174 seconds and 4 git commands to generate.