From 5a8c530cec95b827a4840c0d032b502f82f0dde3 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 19 Apr 2024 14:05:22 -0400 Subject: [PATCH] Version 2.13.8 Signed-off-by: Mathieu Desnoyers Change-Id: I6bc014b4933ac37b161bb36d82f6df65b5fbe618 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 89b28996..7b36f237 100644 --- 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 diff --git a/configure.ac b/configure.ac index 7155fc1c..03aaa73a 100644 --- a/configure.ac +++ b/configure.ac @@ -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é]]) -- 2.34.1