Version 2.11.4 v2.11.4
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 14 May 2021 19:03:51 +0000 (15:03 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 14 May 2021 19:03:51 +0000 (15:03 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ia4d5f3991eac4df5f404a86ca392068943eed564

ChangeLog
configure.ac

index 118f7970d490bffaa02abdc802b65185e55cf569..d55b28c03e85635f824d78aeebade1b58a3c622f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2021-05-14 (National Dance Like a Chicken Day) lttng-ust 2.11.4
+       * tests: benchmark: improve benchmark scalability accuracy
+       * tests: benchmark: use cpu-bound workload, calculate average and std.dev.
+       * tests: improve benchmark script
+       * compiler warning cleanup: is_signed_type: compare -1 to 1
+       * Fix: properly compare type enumeration
+       * fix: use the configured cmake binary
+       * Fix: bytecode linker: validate event and field array/sequence encoding
+       * fix: unix socket peercred on FreeBSD
+       * Fix: uninitialized variable in lib_ring_buffer_channel_switch_timer_start
+       * Fix: Use unix socket peercred for pid, uid, gid credentials
+       * Fix: stream fd leaks on error
+       * Fix: channel leak on error
+       * Fix: lttng_abi_map_channel should be static
+
 2021-02-17 (Random Act of Kindness Day) lttng-ust 2.11.3
        * Fix: Use default visibility for tracepoint provider symbol
        * Fix: configure: support Autoconf 2.70
index 2264e50394b3e02840393eb128f36a83fada32aa..d51bed46641bf2a5623483024e28e475ef6d52c5 100644 (file)
@@ -1,7 +1,7 @@
 dnl Version infos
 m4_define([V_MAJOR], [2])
 m4_define([V_MINOR], [11])
-m4_define([V_PATCH], [3])
+m4_define([V_PATCH], [4])
 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.025956 seconds and 4 git commands to generate.