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