From 3492e923c10d8c08607a03906913b5d3d72c8013 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 4 Mar 2020 16:08:35 -0500 Subject: [PATCH] Version 2.11.1 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3b482e37..2729052a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2020-03-04 (National Grammar Day) lttng-ust 2.11.1 + * Fix: set FD_CLOEXEC on incoming FDs. + * 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: lttng-ust-comm.c: return number of fd rather size of array + * liblttng-ust: exit loop early on event enabler match + * Add git-review config + * Fix: build with -fno-common + * Fix: uninitialized variable in lib_ring_buffer_reserve_committed + * Fix: document proper liburcu version dependency + * Fix: Add missing files to distribution + 2019-10-17 (Wear Something Gaudy Day) lttng-ust 2.11.0 * (no change) diff --git a/configure.ac b/configure.ac index 6eca935f..8d6764f0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Version infos m4_define([V_MAJOR], [2]) m4_define([V_MINOR], [11]) -m4_define([V_PATCH], [0]) +m4_define([V_PATCH], [1]) dnl m4_define([V_EXTRA], []) m4_define([V_NAME], [[Lafontaine]]) m4_define([V_DESC], [[A modern Saison beer from Montréal's Oshlag microbrewery, Lafontaine is a refreshing, zesty, rice beer with hints of fruit and spices.]]) -- 2.34.1