port: tests: Add sys/wait.h include for FreeBSD
[babeltrace.git] / ChangeLog
1 2020-04-24 Babeltrace 2.0.3 (German Beer Day)
2 * Fix: lib: use appropriate format specifier to print message iterator class
3 * Fix: sink.text.pretty: check that port is connected before creating message iterator
4 * Add initial Python bindings documentation
5 * Fix: bt2: read properties on _DiscardedEventsMessage
6 * tests: add tests for discarded events/packets creation
7 * Fix: bt2: add precond. check, for stream class supporting discarded msgs with clock snapshot without clock class
8 * Fix: flt-utils.muxer: reference leak in muxer_msg_iter_add_upstream_msg_iter error path
9 * Fix: sink.text.details: goto error when failing to add input port
10 * Fix: src.text.dmesg: add missing assignment of `status` on error path
11 * Revert "bt2: _EventConst.__getitem__(): use a single temporary variable"
12 * Fix: src.ctf.fs: initialize the other_entry variable
13 * bt2: _EventConst.__getitem__(): use a single temporary variable
14 * Fix: _EventConst.__getitem__(): check if event has a packet
15 * doc: bt_field_class...get_mapping_labels...(): clarify RV's validity
16 * doc/api/libbabeltrace2/style.css: make font weight of `.intertd` normal
17 * Update working version to Babeltrace 2.0.3
18
19 2020-03-10 Babeltrace 2.0.2 (International Bagpipe Day)
20 * common: cast arguments to character classification functions to unsigned char
21 * flt.utils.muxer: initialize variable to silence -Wmaybe-uninitialized warning
22 * Fix: configure.ac: silently accepting invalid Python configuration
23 * Cleanup: configure.ac: remove redundant `AC_ARG_ENABLE` parameters
24 * Fix: plugin-dev.h: Disable address sanitizer on pointer array section variables
25 * Fix: cli: use BT_CLI_LOGE_APPEND_CAUSE instead of printf to print errors
26 * tests: improve flt.utils.trimmer/test_trimming to test streams without packets
27 * Fix: flt-utils.trimmer: accept streams without packet support
28 * Fix: lib: don't assume that streams have packets in auto seek
29 * Fix: correct typo in README
30 * Update working version to Babeltrace 2.0.2
31
32 2020-02-04 Babeltrace 2.0.1
33 * fix: Remove empty python bindings documentation
34 * README: Babeltrace 2 was released in 2020
35 * fix: set autoconf package name to babeltrace2
36 * Typo: occured -> occurred
37 * .gitignore: Add missing bt2/native_bt.d
38 * fix: build failure on ppc64el with '-Werror=format-overflow='
39 * Silence -Wnull-dereference warning in generated CTF parser code
40 * plugin-so.c: add comment about why we're not using a GLib linked list
41 * doc: graph.h: do not link to `man7.org` for `babeltrace(1)`
42 * fix: common/list.h is LGPL-2.1
43 * fix: build Python bindings with GCC10
44 * fix: use correct function to print 'enum bt_ctf_scope'
45 * Update working version to Babeltrace 2.0.1
46
47 2020-01-22 Babeltrace 2.0.0 (National Hot Sauce Day)
48 * cli: colorize version printing
49 * cli: print full version name
50 * lib: add bt_version_get_extra_{name,description,patch_names}
51 * lib: add bt_version_get_vcs_revision_description()
52 * common: support custom, extra information for build's version
53 * configure.ac, lib: rename "extra" (version) to "development stage"
54 * lib: add bt_version_get_name() and bt_version_get_name_description()
55 * lib: bt_version_get_extra(): return `NULL` if none instead of empty str.
56 * configure.ac: add version name/description definitions and report them
57 * Document libbabeltrace2's C API
58 * Fix: src.ctf.lttng-live: emitting stream end msg with no stream
59 * lib: msg. iter. inactivity message has a simple CS, not a default CS
60 * lib: remove self component param. from msg. iterator init. method
61 * lib: graph API: return borrowed references when adding to an object
62 * lib: plugin-dev.h: rename `MESSAGE_ITERATOR` -> `MESSAGE_ITERATOR_CLASS`
63 * lib: rename "self comp. input port message iter." -> "message iterator"
64 * lib: append `_FUNC` to `BT_PLUGIN_{INITIALIZE,FINALIZE}*`
65 * Replace `diamon.org/babeltrace` with `babeltrace.org`
66 * lib: create common base for bt_component_class_{source,filter}
67 * lib: introduce bt_message_iterator_class
68 * lib: run most of bt_self_component_port_input_message_iterator_try_finalize when iterator is in NON_INITIALIZED state
69 * tests: plug memory leak in test_bin_info
70 * debug-info: free existing build-id in bin_info_set_build_id
71 * cli: free log level string value
72 * bt2: free port user data when finalizing components
73 * build: try calling python-config with --embed
74 * tests: remove unnecessary message iterator classes
75 * tests: make test_sink_self_port_user_data actually test a sink
76 * lib: remove unnecessary (void *) cast in extend_map_element
77 * cli: fix bt_plugin leak when using `-i ctf`
78 * cli: remove unused structures and enums
79 * tests: fix test failure with msys2's Python 3.8.1-1 package
80 * trimmer: free GMatchInfo object in set_bound_from_str
81 * bt2: rename `object` parameter -> `object_name`
82 * lib: remove bt_query_executor_interrupt, add bt_query_executor_borrow_default_interrupter
83 * lib: remove bt_graph_interrupt, add bt_graph_borrow_default_interrupter
84 * lib: graph API: remove "listener removed" callback parameters
85 * lib, bt2: graph API: remove "ports connected" listeners
86 * babeltrace2-plugin-ctf(7): "theirs" -> "its" (single CTF trace)
87 * .gitignore: add missing `/tests/lib/test_remove_..._destruction_listener`
88 * Sync argpar with upstream
89 * Use argpar from upstream
90 * bt2: use format_bt_error and format_bt_error_cause to generate _Error and _ErrorCause string representations
91 * string-format: introduce function to format a bt_error_cause
92 * string-format: introduce function to format a bt_error
93 * string-format: introduce function to format component class name
94 * common: introduce struct bt_common_color_codes and function bt_common_color_get_codes
95 * lib: standardize variant field option function names
96 * bt2: don't print previous causes in causes created from bt2._Error
97 * bt2: reverse order of printed causes in _Error.__str__
98 * bt2: remove ptr parameter of _Error.__init__
99 * tests: add test for list-plugins CLI command
100 * tests: test removing a destruction listener from a destruction listener
101 * tests/lib/Makefile.am: Move libbabeltrace2-common and libbabeltrace2-logging to COMMON_TEST_LDADD
102 * bt2: make _ListenerHandle not hold a strong reference on the target object
103 * bt2: fix error message in trace_class.py
104 * bt2: make Graph add listener methods return None
105 * param-parse: allow duplicate map keys
106 * bt2: validate parameters to _StreamClass.create_event_class before creating the native object
107 * bt2: add invalid parameter type test for _UserComponent._create_trace_class
108 * src.ctf.fs: sort inputs paths
109 * cli: print error causes in all error paths
110 * tests: add missing backslash in tests/Makefile.am
111 * tests: test_auto_source_discovery_grouping: remove dir_sep variable
112 * tests: silence "variable/expression in single quote" shellcheck warnings
113 * tests: quote ${BT_CTF_TRACES_PATH} in test_trace_read and test_trace_copy
114 * tests: declare and assign variables separately in test_exit_status
115 * Make some bt_param_validation_map_value_entry_descr variables static
116 * src.ctf.fs: make ctf_fs_ds_group_medops symbol hidden
117 * ctf: make ctf scanner symbols hidden
118 * param-validation: make symbols hidden
119 * python-plugin-provider: make python_state static
120 * lib: add comments to exposed but internal symbols
121 * lib: add comment to bt_plugin_so_create_all_from_static
122 * lib: make bt_object_pool symbols hidden
123 * lib: make symbols in prio-head hidden
124 * tests: add CLI query tests
125 * param-parse: use g_string_append_c instead of g_string_append_printf
126 * lib: remove bt_packet_context_field API
127 * ctf: make msg-iter not use bt_packet_context_field
128 * ctf: remove ctf_msg_iter::set_stream
129 * src.ctf.fs: fix typo in comment
130 * lib: mark bt_common_assert_failed as hidden
This page took 0.031418 seconds and 4 git commands to generate.