X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ChangeLog;h=71e7dd608b70825b30a416a5fb55ed49bbd5a368;hb=c7a8f96beca5c3c3936f9b38b1ab4289a30412d2;hp=e85fc59c58e96c6a6f5847e650a829adfcde5419;hpb=896ee9770aab484667265232118fccc9164ef204;p=lttng-tools.git diff --git a/ChangeLog b/ChangeLog index e85fc59c5..71e7dd608 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,67 @@ +2019-05-24 lttng-tools 2.9.12 (Asparagus Day) + * Update base test for binding + * Fix: python binding: expose domain buffer type + * Fix: logging: log_add_time() save/restore errno + * Fix relayd: initialize beacon to -1ULL + * Fix: relayd: handling of lttng_read errors >= 0 + * Fix tests: NULL pointer dereference in ust channel unit tests + * Fix tests: NULL pointer dereference in ltt_ust_context unit tests + * Log the wait-shm's path on shm_open failure + * Fix: skip test when ust doesn't have perf support + * Fix: Properly sanitize input parameter + * tap-driver.sh: flush stdout after each test result + * Fix tests: snapshot size validation failure runs too many test cases + * Fix tests: the tree origin can be a symlink itself + * Fix tests: skip test_getcpu_override on single core systems + * Fix: consumer snapshot: handle unsigned long overflow + * Fix: wrong error code returned by kernel_snapshot_record() + * Docs: document the format of the lttng_session path member + * Fix: check illegal combinations of ctrl-url/data-url/ouput/set-url + * Tests: take multiple snapshots in streaming mode + * Fix: don't destroy the sockets if the snapshot was successful + +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