Version 2.11.1 v2.11.1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 4 Mar 2020 21:08:35 +0000 (16:08 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 4 Mar 2020 21:08:35 +0000 (16:08 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 3b482e376943e54da282d84120864880bc258645..2729052a94c7a2dbf2938967d42e4b63c6baecde 100644 (file)
--- 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)
 
index 6eca935fbaf8c7b28f8d20ad3170927ecc1ef559..8d6764f04c7398ed1cf59fccc8a06683da410c2c 100644 (file)
@@ -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.]])
This page took 0.026696 seconds and 4 git commands to generate.