Version 2.13.4 v2.13.4
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 19 Aug 2022 20:24:00 +0000 (16:24 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 19 Aug 2022 20:24:00 +0000 (16:24 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I718eb839ca2a8eb26196d1ed8fcdbf57348e1e71

ChangeLog
configure.ac

index 8e32a8a9d7d1fc51b375efb40c4b82d9adf5d190..d4acc5c10d04e3b4948bdb7b95ff00e9fe631d1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2022-08-19 (National Popato Day) lttng-ust 2.13.4
+       * cleanup: remove stale comment
+       * Fix: disable array/sequence compile-time type check in C
+       * fix: add missing closedir in _get_max_cpuid_from_sysfs()
+       * Add more unit tests for possible_cpus_array_len
+       * Clarify terminology around cpu ids and array length
+       * fix: Unify possible CPU number fallback
+       * fix: removed accidental VLA in _get_num_possible_cpus()
+       * Fix: file descriptor leak in get_possible_cpu_mask_from_sysfs
+       * Add unit tests for num possible cpus
+       * fix: num_possible_cpus() with hot-unplugged CPUs
+       * fix: Disable warnings for GNU extensions on Clang
+       * fix: clang warning '-Wnull-pointer-subtraction' in lttng_ust_is_pointer_type
+       * Fix: Use negative value for error code of lttng_ust_ctl_duplicate_ust_object_data
+       * Fix: sessiond wait futex: handle spurious futex wakeups
+
 2022-06-03 (National Repeat Day) (National Repeat Day) lttng-ust 2.13.3
        * Document ust lock async-signal-safety
        * Fix: don't use strerror() from ust lock nocheck
index 4cc65e1d70fb4f0a7f75adbd2030fa4f2e68e428..0cbf8236c84cc86f8a9dbaa7f0d1c2d6de2fbd20 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], [3])
+m4_define([ust_version_patch], [4])
 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.02774 seconds and 4 git commands to generate.