Version 2.12.2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 14 May 2021 19:02:08 +0000 (15:02 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 14 May 2021 19:02:08 +0000 (15:02 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I787648f1b103a8d18150e64a09a57104db293004

ChangeLog
configure.ac

index 82c1f37545bfa80aaabd08a3c72400eb941438b3..0b4a629522e38ca1ab088f27c238eba0ecbd895a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2021-05-15 (National Dance Like a Chicken Day) lttng-ust 2.12.2
+       * 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.12.1
        * Fix: Use default visibility for tracepoint provider symbol
        * Fix: configure: support Autoconf 2.70
index a7ec5a511c2c97a9b7cd6950346c98b07891608f..9fde055e30656a6b3d07f4c40d9a02bb56b3cb8a 100644 (file)
@@ -1,7 +1,7 @@
 dnl Version infos
 m4_define([V_MAJOR], [2])
 m4_define([V_MINOR], [12])
-m4_define([V_PATCH], [1])
+m4_define([V_PATCH], [2])
 dnl m4_define([V_EXTRA], [])
 m4_define([V_NAME], [[(Ta) Meilleure]])
 m4_define([V_DESC], [[Ta Meilleure is a Northeast IPA beer brewed by Lagabière. Translating to "Your best one", this beer gives out strong aromas of passion fruit, lemon, and peaches. Tastewise, expect a lot of fruit, a creamy texture, and a smooth lingering hop bitterness.]])
This page took 0.026383 seconds and 5 git commands to generate.