From 8d88132e5cd9c72c762a63b444feebaa020f391f Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 22 Jul 2014 14:59:50 -0400 Subject: [PATCH] Version 1.2.2 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index eee982fb..35ea97ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2014-07-22 Babeltrace 1.2.2 + * Fix: Support out of tree builds in babeltrace + * Fix: mmap trace read the stream_id from the first packet + * Fix: check the lttng-relayd protocol version + * Fix: don't update the trace collection if no new streams were received + * Fix (Python bindings): Return a string if a sequence's element are chars + * Fix: don't use a return code in _bt_ctf_stream_append_discarded_events + * Fix: Report the sequence's length field's value as length + * Fix: Variable name typo in SequenceField and Event classes + * Fix python: remove weird char at the end of line + * Fix: add missing files to gitignore + * Fix: ctf-text: add missing double-quotes around enum tag + * Fix: Add missing lttng_live_should_quit checks + * Fix: Report errors occuring in lttng_live_read + 2014-03-08 Babeltrace 1.2.1 * Fix: Accept an input port in the live URL when no session is provided diff --git a/configure.ac b/configure.ac index 80eba33f..41a68d35 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([babeltrace],[1.2.1],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([babeltrace],[1.2.2],[mathieu dot desnoyers at efficios dot com]) # Following the numbering scheme proposed by libtool for the library version # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html -- 2.34.1