[lttng-dev] [RELEASE Babeltrace 2.0.3 - Amqui

Jérémie Galarneau jeremie.galarneau at efficios.com
Thu Apr 23 18:01:40 EDT 2020


Hi everyone!

Today we're releasing the third patch-level release of Babeltrace 2.0
"Amqui".

What's new since Babeltrace 2.0.2?
==================================

This release contains a number of fixes, but more importantly an
initial documentation for the Python bindings.

Note that I messed up and pushed out a later commit tagged as v2.0.3
and retagged the release commit as v2.0.3 again.

If you got the wrong tag, and want the new one, please delete the old
one and fetch the new one by doing:

	git tag -d v2.0.3
	git fetch origin tag v2.0.3

to get the updated tag.

You can test which tag you have by doing

	git rev-parse v2.0.3

which should return 91d15447 if you have the new version.

Sorry for the inconvenience.

The full change log follows.

2020-04-24 Babeltrace 2.0.3 (German Beer Day)
	* Fix: lib: use appropriate format specifier to print message iterator class
	* Fix: sink.text.pretty: check that port is connected before creating message iterator
	* Add initial Python bindings documentation
	* Fix: bt2: read properties on _DiscardedEventsMessage
	* tests: add tests for discarded events/packets creation
	* Fix: bt2: add precond. check, for stream class supporting discarded msgs with clock snapshot without clock class
	* Fix: flt-utils.muxer: reference leak in muxer_msg_iter_add_upstream_msg_iter error path
	* Fix: sink.text.details: goto error when failing to add input port
	* Fix: src.text.dmesg: add missing assignment of `status` on error path
	* Revert "bt2: _EventConst.__getitem__(): use a single temporary variable"
	* Fix: src.ctf.fs: initialize the other_entry variable
	* bt2: _EventConst.__getitem__(): use a single temporary variable
	* Fix: _EventConst.__getitem__(): check if event has a packet
	* doc: bt_field_class...get_mapping_labels...(): clarify RV's validity
	* doc/api/libbabeltrace2/style.css: make font weight of `.intertd` normal
	* Update working version to Babeltrace 2.0.3

Important links
===============
Babeltrace 2.0.3 tarball:
    https://www.efficios.com/files/babeltrace/babeltrace2-2.0.3.tar.bz2

Babeltrace website:
    https://babeltrace.org

Mailing list (for support and development):
    `lttng-dev at lists.lttng.org`

IRC channel:
    `#lttng` on `irc.oftc.net`

Git repository:
    https://bugs.lttng.org/projects/babeltrace

GitHub project:
    https://github.com/efficios/babeltrace

Continuous integration:
    https://ci.lttng.org/view/Babeltrace/

Code review:
    https://review.lttng.org/q/project:babeltrace


More information about the lttng-dev mailing list