X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=ChangeLog;h=b3f7ff87dd0157c69de12251a517b19592ef34db;hb=753a40ead9fa4f6bd5e29d5765e2021122df9c1c;hp=eee982fb946b7e3feabc39210f5bf806e217137f;hpb=66c2a20b4391fb5c7f870aeb0dde854f0ae1fc79;p=babeltrace.git diff --git a/ChangeLog b/ChangeLog index eee982fb..b3f7ff87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2014-09-23 Babeltrace 1.2.3 + * Fix: incorrect compiler warning + * Fix: Don't assume that PROT_WRITE grants read permissions + * Fix: align objstack on 8 bytes + * Fix Python: Add a comment warning about an API limitation + * Use BABELTRACE_HOST_NAME_MAX in test_ctf_writer.c + * Add limits compatibility header + * Fix: don't perform unaligned integer read/writes + * Fix: Align buffers from objstack_alloc on sizeof(void *) + * Fix: bt_ctf_field_type_structure_add_field argument validation + +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