X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=ChangeLog;h=4e87c905df6ed7b60e67d289379a87d956bdcd95;hb=87420653dd3b8db9a6b7a1cf3265c3525b2efbbf;hp=ec904771f07563d9abc915ea93b0efa44ee01ac5;hpb=80a909e3c3a1f3003527db16953db5e97b633248;p=lttng-tools.git diff --git a/ChangeLog b/ChangeLog index ec904771f..4e87c905d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +2022-01-26 lttng-tools 2.12.8 (National Peanut Brittle Day) + * Relicence all source and header files included in LGPL code + * Fix: sessiond: use of null session when session is not found + * Move utils_expand_path and utils_expand_path_keep_symlink to libpath.la + * Link lttng executable on libcommon-lgpl.a + * Introduce libcommon-lgpl for liblttng-ctl + * Rename libcommon.so to libcommon-gpl.so + * Copyright ownership transfer + * Copyright ownership transfer + * Fix: relayd: erroneous rundir permission logging message + * Fix: sessiond: rotation thread: fatal error when not finding a session + * Fix: relayd: rotation failure for multi-domain session + * Fix: lttng-ctl: lttng_list_sessions: initialize out_sessions to NULL when returning 0 + * Fix: lttng: initialize variable in run_command_string + * Fix: consumer-stream: live viewers observe timestamps going backwards + * Fix: relayd: ressource leaks on viewer_stream_create error + * Fix: relayd: live: erroneous message timestamp observed from live viewer + * Fix: relayd: failure to open chunk files concurrently with session clear + * Fix: relayd: live: metadata stream reference count < 0 assert + +2021-12-17 lttng-tools 2.12.7 (National Ugly Christmas Sweater Day) + * Validate channel context mismatch across UST applications + * Fix: relayd: compare viewer chunks by ID rather than address + * Fix: relayd: live: erroneous message timestamp observed from live viewer + * Fix: relayd comm: improperly packed rotate streams command header + * test: snapshot after regenerate metadata + * Fix: ust-consumer: segfault on snapshot after regenerate metadata + * Tests: live kernel: no plan printed when non-root + * Fix: sessiond: snapshot: leak of trace chunk + * Fix: test: use BABELTRACE_BIN instead of babeltrace + * Fix: relayd: `!vsession->current_trace_chunk` assertion failed + * Fix: tests: fix unused-but-set warning in test_fd_tracker.c + * Fix: sessiond: fix possible buffer overflow warning + * Fix: lttng-ctl: tracing_group memory leaks + * Fix: Tests: unchecked `close()` return value + * Fix: relayd: live: mishandled initial null trace chunk + * Fix: configure.ac: reporting SDT uprobe as a UST feature + * Fix: Tests: leaking epoll fd + 2021-10-18 lttng-tools 2.12.6 (National Chocolate Cupcake Day) * Fix: sessiond: previously created channel cannot be enabled * Fix: ust: app stuck on recv message during UST comm timeout scenario