Version 2.11.0-rc5 v2.11.0-rc5
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 11 Oct 2019 20:10:48 +0000 (16:10 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 11 Oct 2019 20:10:48 +0000 (16:10 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index a416cdb3093c9665c26df4240e7f0b9056b26834..5f11ba85e4eb3ae421d475262b78659b9841acca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2019-10-11 (National Sausage Pizza Day) lttng-ust 2.11.0-rc5
+       * Fix: lttng perf counter deadlock
+       * Revert "Fix: fd tracker: do not allow signal handlers to close lttng-ust FDs"
+       * Fix: fd tracker: do not allow signal handlers to close lttng-ust FDs
+       * Fix: fd tracker: provide async-signal-safety for close wrapper
+       * Fix: Disable cancellation around fd tracker lock
+       * Fix: Lock FD tracker across fork
+       * doc/man: include build version in GitHub links
+       * Check if the AR environment variable exists for cross compilation
+
 2019-09-07 (Walter White's Anniversary) lttng-ust 2.11.0-rc4
        * Fix: don't wait for initial statedump when 0 session active
        * Fix: wait for initial statedump before proceeding to the main program
index f05d8705ee6a73a7569075353c5c85a274b5c7db..99593493235ba0ef955463b95ee982f35372542d 100644 (file)
@@ -2,7 +2,7 @@ dnl Version infos
 m4_define([V_MAJOR], [2])
 m4_define([V_MINOR], [11])
 m4_define([V_PATCH], [0])
-m4_define([V_EXTRA], [rc4])
+m4_define([V_EXTRA], [rc5])
 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.027197 seconds and 4 git commands to generate.