Version 1.1.2 v1.1.2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 28 Feb 2014 18:07:36 +0000 (13:07 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 28 Feb 2014 18:07:36 +0000 (13:07 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 8b2e8fbdc03ef8c9d61fffb924729cc1fb7c66e2..e15db2a91adb7f28d68d4d104dccba72ba9605c1 100644 (file)
--- 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
index 809abf3a4231ea335c963f6a26eea4ee600bf02e..50b82a7d4a2a9b82a349616b02ff0d08be564509 100644 (file)
@@ -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
This page took 0.026135 seconds and 4 git commands to generate.