From a89e0d2a32dc8eff4e0f3e2c7f013d2c539215e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 20 Feb 2017 22:06:28 -0500 Subject: [PATCH] Update version to v1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 689f4c6a..c9ff6fb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +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 + * Port: Link with no-undefined on Windows + * Port: win32 DLLs don't support hidden symbols + * Port: replace strerror_r() with glib g_strerror() + 2017-01-06 babeltrace 1.5.1 ("Wheel Of Fortune" debuts on NBC) * Fix: perform an explicit stdout flush in live even on empty packets diff --git a/configure.ac b/configure.ac index b6741703..2382e532 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([babeltrace],[1.5.1],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace]) +AC_INIT([babeltrace],[1.5.2],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace]) AC_SUBST([BABELTRACE_LIBRARY_VERSION], [1:0:0]) AC_CONFIG_HEADERS([config.h]) -- 2.34.1