Update version to v1.5.4 v1.5.4
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 1 Feb 2018 03:01:42 +0000 (22:01 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 1 Feb 2018 03:01:42 +0000 (22:01 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 7a4fc586cc9e7058c3093b2131d511e48861815b..6589d9cdceea742226f2f6ad4b0624f5620def85 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2018-01-31 babeltrace 1.5.4 (Gorilla Suit Day)
+       * Fix: use signed accessors for clock offsets
+       * Fix: signedness error in python complements
+       * Fix: handle packet_seek errors
+       * Fix: prevent calling adding the same trace recursively
+       * Fix: Make sure we have all the metadata streams before adding new traces
+       * Add missing debugging information in the live plugin
+       * Fix: set stream id in HUP case
+       * Fix: Use list rather than ptr array for trace streams
+       * Fix: leak of streams
+       * Fix: handle 0 session case in ask new streams
+       * Fix: break loop on getting metadata error
+       * Fix: return error on ask_new_stream when should quit
+       * Fix: don't access missing ctf trace when getting metadata
+       * Fix: lttng-live discarded event count after inactivity
+       * Fix: timegm compat on Solaris
+       * Fix: python bindings when building with PIE hardening
+       * lttng-live: print discarded event and packet lost warnings on stderr
+
 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.
index 62dbe9b7dee454e9875038d5a70ca9edd4fd6b39..1d8d2a79d61b7ca1d6d2a7fb34c3eec1bd596ea2 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.50])
-AC_INIT([babeltrace],[1.5.3],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace])
+AC_INIT([babeltrace],[1.5.4],[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.025946 seconds and 4 git commands to generate.