From 054a54ae10b01a271afc4f19496c041b10fb414c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Wed, 5 Feb 2020 14:43:31 -0500 Subject: [PATCH] Update version to v1.5.8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Change-Id: I1fb3a8cebcba49ca0d4dfd0437380b574c71c39b --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 87883297..d14e0feb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2020-02-05 babeltrace 1.5.8 (National Chocolate Fondue Day) + * Fix: lttng-live format: do not error out on empty streams hang up + * Fix: lttng-live: ctf_live_packet_seek stream hang up handling + * Fix: lib/iterator.c: unbalanced ctx put (leak) + * Fix: lttng-live: lttng_live_open_trace_read memory leak + * Fix: trace-collection: trace clock use after free + * Fix: lttng-live: use-after-free in get_next_index() + * Do not use diagnostic pragma when GCC version is lower than 4.6.0 + * Missing define when not building with gcc + 2019-06-25 lttng-tools 1.5.7 (Global Beatles Day) * Cleanup: bitfields: streamline use of underscores * Fix: bitfield: shift undefined/implementation defined behaviors diff --git a/configure.ac b/configure.ac index a17c23c3..b2f5e410 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([babeltrace],[1.5.7],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace]) +AC_INIT([babeltrace],[1.5.8],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace]) AC_SUBST([BABELTRACE_LIBRARY_VERSION], [1:0:0]) AC_CONFIG_HEADERS([config.h]) -- 2.34.1