40208c7b2ae7b00d470bc9381fb7ee5ed6184204
[babeltrace.git] / ChangeLog
1 2012-02-13 Babeltrace 0.11.1
2 * Add trace-collection.h to the installed headers
3
4 2012-02-13 Babeltrace 0.11
5 * Add --clock-force-correlate option
6 * lib: open trace error handling fix
7 * Use default if there is no clock declaration
8 * iterator: fix type warning on 32-bit build
9 * Use 64-bit type for packet and content size
10 * Fix context API
11 * Add missing context-internal.h
12 * struct bt_context is opaque
13 * Update comment to match context API code
14 * Print loglevel names
15 * babeltrace lib cleanup, folded with open/remove trace functions
16 * API : iterator get and set position
17
18 2012-02-09 Babeltrace 0.10
19 * Fix clock freq
20 * clock: use freq field
21 * Show env. in verbose mode
22 * Remove all code that depends on trace collection directory structure
23 * Use environment information for extra fields
24 * Parse environment declarations from LTTng-modules and LTTng-UST
25 * Fix typo
26 * Add babeltrace.1 manpage
27 * Update help
28 * Install license files and dependency listing into the system doc
29 * Add ChangeLog to doc install
30
31 2012-02-02 Babeltrace 0.9
32 * Allow signed values in get_signed. Cast unsigned into signed.
33 * Show loglevel information only with value
34 * env needs to be a keyword too
35 * Add env {} warning test case
36 * Add environment (env {}) parser-level support
37 * Revert "Remove leading underscores from identifiers directly in lexer"
38 * Remove leading underscores from identifiers directly in lexer
39 * Fix: do not remove field names when adding fields
40 * API : iterator namespace cleanup
41 * Time offset: use trace offset average
42 * API : trace_handle
43 * Print event discarded at end of stream
44 * Discarded event time range is between last packet event and timestamp_end
45 * Print time range during which events have been dropped
46 * Print events discarded
47 * Add clock offset support
48 * Warn user of clock offsets do not match
49 * Add clocks to trace collection
50 * clock: show as time of day
51 * Implement clock mapping within integer type
52 * Implement clock IR generation
53 * Add warning tests
54 * Relax unknown field handling: warn instead of error
55 * Fix erroneous use of "-n" for additional fields, add "-f"
56 * Output warnings and errors to stderr
57 * Fix double typedef of bt_event_name
58 * Parse clock descriptions
59 * API : split iterator headers from babeltrace.h
60 * Add missing context.h/context.c
61 * Introduce contexts
62 * Fix parallel build for lib/
63 * Organise libbabeltrace
64 * Export the format.h header
65 * Create the babeltrace include dir on install
66 * callbacks: use correct type for element size
67 * callbacks: Fix set size array size
68 * Fix callback chain array usage
69 * Add time delta to ctf-text
70 * ctf-text: show timestamp in sec.nsec
71 * Fix wrong variable error check
72 * Use the generic call to move_pos_slow
73
74 2011-12-12 Babeltrace 0.8
75 * Add loglevel support
76 * Update libpopt dependency to 1.13
77 * Document dependency on libpopt >= 1.8
78 * Describe libtool version dependency
79 * AC_PROG_LIBTOOL is deprecated in favor of LT_INIT
80 * Use realpath for path
81 * Helper function to extract string from fields
82 * Use realpath on trace collection path
83 * allow printing domains when no procname are present, handle
84 various / patterns
85 * Add trace:domain,trace:procname,trace:pid support
86 * Add "-n trace" option to print trace name
87 * Do not install ctf-parser-test
88 * Make ctf open errors more verbose
89 * configure.ac: add check for popt library
90 * Show field names by default, enhance --names option
91 * Move opt_field_names/babeltrace_verbose/babeltrace_debug into lib
92 * Add mmap trace reading
93 * Pass stream pointer with callback caller data
94
95 2011-09-29 Babeltrace 0.7
96 * Add missing stdint.h
97 * Use integer extraction functions
98 * Extract int and char arrays from fields
99 * Add parameters to callbacks
100 * Fix float support
101 * Fix type cast warning
102 * Integer support: add missing signed casts
103 * Remove underscore prefix from field names (pretty-print)
104 * Fix sequence iteration
105 * Fix sequence field name use after free
106 * Fix support for empty streams
107 * Optional file pointer to metadata
108 * Specify callback to move packet in open_trace
109 * Free the callbacks on iter_destroy
110 * Add callback support
111 * Basic seek support
112 * Add callback API
113 * Enhance babeltrace API with position save/restore
114 * Remove unused structure forward declarations
115 * Remove stale local .c struct declarations (unused)
116 * Annotate branches in ctf.c event reading/writing code
117 * Annotate prio heap likely branch
118 * Annotate likely/unlikely branches in headers
119
120 2011-08-12 Babeltrace 0.6
121 * Introduce Babeltrace public API: babeltrace.h
122 * Fix support for gold linker: inappropriate dep removal of plugins
123
124 2011-08-12 Babeltrace 0.5
125 * Initialize size to 0 to eliminate incorrect gcc uninitialized
126 var warning
127 * Fix non-matching packet context wrt last packet event read
This page took 0.031482 seconds and 3 git commands to generate.