Changelog for
babeltrace-debugsource-1.5.8-1.30.x86_64.rpm :
* Mon Aug 31 2020 schwabAATTsuse.de- Add riscv64 to ExclusiveArch
* Wed Feb 26 2020 sor.alexeiAATTmeowr.ru- Update to version 1.5.8 (changes since 1.5.6):
* Cleanup: bitfields: streamline use of underscores.
* Fix: bitfield: shift undefined/implementation defined behaviours.
* Fix: array and sequence field\'s \'elems\' members can be left NULL.
* Fix: invalid alignment of enumeration fields.
* Fix: lttng-live format: do not error out on empty streams hang up.
* Fix: lttng-live: ctf_live_packet_seek stream hang up handling.
* Fix: lib/iterator.c: unbalanced ctx put (leak).
* Fix: lttng-live: lttng_live_open_trace_read memory leak.
* Fix: trace-collection: trace clock use after free.
* Fix: lttng-live: use-after-free in get_next_index().
* Do not use diagnostic pragma when GCC version is lower than 4.6.0.
* Missing define when not building with gcc.- Drop support for old openSUSE versions.
* Mon Jul 15 2019 azouhrAATTopensuse.org- add s390x in ExclusiveArch
* Wed Nov 14 2018 sor.alexeiAATTmeowr.ru- Update to version 1.5.6:
* Fix: remove left-over debug logging statement.
* Use trace->trace_id in check to remove trace from bt_ctx.
* Fix: missing initializer braces warning.
* Fix: zero out URL parsing array before use and ensure proper error reporting.
* Sun Jun 17 2018 sor.alexeiAATTmeowr.ru- Update to version 1.5.5:
* Propagate error from packet_seek in case of truncated packet.
* Fix: report truncated files while reading.- Use tarball signing.
* Tue Apr 03 2018 kukukAATTsuse.de- Use %license instead of %doc [bsc#1082318]
* Thu Mar 15 2018 sor.alexeiAATTmeowr.ru- Update to version 1.5.4:
* Use signed accessors for clock offsets.
* Fix a signedness error in python complements.
* Handle packet_seek errors.
* Prevent calling adding the same trace recursively.
* Make sure we have all the metadata streams before adding new traces.
* Add missing debugging information in the live plugin.
* Set stream id in HUP case.
* Use list rather than ptr array for trace streams.
* Fix a leak of streams.
* Handle 0 session case in ask new streams.
* Break loop on getting metadata error.
* Return error on ask_new_stream when should quit.
* Don\'t access missing ctf trace when getting metadata.
* Fix lttng-live discarded event count after inactivity.
* Fix timegm compat on Solaris.
* Fix Python bindings when building with PIE hardening.
* lttng-live: Print discarded event and packet lost warnings on stderr.
* Fri Nov 03 2017 sor.alexeiAATTmeowr.ru- Disable static library build.- Enable Python 3 bindings build.- Remove explicit glib2-devel requirement for the devel package: is autodetected already.- Spec cleanup.
* Fri Sep 01 2017 tonyjAATTsuse.com- Update to version 1.5.3 for SLE15 (bsc#1055683)
* Tue Aug 02 2016 normandAATTlinux.vnet.ibm.com- add ppc64/ppc64le in ExclusiveArch
* Mon Oct 05 2015 tonyjAATTsuse.com- Cleanup urls in spec file (FATE#319273)
* Mon Aug 31 2015 dmuellerAATTsuse.com- enable build for aarch64 (fate#318370)
* Tue Jul 28 2015 tonyjAATTsuse.com- Update to version 1.2.4 (FATE#319273) Changelog 1.2.4:
* Fix: make sure we can exit the get_new_metadata loop
* Docs fix: Change bt_ctf_writer_create_stream return description
* Fix: offset_s and CTF clocks with frequency != 1GHz Changelog 1.2.3:
* Fix: incorrect compiler warning
* Fix: Don\'t assume that PROT_WRITE grants read permissions
* Fix: align objstack on 8 bytes
* Fix Python: Add a comment warning about an API limitation
* Use BABELTRACE_HOST_NAME_MAX in test_ctf_writer.c
* Add limits compatibility header
* Fix: don\'t perform unaligned integer read/writes
* Fix: Align buffers from objstack_alloc on sizeof(void
*)
* Fix: bt_ctf_field_type_structure_add_field argument validation Changelog 1.2.2:
* Fix: Support out of tree builds in babeltrace
* Fix: mmap trace read the stream_id from the first packet
* Fix: check the lttng-relayd protocol version
* Fix: don\'t update the trace collection if no new streams were received
* Fix (Python bindings): Return a string if a sequence\'s element are chars
* Fix: don\'t use a return code in _bt_ctf_stream_append_discarded_events
* Fix: Report the sequence\'s length field\'s value as length
* Fix: Variable name typo in SequenceField and Event classes
* Fix python: remove weird char at the end of line
* Fix: add missing files to gitignore
* Fix: ctf-text: add missing double-quotes around enum tag
* Fix: Add missing lttng_live_should_quit checks
* Fix: Report errors occuring in lttng_live_read