Changelog for
liblttng-ust1-2.13.5-4.4.x86_64.rpm :
* Sun Oct 02 2022 Alexei Sorokin
- Update to version 2.13.5:
* Fix: bytecode validator: reject specialised load field/context ref instructions.
* Fix: bytecode validator: reject specialised load instructions.
* Fix: event notification capture: validate buffer length.
* Fix: event notification capture error handling.
* Fix: lttng-ust-comm: wait on wrong child process.
* fix: \'make dist\' without javah.
* Mon Aug 29 2022 Jan Engelhardt - Update to release 2.13.4
* Added missing closedir in _get_max_cpuid_from_sysfs()
* File descriptor was leaked in get_possible_cpu_mask_from_sysfs
* sessiond wait futex: handle spurious futex wakeups
* Fri Aug 19 2022 Alexei Sorokin - Update to version 2.13.3:
* Document ust lock async-signal-safety.
* Fix: don\'t use strerror() from ust lock nocheck.
* Fix: remove non-async-signal-safe fflush from ERR().
* Fix: Pointers are rejected by integer element compile time assertion for array and sequence.
* Fix: statedump: invalid read during iter_end.
* Fix: bytecode interpreter context_get_index() leaves byte order uninitialised.
* Wed May 18 2022 Alexei Sorokin - Update to version 2.13.2 (changes since 2.13.0):
* Fix: ust-compiler: constructor/destructor build on g++ 4.8.
* ust-compiler: constructor/destructor whitespaces layout and macro dependency.
* Fix: ust-cancelstate: include string.h for strerror.
* Fix: libnuma is prepended to LIBS.
* Fix: Allow disabling some abi compat tests.
* Fix: generate probe registration constructor as a C++ constuctor.
* Fix: nestable pthread cancelstate.
* Fix: abort on decrement_sem_count during concurrent tracing start and teardown.
* Fix: allocating C++ compound literal on heap with Clang.
* Check for C++11 when building C++ probe providers.
* fix: liblttng-ust-fd async-signal-safe close().
* tracepoints: print debug message when lttng-ust-tracepoint.so is not found.
* Fix: static_assert unavailable with glibc < 2.16.
* Fix: combined tracing of lttng-ust 2.12/2.13 generates corrupted traces.
* doc/man: Document LTTNG_UST_ABORT_ON_CRITICAL variable.
* Fix: remove autoconf features default value in help message.
* Fix: add extern \"C\" to two header files.
* Fix: __STDC_VERSION__ can be undefined in C++.
* Fix: sample discarded events count before reserve.
* Fix: ring buffer event counter.
* Fix: concurrent exec(2) file descriptor leak.
* Add \"domain\" parameter to the Log4j 2.x agent.
* Fix: Convert custom loglevels in Log4j 2.x agent.
* Fix: coverity reported null returns in Log4j2 agent.
* Add a Log4j 2.x Java agent.
* Fix: may be used uninitialised on powerpc.
* Fix: doc/examples/java-log4j: fix paths to directories.
* Fix: doc/examples/java-jul: fix paths to directories.
* Sat Nov 27 2021 Alexei Sorokin - Update to version 2.13.0:
* See https://git.lttng.org/?p=lttng-ust.git;a=blob_plain;f=ChangeLog;hb=v2.13.0- Add liburcu requirement to the development package.- Add ARMv7 and RISC-V to supported architectures.
* Mon Nov 02 2020 Tony Jones - Update to version 2.12.0 (jsc#SLE-16189) Changelog: https://git.lttng.org/?p=lttng-ust.git;a=blob_plain;f=ChangeLog;hb=v2.12.0 Delete patch: lttng-ust-2.11.0-fix-no-common.patch (upstream)
* Wed Feb 26 2020 Alexei Sorokin - Update to version 2.11.0:
* See /usr/share/doc/packages/lttng-ust/ChangeLog- Add lttng-ust-2.11.0-fix-no-common.patch: Fix build with - fno-common (commit 21a934df, boo#1160400).- Drop support for old openSUSE versions.
* Tue Sep 24 2019 Martin Liška - Update to version 2.10.5:
* New tracef() instrumentation facility. Excerpt from the lttng-ust(3) man page.
* Perf PMU counters support from user-space on x86.
* Library base address dump is now stable (thanks to Mentor for their contribution).
* fixes boo#1149704.
* Wed Nov 14 2018 sor.alexeiAATTmeowr.ru- Update to version 2.10.2:
* Fix: Add liblttng-ust dependency to liblttng-ust-fd.
* Fix: Use LIBDL/LIBC_DL to select either libdl or libc.
* Fix: AM_CONDITIONAL should be outside AS_IF block.
* Fix: Build jni libs with openjdk >= 10.
* Fix: ustfork: Save and restore errno in syscall wrappers.
* Fix: Cache the result of getpid() internally.
* Fix: Reset cached vpid context on fork.
* Fix: String comparison on incorrect length in context provider.
* Fix: Remove for() loop initial declarations.
* Use ust_lock during sock_info operations for atomicity against fork.
* Force tracked fd to be bigger than STDERR_FILENO.- Remove lttng-ust-copying.patch and add the licence file through the %license tag on the library package.
* Sun Apr 08 2018 sor.alexeiAATTmeowr.ru- Build the Python agent and add new subpackages: python3-lttngust and liblttng-ust-python-agent0.