From 9cafd2a88db9db1d2cf2d91ec657eb595d43337e Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 4 Mar 2020 16:05:06 -0500 Subject: [PATCH] Version 2.10.7 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ec67174b..8702689c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2020-03-04 (National Grammar Day) lttng-ust 2.10.7 + * Fix: set FD_CLOEXEC on incoming FDs. + * Fix: lttng-ust-comm.c: return number of fd rather size of array + * Fix: tracepoint.h: Disable address sanitizer on pointer array section variables + * Fix: jhash.h: remove out-of-bound reads + * Cleanup: remove trailing white spaces across project + * Fix: build with -fno-common + * Fix: uninitialized variable in lib_ring_buffer_reserve_committed + * fix: Add missing files to distribution + 2019-10-17 (Wear Something Gaudy Day) lttng-ust 2.10.6 * Fix: lttng perf counter deadlock * Revert "Fix: fd tracker: do not allow signal handlers to close lttng-ust FDs" diff --git a/configure.ac b/configure.ac index 48330b09..6c372863 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Version infos m4_define([V_MAJOR], [2]) m4_define([V_MINOR], [10]) -m4_define([V_PATCH], [6]) +m4_define([V_PATCH], [7]) dnl m4_define([V_EXTRA], []) m4_define([V_NAME], [[KeKriek]]) m4_define([V_DESC], [[From Brasserie Dunham, a sour mashed golden wheat ale fermented with local sour cherries from Tougas orchards. Fresh sweet cherry notes with some tartness, lively carbonation with a dry finish.]]) -- 2.34.1