Update version to v1.5.2 v1.5.2
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 21 Feb 2017 03:06:28 +0000 (22:06 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 21 Feb 2017 03:06:28 +0000 (22:06 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 689f4c6ae19a8b4b09e760f9bba62322f893b712..c9ff6fb30779a4e348ecfb1004bfe59e3022ea64 100644 (file)
--- 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
 
index b6741703207b7a4bce2df82ac9345cca423b713d..2382e532796db1df7c2cafe8f66e490b92cf2f0e 100644 (file)
@@ -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])
This page took 0.025916 seconds and 4 git commands to generate.