From 49e98b837a5667130e0d1e062a6bd7985c7c4582 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Fri, 4 Aug 2017 13:07:23 -0400 Subject: [PATCH] Update version to v1.5.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c9ff6fb3..7a4fc586 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2017-08-04 lttng-tools 1.5.3 (International Beer Day) + * Fix: unknown variable name in Python writer + * Fix live-comm: only apply retry timeout for already seen inactive indexes. + * Fix live-comm: merge TCP socket write-write sequence in a single write + * Fix: use LDFLAGS instead of LIBS for python bindings + * Fix: Add missing LIBS to python bindings + * ax_lib_elfutils -> bt_lib_elfutils + * m4/ax_lib_elfutils.m4: use m4_default() for optional args. + * m4/ax_lib_elfutils.m4: add cache variable + * Build Python bindings with distutils for consistent installs + * Set the minimum Python version to 3.0 + * Fix: disable debug by default info on Cygwin + * Fix: ctf writer test on Cygwin + * Fix: text output missing separator when printing the domain + 2017-02-20 babeltrace 1.5.2 (National Cherry Pie Day) * Add empty plug-in hooks to prevent their elimination by the linker * Port: Link live lib with ctf to satisfy cygwin linker diff --git a/configure.ac b/configure.ac index 99de2b8a..62dbe9b7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([babeltrace],[1.5.2],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace]) +AC_INIT([babeltrace],[1.5.3],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace]) AC_SUBST([BABELTRACE_LIBRARY_VERSION], [1:0:0]) AC_CONFIG_HEADERS([config.h]) -- 2.34.1