From: Jérémie Galarneau Date: Tue, 21 Feb 2017 03:06:28 +0000 (-0500) Subject: Update version to v1.5.2 X-Git-Tag: v1.5.2^0 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=a89e0d2a32dc8eff4e0f3e2c7f013d2c539215e8 Update version to v1.5.2 Signed-off-by: Jérémie Galarneau --- 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])