Fix: missing parenthesis in offset_align_floor
[babeltrace.git] / ChangeLog
index eb524d87377895e3ab92df62986117c8baee8357..e15db2a91adb7f28d68d4d104dccba72ba9605c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,162 @@
+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
+       * 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
+       * Cleanup: typo fix
+       * Cleanup: add end of line at end of verbose message
+       * Fix: misleading message from babeltrace --verbose
+       * Fix: babeltrace --fields all  overrides --no-delta
+       * Add verbosity to stream id error message
+       * Fix: Ensure the specified input format is CTF
+       * Fix: Undefined behavior of double free on strlist in get_names_args
+       * Fix: ctf-text: don't close stdout
+       * Fix: warning message for unexpected trace byte order
+       * Namespace the struct declaration
+       * Namespace the struct definition
+       * Namespace the struct format
+       * Namespace the struct mmap_stream
+       * Namespace the struct trace_descriptor
+       * Namespace struct stream_pos
+       * Namespace compliance for dependencies function
+       * Cleanup error messages
+       * Fix: babeltrace: make '-w' actually work
+       * Convert the unit tests to the TAP format
+       * Spelling cleanups within comments
+       * Move the bitfield test to tests/lib/
+       * Fix: Added a null pointer check to bt_ctf_field_name
+       * Add babeltrace.pc to gitignore
+       * namespacing: place flex/bison symbols under bt_yy namespace
+       * namespace the lookup_integer function
+       * namespace the definition functions
+       * namespace the variant functions
+       * namespace the declaration functions
+       * namespace the collection functions
+       * namespace the heap functions
+       * namespace the struct functions
+       * namespace the string functions
+       * namespace the sequence functions
+       * namespace the int functions
+       * namespace the enum functions
+       * namespace definition_ref and definition_unref
+       * namespace declaration_ref and declaration_unref
+       * namespace the array functions
+       * namespace the scope_path functions
+       * Hide internal functions of libbabeltrace-ctf
+       * Hide internal functions of ctf-text
+       * BT_HIDDEN macro
+       * Namespace the lookup_enum function
+
 2012-01-24 Babeltrace 1.0.3
        * Fix: Double free when calling bt_context_remove_trace()
        * Add missing runall.sh to dist packaging
This page took 0.023627 seconds and 4 git commands to generate.