Update version to v1.4.3 v1.4.3
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 4 Aug 2017 17:06:31 +0000 (13:06 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 4 Aug 2017 17:06:31 +0000 (13:06 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 9f18d5041c1bf4b684d32790917159e8b5b1db86..811654ea0c0e8eec98077b689d70923778978169 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2017-08-04 lttng-tools 1.4.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: text output missing separator when printing the domain
+
 2017-01-06 babeltrace 1.4.2 ("Wheel Of Fortune" debuts on NBC)
        * Fix: perform an explicit stdout flush in live even on empty packets
 
 2017-01-06 babeltrace 1.4.2 ("Wheel Of Fortune" debuts on NBC)
        * Fix: perform an explicit stdout flush in live even on empty packets
 
index 24e929745ccbca002cc9709c8e11bbb9bb5604f0..dbb1744fe0ccb1a0e026468c6220b5bccb9bcfb5 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.50])
 AC_PREREQ([2.50])
-AC_INIT([babeltrace],[1.4.2],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace])
+AC_INIT([babeltrace],[1.4.3],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace])
 AC_SUBST([BABELTRACE_LIBRARY_VERSION], [1:0:0])
 
 AC_CONFIG_HEADERS([config.h])
 AC_SUBST([BABELTRACE_LIBRARY_VERSION], [1:0:0])
 
 AC_CONFIG_HEADERS([config.h])
This page took 0.026104 seconds and 4 git commands to generate.