X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ChangeLog;h=4da3ec12a5aa44dd39387c78636fbf271ad62a51;hb=de624c20694f69702b42c5d47b5bcf692293a238;hp=19a20384e30569f1c89471cd3d990fd99a194afb;hpb=06f280fd4452f88ce67e622c4961e11ad376f469;p=lttng-ust.git diff --git a/ChangeLog b/ChangeLog index 19a20384..4da3ec12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,103 @@ +2022-09-30 (National Day for Truth and Reconciliation) lttng-ust 2.13.5 + * Fix: bytecode validator: reject specialized load field/context ref instructions + * Fix: bytecode validator: reject specialized 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 + +2022-08-19 (National Potato Day) lttng-ust 2.13.4 + * cleanup: remove stale comment + * Fix: disable array/sequence compile-time type check in C + * fix: add missing closedir in _get_max_cpuid_from_sysfs() + * Add more unit tests for possible_cpus_array_len + * Clarify terminology around cpu ids and array length + * fix: Unify possible CPU number fallback + * fix: removed accidental VLA in _get_num_possible_cpus() + * Fix: file descriptor leak in get_possible_cpu_mask_from_sysfs + * Add unit tests for num possible cpus + * fix: num_possible_cpus() with hot-unplugged CPUs + * fix: Disable warnings for GNU extensions on Clang + * fix: clang warning '-Wnull-pointer-subtraction' in lttng_ust_is_pointer_type + * Fix: Use negative value for error code of lttng_ust_ctl_duplicate_ust_object_data + * Fix: sessiond wait futex: handle spurious futex wakeups + +2022-06-03 (National Repeat Day) (National Repeat Day) lttng-ust 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 uninitialized + +2022-03-25 (National Waffle Day) lttng-ust 2.13.2 + * 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 uninitialized on powerpc + * Revert "Fix: ustcomm: serialize variant_nestable type" + * Fix: ustcomm: serialize variant_nestable type + * Fix: doc/examples/java-log4j: fix paths to directories + * Fix: doc/examples/java-jul: fix paths to directories + * Copyright ownership transfer + +2021-12-10 (Lost and Found Day) lttng-ust 2.13.1 + * 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 + * Set git-review branch to stable-2.13 + * Fix: add extern "C" to two header files + +2021-08-02 (Ice Cream Sandwich Day) lttng-ust 2.13.0 + * No change + +2021-07-16 (World Snake Day) lttng-ust 2.13.0-rc3 + * Documentation: clarify API backward compatibility comment + * doc/man: only mention `-llttng-ust-common` in synopses (conditionally) + * doc/man: remove vtracef() and vtracelog() manual pages + * Remove vtracelog and vtracef from v0 compat API + +2021-05-14 (National Dance Like a Chicken Day) lttng-ust 2.13.0-rc2 + * Fix: ustcomm: application name uses the '-ust'-suffixed thread name + * Add abi0 conflict tests + * Detect unsupported use of .so.0 and .so.1 libraries within same process + * Add critical log level + * Fix: shutdown communication socket on -EINVAL + * Fix: lttng-ust control protocol handling of variable length command data + * ustcomm: implement shutdown API + * Fix: add missing fields in struct lttng_ust_abi_channel_config + * Fix: liblttng-ust-ctl: keep using lttng-ust-sock-8 and lttng-ust-wait-8 filenames + * liblttng-ust-ctl: Implement SIGBUS handling + * Fix: Java application context: pass application context argument to callbacks + * Fix: java application context segmentation fault + * Add api0 compile tests + * Move current compile tests to 'api1' + * fix: namespacing of 'tp_rcu_read_lock' + * Validate provider version for event enum field types + * Validate provider version for event class + * Add probe descriptor field to enum and event class + * Refactoring: tracepoint: allow explicit tracepoint instance provider name + * Fix: rename struct lttng_bytecode_runtime to struct lttng_ust_bytecode_runtime + * Remove unused ip field from struct lttng_ust_ring_buffer_ctx_private + 2021-04-23 (National Take a Chance (on me ?) Day) lttng-ust 2.13.0-rc1 * Set the 2.13 release codename and description * sequence type: use previous field for length if length_name is NULL