+2017-11-30 (National Mason Jar Day) lttng-ust 2.9.2
+ * Fix: specify SONAME in python-lttngust LoadLibrary
+ * Fix: ensure fd tracker is initialized when called from constructors
+ * Fix: fd of an elf object must be registered to the fd tracker
+ * Fix: liblttng-ust-fd.so: override fclose symbol
+ * Fix: lttng-gen-tp: only replace file extension
+ * Fix: move fsync after ftruncate
+ * Fix: sync buffer file metadata on buffer allocation
+ * lttng-ust(3): specify "If set" instead of "if set to 1" for some variables
+ * Fix: Expand the shmobj size for the sequence number
+
2017-06-12 (National Peanut Butter Cookie Day) lttng-ust 2.9.1
* Fix: lttng-ust-elf.c: define NT_GNU_BUILD_ID if not defined
* Fix: Quote CMAKE variable assignment in Makefile
dnl Version infos
m4_define([V_MAJOR], [2])
m4_define([V_MINOR], [9])
-m4_define([V_PATCH], [1])
+m4_define([V_PATCH], [2])
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])])