From: Mathieu Desnoyers Date: Fri, 25 Jan 2019 22:35:55 +0000 (-0500) Subject: Version 2.9.4 X-Git-Tag: v2.9.4^0 X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=commitdiff_plain;h=dd0b0c8a3e8a97dd0919dc890de95f88c7a7cc8d Version 2.9.4 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index 65eaebca..caf3672d 100644 --- 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 diff --git a/configure.ac b/configure.ac index a384d449..543ff244 100644 --- a/configure.ac +++ b/configure.ac @@ -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])])