Add env {} warning test case
[babeltrace.git] / ChangeLog
1 2011-12-12 Babeltrace 0.8
2 * Add loglevel support
3 * Update libpopt dependency to 1.13
4 * Document dependency on libpopt >= 1.8
5 * Describe libtool version dependency
6 * AC_PROG_LIBTOOL is deprecated in favor of LT_INIT
7 * Use realpath for path
8 * Helper function to extract string from fields
9 * Use realpath on trace collection path
10 * allow printing domains when no procname are present, handle
11 various / patterns
12 * Add trace:domain,trace:procname,trace:pid support
13 * Add "-n trace" option to print trace name
14 * Do not install ctf-parser-test
15 * Make ctf open errors more verbose
16 * configure.ac: add check for popt library
17 * Show field names by default, enhance --names option
18 * Move opt_field_names/babeltrace_verbose/babeltrace_debug into lib
19 * Add mmap trace reading
20 * Pass stream pointer with callback caller data
21
22 2011-09-29 Babeltrace 0.7
23 * Add missing stdint.h
24 * Use integer extraction functions
25 * Extract int and char arrays from fields
26 * Add parameters to callbacks
27 * Fix float support
28 * Fix type cast warning
29 * Integer support: add missing signed casts
30 * Remove underscore prefix from field names (pretty-print)
31 * Fix sequence iteration
32 * Fix sequence field name use after free
33 * Fix support for empty streams
34 * Optional file pointer to metadata
35 * Specify callback to move packet in open_trace
36 * Free the callbacks on iter_destroy
37 * Add callback support
38 * Basic seek support
39 * Add callback API
40 * Enhance babeltrace API with position save/restore
41 * Remove unused structure forward declarations
42 * Remove stale local .c struct declarations (unused)
43 * Annotate branches in ctf.c event reading/writing code
44 * Annotate prio heap likely branch
45 * Annotate likely/unlikely branches in headers
46
47 2011-08-12 Babeltrace 0.6
48 * Introduce Babeltrace public API: babeltrace.h
49 * Fix support for gold linker: inappropriate dep removal of plugins
50
51 2011-08-12 Babeltrace 0.5
52 * Initialize size to 0 to eliminate incorrect gcc uninitialized
53 var warning
54 * Fix non-matching packet context wrt last packet event read
This page took 0.029801 seconds and 4 git commands to generate.