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

index ec67174b48c9593f5f3c9b88cde7dd76d8aef548..8702689cc1fe87f5f7813a85a3b3c34e1a79cef2 100644 (file)
--- 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"
index 48330b09252a41d416887fdc558033c9423159ad..6c3728635c8c9454d33ed94e2a3aa839ca348fb6 100644 (file)
@@ -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.]])
This page took 0.025724 seconds and 4 git commands to generate.