Version 2.13.8 v2.13.8
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 19 Apr 2024 18:05:22 +0000 (14:05 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 19 Apr 2024 18:05:22 +0000 (14:05 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I6bc014b4933ac37b161bb36d82f6df65b5fbe618

ChangeLog
configure.ac

index 89b289962c60d1145935240814879d3bb0f45212..7b36f23717cb82ec57073ed9e7330ceda19b01a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-04-19 (National Garlic Day) lttng-ust 2.13.8
+       * Add close_range wrapper to liblttng-ust-fd.so
+       * ust-tracepoint-event: Add static check of sequences length type
+       * lttng-ust(3): Fix wrong len_type for sequence
+       * Fix: libc wrapper: use initial-exec for malloc_nesting TLS
+
 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
index 7155fc1cc86dfd440f43bf8acf3cae3fb2068e4d..03aaa73a582995436c2893492334d70eda6cdfd3 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], [7])
+m4_define([ust_version_patch], [8])
 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.02599 seconds and 4 git commands to generate.