X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ChangeLog;h=f7657c386df5316971ca6be5d414d6203f3f83d3;hb=f241cff5efe5f3f993eacedee0afc393a5d26119;hp=30fe50b5d369bd30b6f80ca010baf106ac3c10d2;hpb=d05bfdc25f188177d1be28d05962e99f3e500191;p=lttng-tools.git diff --git a/ChangeLog b/ChangeLog index 30fe50b5d..f7657c386 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,74 @@ +2019-01-22 lttng-tools 2.9.11 (Blonde Brownie Day) + * Fix: worker structure is leaked in run_as process + * Fix: leak of filter bytecode and expression on agent event re-enable + * Fix: only free trace_path when it is dynamically allocated + * Fix: tests: test_crash should start sessions + * Add *.exe to gitignore for Cygwin + * Fix: warning 'fd' may be used uninitialized + * Fix: max_t/min_t macros are missing cast on input + * Fix: Connect timeout arithmetic in inet/inet6 (v4) + * Fix: channel_ust_create: remove channel on agent error + * Always choose large event header for UST channels + * Fix: perform local data pending before checking data pending with relayd + * Fix: double put on error path + * Fix: holding the stream lock does not equate to having data pending + * Fix: skip uid registry when metadata key is 0 + * Docs: document the meaning of a ust app channel key set to 0 + * Fix: acquire stream lock during kernel metadata snapshot + * Fix: skip closed session on viewer listing + * Fix: use LTTNG_VIEWER_ATTACH_UNK to report a closed session + * Fix: expand load path to an absolute path before daemonizing + * Fix: perform relayd socket pair cleanup on control socket error + * Fix: relayd control socket mutex is not destroyed + * Tests: do not bound test app iterations when in background mode + * Tests: add missing rotation and autoload tests to check target + * Tests: remove temporary folder + * Tests: remove mi result files when done + * Tests: Remove unused set +x + * Tests: Kill relayd after sessiond to ensure a clean tear down + * Tests: Remove unused variable + * Tests: Use stop relayd from utils.sh + * Tests: remove declaration already present in utils.sh + * Fix: incorrect error message on regenerate missing argument + * Fix: incorrect error message on metadata missing argument + * Fix: snapshot command mishandles missing arguments + * Fix: passing null to closedir() on error + * Fix: unchecked access to pids array + * Fix: returned pids may be uninitialized + * Fix: lttng-save command producing wrong XML fields + * Fix: possible NULL dereference in uri_parse_str_urls() + * Set consumer's verbosity to the max level on --verbose-consumer + * Tests: added test_autoload to noinst_SCRIPTS + +2018-07-23 lttng-tools 2.9.10 (National Vanilla Ice Cream Day) + * Fix: missing context enum values in session xml schema + * Tests: add session auto-loading test cases + * Bash completion: ignore namespace for xmllint parsing + * Typo in ust consumer log message (channek -> channel) + * Fix: use signed variable for refcounting of consumer_relayd_sock_pair + * Fix: warning due to hash_key_str() being not const-correct + * Fix: calling ht_{hash, match}_enum with wrong argument + * Fix: probes should be compared strictly by events metadata + * Fix: test_ust-dl is generated at configure-time + * Fix: perform the initialization memory barrier out of loop body + * Port: fix format warnings on Cygwin + * Fix: don't wait for the load thread before serving client commands + * Fix: sessiond fails to launch on --without-ust configuration + * Fix: agent thread poll set creation failure results in deadlock + * Fix: test uses sizeof() on the wrong operand of strncpy + +2018-04-30 lttng-tools 2.9.9 (CERN announces WWW protocols will be free) + * Add DBG statement for TCP keep-alive options + * Fix: failure to launch agent thread is not reported + * Fix: agent may not be ready on launch + * Fix: lttng logs nanoseconds + * Fix: stream_per_chan_id_ht should allow duplicates + * Fix: relayd send_command() util not logging on failure + * Fix: kernel snapshot handling of EAGAIN + * Fix validate_trace_empty test check + * Fix: hold consumer socket lock for consumer_send_msg + * Fix: use off_t type for lseek function return value to avoid overflow + 2018-03-26 lttng-tools 2.9.8 (Purple Day) * Fix: set errno with value from SO_ERROR on error. * Fix: missing value handling for lttng_event_context_type