From 4235dc7ade1ab7c88d7dd6a5cf657bbb84b4d310 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 28 Feb 2014 13:07:36 -0500 Subject: [PATCH] Version 1.1.2 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 39 +++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8b2e8fbd..e15db2a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +2014-02-28 Babeltrace 1.1.2 + * Cleanup: remove logically dead code + * Fix: ctf.c fscanf missing integer length check + * Add Jérémie Galarneau as co-maintainer + * Fix: disallow re-using same event ID in same stream + * Fix: check for unknown enum/variant fields + * Fix: libbabeltrace lib build dependencies + * Be more widely accepting for missing variant/enum fields + * Refuse 0 integer size + * Fix: read/write mode check + * Cleanup: do not duplicate code in float fix + * Fix: floats should set content size in tmp definition + * Fix: test content size vs headers len + * Fix: test for less than 1 byte packets + * Fix: reversed logic in packet vs content size + * Fix: clarify end of packet error + * Fix: string packet boundary handling, bits vs bytes + * Fix: add stricter checks on packet boundaries + * Cleanup: fix typo + * Fix: fail when reading 0 byte event + * Fix: Take the iterator's end position into account + * Fix: Use the bt_iter_set_pos function to set the begin_pos + * Fix: Don't create a new packet if ctf_move_pos() seeks out of a packet + * Fix: Uninitialized ctf_stream_pos structure in ctf_float_write() + * Fix: Use the packet's final size when mmap-ing the next packet + * Fix: Close traces on context destruction + * gcc warning fix: -Wextra + * Declare enum type to use from C++ + * Tests: fix string octal encoding + * Fix ctf_clock_declaration_visit returning an error when reading a boolean + * Fix CTF parser hang with bison 3.0 + * Add missing lex/bison generated files to make clean + * Test for presence of bison and flex when building from git + * Fix: Unchecked asprintf/vasprintf return values + * Missing NULL pointer init in tap.c + * Document: manpage: chronologically ordered events + * Cleanup: comment mismatch with code + * Cleanup: remove whitespaces at end of lines + 2013-06-18 Babeltrace 1.1.1 * Compare traces by stream path as secondary key * Fix: use index, not cur_index, for SEEK_SET validation diff --git a/configure.ac b/configure.ac index 809abf3a..50b82a7d 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.1.1],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([babeltrace],[1.1.2],[mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1