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