Version 2.9.4 v2.9.4
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 25 Jan 2019 22:35:55 +0000 (17:35 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 25 Jan 2019 22:35:55 +0000 (17:35 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 65eaebca444b9cdcb1e99e933cc3e82a2d60ed63..caf3672d095c7aa56212ddd3bb3c10a9d3962b15 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2019-01-25 (National Opposite Day) lttng-ust 2.9.4
+       * Fix: Initialize fd field of struct lttng_ust_elf to -1 at allocation
+       * Clarify lib_ring_buffer_switch_slow() requirements
+       * Fix: address shellcheck warnings/errors in example scripts
+       * Fix: check for event class/instance prototype mismatch
+       * Fix: race between statedump and library destructor
+       * Fix: reset procname on fork in child process
+       * Fix: Remove unused line from liblttng-ust-fd makefile
+
 2018-08-20 (World Mosquito Day) lttng-ust 2.9.3
        * Fix: add liblttng-ust dependency to liblttng-ust-fd
        * Fix: use LIBDL/LIBC_DL to select either libdl or libc
index a384d44920d9e5b47383b923c039e9f256ae8cd4..543ff2445d5b76db5286e4f33bb2ee71de05f60b 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], [3])
+m4_define([V_PATCH], [4])
 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.025884 seconds and 4 git commands to generate.