Version 1.2.2 v1.2.2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 22 Jul 2014 18:59:50 +0000 (14:59 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 22 Jul 2014 18:59:50 +0000 (14:59 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index eee982fb946b7e3feabc39210f5bf806e217137f..35ea97ac96d7e8da42ce03be0bbbf41ad8afbb7f 100644 (file)
--- 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
 
index 80eba33f64ce00840d25cb11869d806a2dda0b2d..41a68d350fc56f41fface76064f80a61271a0480 100644 (file)
@@ -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
This page took 0.025633 seconds and 4 git commands to generate.