From 9be125aa821b8405a87cd1221916bdd1deb486cd Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 25 Jan 2019 17:38:31 -0500 Subject: [PATCH] Version 2.10.3 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e18c92b8..0f5f598d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2019-01-25 (National Opposite Day) lttng-ust 2.10.3 + * 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.10.2 * 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 4dbcb4ba..930aeca0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Version infos m4_define([V_MAJOR], [2]) m4_define([V_MINOR], [10]) -m4_define([V_PATCH], [2]) +m4_define([V_PATCH], [3]) 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.]]) -- 2.34.1