+2019-10-17 (Wear Something Gaudy Day) lttng-ust 2.9.7
+ * 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.9.6
* Fix: don't wait for initial statedump when 0 session active
* Fix: wait for initial statedump before proceeding to the main program
dnl Version infos
m4_define([V_MAJOR], [2])
m4_define([V_MINOR], [9])
-m4_define([V_PATCH], [6])
+m4_define([V_PATCH], [7])
dnl m4_define([V_EXTRA], [])
m4_define([V_STRING], [V_MAJOR.V_MINOR.V_PATCH])
m4_ifdef([V_EXTRA], [m4_append([V_STRING], [-V_EXTRA])])