Version 1.1.1 v1.1.1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 19 Jun 2013 01:02:05 +0000 (21:02 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 19 Jun 2013 01:02:05 +0000 (21:02 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 15b487d35ec868c2b3fe1758df5e0177bfe7bf63..8b2e8fbdc03ef8c9d61fffb924729cc1fb7c66e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,76 @@
+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
+       * Fix: ctf-text irregular output with disabled field names
+       * Support old compilers
+       * Remove useless variable assignment
+       * Fix: Remove extra quote after an include directive
+       * Don't dereference before NULL check
+       * eliminate dead code
+       * fix babeltrace-log error checking
+       * Fix resource leak on error path
+       * Fix: handle error checking should compare against NULL
+       * Remove unused array in bt_context_add_traces_recursive
+       * Fix: Suppress a compiler warning (always-false condition)
+       * Cleanup: remove trailing whitespaces
+       * Move memstream.h and uuid.h to include/babeltrace/compat directory
+       * Fix: handling of empty streams
+       * Add new option --clock-offset-ns
+       * Fix: add missing error return when create_event_definitions fails
+       * Fix: ctf-text should link on libbabeltrace-ctf
+       * Move clock to bt_trace_descriptor
+       * Remove unused stream_heap
+       * Move trace collection pointer to bt_trace_descriptor
+       * Move bt_handle to bt_trace_descriptor
+       * Move bt_context to bt_trace_descriptor
+       * Privatize struct bt_trace descriptor, move trace path
+       * Add backward ref from bt_stream_pos to bt_trace_descriptor
+       * Fix kFreeBSD build
+       * Fix: babeltrace-log timestamps should be in nsec
+       * Use objstack for AST allocation
+       * Remove unused gc field
+       * Use objstack to store nodes
+       * Use objstack for strings
+       * Implement objstack for parser
+       * Fix: octal and hex string handling
+       * Simplify error node
+       * Lexer cleanup
+       * Fix: invalid integer suffix parsing
+       * Test cleanup
+       * Test cleanup
+       * Test cleanup
+       * Fix: bootstrap should call libtoolize
+       * Fix bootstrap script
+       * Use uint64_t for packet_map_len
+       * Add smalltrace succeed/fail test cases
+       * Support packets and trace files smaller than page size
+       * Move ctf-metadata plugin into its own shared object
+       * Implement ctf-metadata output plugin
+       * Handle make_node errors with TLS dummy node
+       * Remove nested expressions
+       * Eliminate dead code
+       * Fix: trace_collection_add() add after check
+       * Handle integers in lexer rather than grammar
+       * Implement perror printf
+       * Support escape characters in metadata strings
+       * Add error node to AST
+       * Introduce macro to enforce matching enum to string for node types
+       * Fix: add semantic check in grammar
+       * Implement likely/unlikely ifdefs
+       * Fix unary constant use after error
+       * Use new print macros in ctf-parser.y
+       * Print error on invalid token
+       * Implement macros for error printout
+       * Add line number to parser nodes
+       * Fix: handle errors gracefully
+       * Fix: memleak on error path
+       * Add missing NULL pointer check
+       * Show token in CTF parser error
+       * Remove unused lineno from struct ctf_scanner
+       * Show line numbers in CTF parser errors
+       * Ignore Windows-style EOL character in metadata
+       * Replace AM_PROG_MKDIR obsolete macro with AC_PROG_MKDIR_P
+
 2013-03-23 Babeltrace 1.1.0
        * Reinsert "at end of stream" message for discarded events
        * Improvement: Message from babeltrace concerning discarded events needs i
 2013-03-23 Babeltrace 1.1.0
        * Reinsert "at end of stream" message for discarded events
        * Improvement: Message from babeltrace concerning discarded events needs i
index 3ddcb7c23580c1728518708b05da4a713548da89..b21aa7ef3a4e7968f6fe20bb1eb7962f470356ec 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([babeltrace],[1.1.0],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([babeltrace],[1.1.1],[mathieu dot desnoyers at efficios dot com])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
This page took 0.027479 seconds and 4 git commands to generate.