Version 2.13.5 v2.13.5
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 30 Sep 2022 18:30:12 +0000 (14:30 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 30 Sep 2022 18:30:12 +0000 (14:30 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I9df6c2d875ba28764fdbc2c244886936aab63fc5

ChangeLog
configure.ac

index d4acc5c10d04e3b4948bdb7b95ff00e9fe631d1d..4da3ec12a5aa44dd39387c78636fbf271ad62a51 100644 (file)
--- 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()
index 0cbf8236c84cc86f8a9dbaa7f0d1c2d6de2fbd20..e0d6c163f6c42df9830c9ba4a947fc649ba58b1f 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], [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é]])
This page took 0.027408 seconds and 4 git commands to generate.