Version 2.10.1 v2.10.1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 30 Nov 2017 14:57:58 +0000 (15:57 +0100)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 30 Nov 2017 14:57:58 +0000 (15:57 +0100)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 5e8dba5f6914209c52b427105a281cbc7a7da498..2fcf7422d50c29471aac95195fde53e54b030613 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2017-11-30 (National Mason Jar Day) lttng-ust 2.10.1
+       * 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
+
 2017-08-01 (World Wide Web Day) lttng-ust 2.10.0
        * lttng-ust(3): reword and fix style of `LTTNG_UST_ALLOW_BLOCKING` variable
        * lttng-ust(3): specify "If set" instead of "if set to 1" for some variables
index 96043f38c6b3069bb123f2875c05ea9364bbc742..f90c5baa92f439ad768fcdda5d2d6eb2d5185f43 100644 (file)
@@ -1,7 +1,7 @@
 dnl Version infos
 m4_define([V_MAJOR], [2])
 m4_define([V_MINOR], [10])
-m4_define([V_PATCH], [0])
+m4_define([V_PATCH], [1])
 dnl m4_define([V_EXTRA], [])
 m4_define([V_NAME], [[KeKriek]])
 m4_define([V_DESC], [[From Brasserie Dunham, a sour mashed golden wheat ale fermented with local sour cherries from Tougas orchards. Fresh sweet cherry notes with some tartness, lively carbonation with a dry finish.]])
This page took 0.025903 seconds and 4 git commands to generate.