From: Mathieu Desnoyers Date: Fri, 30 Sep 2022 18:30:12 +0000 (-0400) Subject: Version 2.13.5 X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=de624c20694f69702b42c5d47b5bcf692293a238;p=lttng-ust.git Version 2.13.5 Signed-off-by: Mathieu Desnoyers Change-Id: I9df6c2d875ba28764fdbc2c244886936aab63fc5 --- diff --git a/ChangeLog b/ChangeLog index d4acc5c1..4da3ec12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ -2022-08-19 (National Popato Day) lttng-ust 2.13.4 +2022-09-30 (National Day for Truth and Reconciliation) lttng-ust 2.13.5 + * Fix: bytecode validator: reject specialized load field/context ref instructions + * Fix: bytecode validator: reject specialized load instructions + * Fix: event notification capture: validate buffer length + * Fix: event notification capture error handling + * Fix: lttng-ust-comm: wait on wrong child process + * fix: 'make dist' without javah + +2022-08-19 (National Potato 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() diff --git a/configure.ac b/configure.ac index 0cbf8236..e0d6c163 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], [4]) +m4_define([ust_version_patch], [5]) 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é]])