Version 2.12.6 v2.12.6
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 19 Aug 2022 20:20:55 +0000 (16:20 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 19 Aug 2022 20:20:55 +0000 (16:20 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Id8598030a26685551a0f168497e8f806fc7461d5

ChangeLog
configure.ac

index 7b7afd8b0d4ce496ab374a1047cee731f6e4e55b..576ec5f9be6ec2b812f27a24f40e7045a983e7d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2022-08-19 (National Potato Day) lttng-ust 2.12.6
+       * cleanup: remove stale comment
+       * fix: Unify possible CPU number fallback
+       * Fix: remove unused align.h header
+       * fix: removed accidental VLA in _get_num_possible_cpus()
+       * Add unit tests for num possible cpus
+       * fix: num_possible_cpus() with hot-unplugged CPUs
+       * Fix: Use negative value for error code of lttng_ust_ctl_duplicate_ust_object_data
+       * Fix: sessiond wait futex: handle spurious futex wakeups
+
 2022-06-03 (National Repeat Day) (National Repeat Day) lttng-ust 2.12.5
        * Document ust lock async-signal-safety
        * Fix: don't use strerror() from ust lock nocheck
index ccb7117eb528550b4a4b5e2c3770a2018f976880..ef8ed8eb10f80c4ca0d003b7905e970935bdf2e1 100644 (file)
@@ -1,7 +1,7 @@
 dnl Version infos
 m4_define([V_MAJOR], [2])
 m4_define([V_MINOR], [12])
-m4_define([V_PATCH], [5])
+m4_define([V_PATCH], [6])
 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.025858 seconds and 4 git commands to generate.