tests: return the proper TAP exit code
[babeltrace.git] / ChangeLog
CommitLineData
2848997e
JG
12024-03-28 Babeltrace 2.0.6 (Respect Your Cat Day)
2 * bt2: disable some warnings for `native_bt.c`
3 * bt2: compile `native_bt.c` with `-Wno-undef`
4 * Fix: src.ctf.lttng-live: expect NEW_STREAM/METADATA for inactive streams
5 * Fix: `babeltrace2 convert`: don't consider the `--plugin-path` opt.
6 * include/babeltrace2/plugin/plugin-dev.h: "define" -> "definition
7 * Fix: doc: escape double quote in bt_p alias
8 * Fix: bt2: pass _TraceClassConst to destruction listeners
9 * fix: 'load_module()' deprecated in Python 3.12
10 * tests: retry os.rename on PermissionError failure in lttng_live_server.py
11 * doc: fix uptream -> upstream typos
12 * fix: test_message_iterator.py hangs on Python 3.12
13 * plugin-dev: mark symbols meant to be public with __attribute__((visibility("default")))
14 * Silence -Wunused-but-set-variable error with clang
15 * Fix: Windows DLL path lookup with Python >= 3.8
16 * doc/man: make default values of boolean init. params. clearer
17 * RFC: docs: fix: Match stated automake requirement
18 * fix: make flake8 6.x happy
19 * fix: running black on python 3.11
20 * bt_query_executor_create_with_method_data(): fix docs note
21 * Fix: ctf-writer: null dereference in bt_ctf_trace_common_add_stream_class
22 * Update working version to Babeltrace v2.0.6
23
6ff4008c
JG
242023-05-23 Babeltrace 2.0.5 (World Turtle Day)
25 * bt2: honor build system compiler/linker preferences
26 * Fix: clear_string_field(): set first character to 0
27 * Fix: src.ctf.fs: Not resolving event common ctx
28 * debug-info: fix -Wenum-int-mismatch problem in copy_field_class_content_internal
29 * fix: pass exec-prefix to python bindings install
30 * fix: document proper Bison version requirement
31 * cli: use return value of g_string_free
32 * babeltrace2-query(1): erroneous parameter used in example
33 * Fix: tests: print real values in a fixed format
34 * Fix: bt2: autodisc: remove thread error while inserting status in map
35 * tests: src.ctf.fs: add test for metadata with invalid syntax
36 * tests: shorten names of session-rotation trace
37 * bt2: ignore -Wredundant-decls warning
38 * ctf: fix -Wformat-overflow error in ctf-meta-resolve.cpp
39 * ctf-writer: fix -Wformat-overflow errors in resolve.c
40 * Fix: src.text.details: use write_uint_prop_value to handle unsigned values in write_int_range
41 * Add `dev-requirements.txt` for pip
42 * Fix: src.ctf.lttng-live: consider empty metadata packet as retry
43 * Fix: ctf: wrongfully requiring CTF metadata signature for every section
44 * Fix: src.ctf.lttng-live: session closed before any metadata is received
45 * fix: obsolete warnings with autoconf >= 2.71
46 * fix: explicitly disable '-Wsuggest-attribute=format'
47 * fix: set stable branch in gitreview config
48 * Fix: ctf-writer: list of reserved keywords
49 * compiler warning cleanup: is_signed_type: compare -1 to 1
50 * Update working version to Babeltrace 2.0.5
51
40dc9e54
JG
522021-02-23 Babeltrace 2.0.4 (National Banana Bread Day)
53 * Fix: macro name for "get supported mip versions method" attribute descriptor
54 * Fix: configure: support Autoconf 2.70
55 * port: add 'notext' keyword linker support
56 * port: fix compat/endian.h on FreeBSD
57 * port: tests: Add sys/wait.h include for FreeBSD
58 * port: namespace align.h with BT_ prefix
59 * port: Add sys/param.h include to compat/limits.h for FreeBSD
60 * port: disable debug-info by default on FreeBSD
61 * Fix: disable deprecation warnings for SWIG generated code
62 * port: 'ls --ignore=' is a GNU extension
63 * tests/lib/test_trace_ir_ref.c: rename user structure
64 * Fix: sink.ctf.fs: fix logic of make_unique_stream_file_name
65 * Fix: sink.ctf.fs: remove spurious directory level when using assume-single-trace
66 * Fix: bt2: _trim_docstring(): docstring can have 0 or 1 line
67 * Fix: `ctf` plugin: use element FC's alignment as array/seq. FC alignment
68 * Fix: source.ctf.lttng-live: muxing failure on clear (unit conversion)
69 * Fix: src.ctf.lttng-live: incomplete metadata packet is an error
70 * Fix: source.ctf.lttng-live: muxing failure on clear
71 * Fix: source.ctf.fs: 0-length packet index length causes SIGFPE
72 * Update working version to Babeltrace 2.0.4
73
c85dbd47
JG
742020-04-24 Babeltrace 2.0.3 (German Beer Day)
75 * Fix: lib: use appropriate format specifier to print message iterator class
76 * Fix: sink.text.pretty: check that port is connected before creating message iterator
77 * Add initial Python bindings documentation
78 * Fix: bt2: read properties on _DiscardedEventsMessage
79 * tests: add tests for discarded events/packets creation
80 * Fix: bt2: add precond. check, for stream class supporting discarded msgs with clock snapshot without clock class
81 * Fix: flt-utils.muxer: reference leak in muxer_msg_iter_add_upstream_msg_iter error path
82 * Fix: sink.text.details: goto error when failing to add input port
83 * Fix: src.text.dmesg: add missing assignment of `status` on error path
84 * Revert "bt2: _EventConst.__getitem__(): use a single temporary variable"
85 * Fix: src.ctf.fs: initialize the other_entry variable
86 * bt2: _EventConst.__getitem__(): use a single temporary variable
87 * Fix: _EventConst.__getitem__(): check if event has a packet
88 * doc: bt_field_class...get_mapping_labels...(): clarify RV's validity
89 * doc/api/libbabeltrace2/style.css: make font weight of `.intertd` normal
90 * Update working version to Babeltrace 2.0.3
91
33003c35
JG
922020-03-10 Babeltrace 2.0.2 (International Bagpipe Day)
93 * common: cast arguments to character classification functions to unsigned char
94 * flt.utils.muxer: initialize variable to silence -Wmaybe-uninitialized warning
95 * Fix: configure.ac: silently accepting invalid Python configuration
96 * Cleanup: configure.ac: remove redundant `AC_ARG_ENABLE` parameters
97 * Fix: plugin-dev.h: Disable address sanitizer on pointer array section variables
98 * Fix: cli: use BT_CLI_LOGE_APPEND_CAUSE instead of printf to print errors
99 * tests: improve flt.utils.trimmer/test_trimming to test streams without packets
100 * Fix: flt-utils.trimmer: accept streams without packet support
101 * Fix: lib: don't assume that streams have packets in auto seek
102 * Fix: correct typo in README
103 * Update working version to Babeltrace 2.0.2
104
06df58f8
JG
1052020-02-04 Babeltrace 2.0.1
106 * fix: Remove empty python bindings documentation
107 * README: Babeltrace 2 was released in 2020
108 * fix: set autoconf package name to babeltrace2
109 * Typo: occured -> occurred
110 * .gitignore: Add missing bt2/native_bt.d
111 * fix: build failure on ppc64el with '-Werror=format-overflow='
112 * Silence -Wnull-dereference warning in generated CTF parser code
113 * plugin-so.c: add comment about why we're not using a GLib linked list
114 * doc: graph.h: do not link to `man7.org` for `babeltrace(1)`
115 * fix: common/list.h is LGPL-2.1
116 * fix: build Python bindings with GCC10
117 * fix: use correct function to print 'enum bt_ctf_scope'
118 * Update working version to Babeltrace 2.0.1
119
41e53c9e
JG
1202020-01-22 Babeltrace 2.0.0 (National Hot Sauce Day)
121 * cli: colorize version printing
122 * cli: print full version name
123 * lib: add bt_version_get_extra_{name,description,patch_names}
124 * lib: add bt_version_get_vcs_revision_description()
125 * common: support custom, extra information for build's version
126 * configure.ac, lib: rename "extra" (version) to "development stage"
127 * lib: add bt_version_get_name() and bt_version_get_name_description()
128 * lib: bt_version_get_extra(): return `NULL` if none instead of empty str.
129 * configure.ac: add version name/description definitions and report them
130 * Document libbabeltrace2's C API
131 * Fix: src.ctf.lttng-live: emitting stream end msg with no stream
132 * lib: msg. iter. inactivity message has a simple CS, not a default CS
133 * lib: remove self component param. from msg. iterator init. method
134 * lib: graph API: return borrowed references when adding to an object
135 * lib: plugin-dev.h: rename `MESSAGE_ITERATOR` -> `MESSAGE_ITERATOR_CLASS`
136 * lib: rename "self comp. input port message iter." -> "message iterator"
137 * lib: append `_FUNC` to `BT_PLUGIN_{INITIALIZE,FINALIZE}*`
138 * Replace `diamon.org/babeltrace` with `babeltrace.org`
139 * lib: create common base for bt_component_class_{source,filter}
140 * lib: introduce bt_message_iterator_class
141 * lib: run most of bt_self_component_port_input_message_iterator_try_finalize when iterator is in NON_INITIALIZED state
142 * tests: plug memory leak in test_bin_info
143 * debug-info: free existing build-id in bin_info_set_build_id
144 * cli: free log level string value
145 * bt2: free port user data when finalizing components
146 * build: try calling python-config with --embed
147 * tests: remove unnecessary message iterator classes
148 * tests: make test_sink_self_port_user_data actually test a sink
149 * lib: remove unnecessary (void *) cast in extend_map_element
150 * cli: fix bt_plugin leak when using `-i ctf`
151 * cli: remove unused structures and enums
152 * tests: fix test failure with msys2's Python 3.8.1-1 package
153 * trimmer: free GMatchInfo object in set_bound_from_str
154 * bt2: rename `object` parameter -> `object_name`
155 * lib: remove bt_query_executor_interrupt, add bt_query_executor_borrow_default_interrupter
156 * lib: remove bt_graph_interrupt, add bt_graph_borrow_default_interrupter
157 * lib: graph API: remove "listener removed" callback parameters
158 * lib, bt2: graph API: remove "ports connected" listeners
159 * babeltrace2-plugin-ctf(7): "theirs" -> "its" (single CTF trace)
160 * .gitignore: add missing `/tests/lib/test_remove_..._destruction_listener`
161 * Sync argpar with upstream
162 * Use argpar from upstream
163 * bt2: use format_bt_error and format_bt_error_cause to generate _Error and _ErrorCause string representations
164 * string-format: introduce function to format a bt_error_cause
165 * string-format: introduce function to format a bt_error
166 * string-format: introduce function to format component class name
167 * common: introduce struct bt_common_color_codes and function bt_common_color_get_codes
168 * lib: standardize variant field option function names
169 * bt2: don't print previous causes in causes created from bt2._Error
170 * bt2: reverse order of printed causes in _Error.__str__
171 * bt2: remove ptr parameter of _Error.__init__
172 * tests: add test for list-plugins CLI command
173 * tests: test removing a destruction listener from a destruction listener
174 * tests/lib/Makefile.am: Move libbabeltrace2-common and libbabeltrace2-logging to COMMON_TEST_LDADD
175 * bt2: make _ListenerHandle not hold a strong reference on the target object
176 * bt2: fix error message in trace_class.py
177 * bt2: make Graph add listener methods return None
178 * param-parse: allow duplicate map keys
179 * bt2: validate parameters to _StreamClass.create_event_class before creating the native object
180 * bt2: add invalid parameter type test for _UserComponent._create_trace_class
181 * src.ctf.fs: sort inputs paths
182 * cli: print error causes in all error paths
183 * tests: add missing backslash in tests/Makefile.am
184 * tests: test_auto_source_discovery_grouping: remove dir_sep variable
185 * tests: silence "variable/expression in single quote" shellcheck warnings
186 * tests: quote ${BT_CTF_TRACES_PATH} in test_trace_read and test_trace_copy
187 * tests: declare and assign variables separately in test_exit_status
188 * Make some bt_param_validation_map_value_entry_descr variables static
189 * src.ctf.fs: make ctf_fs_ds_group_medops symbol hidden
190 * ctf: make ctf scanner symbols hidden
191 * param-validation: make symbols hidden
192 * python-plugin-provider: make python_state static
193 * lib: add comments to exposed but internal symbols
194 * lib: add comment to bt_plugin_so_create_all_from_static
195 * lib: make bt_object_pool symbols hidden
196 * lib: make symbols in prio-head hidden
197 * tests: add CLI query tests
198 * param-parse: use g_string_append_c instead of g_string_append_printf
199 * lib: remove bt_packet_context_field API
200 * ctf: make msg-iter not use bt_packet_context_field
201 * ctf: remove ctf_msg_iter::set_stream
202 * src.ctf.fs: fix typo in comment
203 * lib: mark bt_common_assert_failed as hidden
This page took 0.033292 seconds and 4 git commands to generate.