Version 2.9.2 v2.9.2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 30 Nov 2017 13:21:30 +0000 (14:21 +0100)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 30 Nov 2017 13:21:30 +0000 (14:21 +0100)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index ca81de0e150b338eab253c03689092e5b8c3001a..66174c5d8e6a9bc0cca98e56464fd544d53d0e67 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+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
index e2e1203aa70c1cb38f425454e8b3e9bea5b148c8..9141bb777b7ae34530faec53aac2a38ea51f7216 100644 (file)
@@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
 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])])
This page took 0.026492 seconds and 4 git commands to generate.