X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ChangeLog;h=01b91b7decb5c5178ef1afa6929afac1cfb00b58;hb=refs%2Fheads%2Fstable-2.7;hp=2ae05613639af216f09212316ee6a1319eb560f2;hpb=b069221a665b3c7b668633f06eeed49b8f20d01c;p=lttng-tools.git diff --git a/ChangeLog b/ChangeLog index 2ae056136..01b91b7de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,163 @@ +2016-12-01 lttng-tools 2.7.6 (National Pie Day) + * Fix: test cases now rely on explicit workloads + * Add version info to lttng-relayd help + * Fix: stop sessiond threads on health thread error + * Fix: stop lttng-relayd threads on health thread error + * Fix: report an error if unix socket address is too long + * Fix: save: leak of configuration file fd + +2016-10-07 lttng-tools 2.7.5 (National Frappé Day) + * Fix: check for a session daemon before running load command + * Fix: report truncation on snprintf + * Fix: ignore SIGPIPE + * Fix: use ssize_type for the return value of uri_parse_str_urls + * Docs: grammar fixes in load.h + * Fix: wrong api comments for load.h + * Fix: do not overwrite ret if already set and session found + * Fix: honor negative (unlimited) app socket timeout + * Tests: tap.sh spams tests' output when no plan is set + * Fix: location of various standard headers + * Test fix: set app and network socket timeouts to unlimited + * Test fix: test_fork can hang while waiting for child pids + * Test fix: test_daemon can hang while waiting for child pids + * Test fix: redirect python test subprocess output to /dev/null + * Fix: RCU lock imbalance on error in cmd_snapshot_list_outputs() + * OOT Build fix: reference the source directory's Python test app + * Fix: pass NULL to config_load_session instead of an empty string + +2016-07-05 lttng-tools 2.7.4 (NASA's Juno spacecraft enters orbit of Jupiter) + * Tests: eliminate process timeouts from Python tests + * Fix: English syntax errors in 'lttng status' + * Fix: sessiond ht_match_event() check if filter is NULL + * configure.ac: fix --enable/disable-kmod option + * Fix: validate number of subbuffers after tweaking properties + * Fix: leak of UST app hash tables + * Fix: leak of reply buffer on data pending check + * Fix: call xmlCleanupParser to free global libxml2 allocations + * Fix: missing "void" parameter of lib constructor and destructor + * Fix: lttng-relayd allow binding of privileged ports for non-root users + * relayd: optimize receive throughput + * Fix: set the logger level to prevent unexpected level inheritance + * Port: Don't use SIGUNUSED which is not defined on Solaris + +2016-05-20 lttng-tools 2.7.3 (Bike-to-Work Day) + * Fix: use start and stop sessiond from utils.sh + * Clarify kernel version check error messages + * Fix: Error reported if no domain is provided for start/stop + * Handle unknown domain in MI + * Handle unknown domain on session start + * Fix: loading of live session within userspace domains + * Docs: fix "daemon" typo in README.md + * Fix: do not return error on LTTNG_ERR_SNAPSHOT_NODATA + * Fix: Set loopback adress in set_ip_addr if gethostbyname2 fails + * Fix: d_type validity is not guaranteed on all nfs versions + * Tests: same event name with different descriptor on load + * Fix: load event state (enabled/disabled) correctly + * Fix: only perform lttng_consumer_sync_trace_file() in local mode + * Fix: don't negate posix_fadvise return value to check error + * Rename lttng_error_type to lttng_error_level + * Cleanup error.h __lttng_print() used for message printing + * Update coding style document for macro style + * Fix: coding style document has erroneous semicolon at end of macro + * Fix: add missing semicolons after MSG, DBG, ERR print macros + * Fix: Use get_domain_str on add context + * Tests: inverted condition in test_kernel_data + * Fix: ust-consumer: flush empty packets on snapshot channel + * Fix: WARN() should print as WARN level, not ERR + * Fix: error.h: add missing parenthesis around macro parameter + * Fix: bogus mask on error.h PRINT types + * Fix: kernel tracing: flush after stop + * Fix: UST should not generate packet at destroy after stop + * Tests: remove flaky '*' kernel wildcard test + * Fix: bad file descriptors on close after rotation error + * Fix: posix_fadvise wrapper returns -ENOSYS on FreeBSD + * Fix: Double free in utils_partial_realpath error path + * Fix: remove logically dead code in send_channel_uid_to_ust + * Fix: unchecked return value in low throughput test + * Fix: unchecked posix_fadvise() return value + * Fix: unchecked return value in relayd live.c + * Fix: unchecked return value in trace_clock_read64_monotonic + * Fix: initialize the cur_event variable before using it + * Fix: NULL pointer dereference in relay_index_get_by_id_or_create + * Fix: Deference after null check in sessiond set_option + * Fix: Wrong sizeof argument in pid tracker + * Fix: tests: incorrect uri index + * Fix: Integer overflowed argument + * Fix: macro compares unsigned to 0 (no effect) + * Fix: Free variable before strdup() in process_event_node + * Fix: Free variables before strdup() + * Fix: Add missing free() in spawn_viewer + * Fix: Add missing free() in utils_partial_realpath + * Fix: illegal memory access in test_create_kernel_event + * Fix: illegal memory access in send_viewer_streams + * Fix: illegal memory access in viewer_list_sessions + * Fix: illegal memory access in relayd_add_stream + * Fix: illegal memory access in relayd_create_session_2_4 + * Fix: illegal memory access in session_create + * Fix: illegal memory access in consumer_set_subdir + * Fix: illegal memory access in syscall_init_table + * Fix: illegal memory access in write_pidfile + * Fix: illegal memory access in list_lttng_channels + * Fix: illegal memory access in cmd_snapshot_record + * Fix: illegal memory access in output_init + * Fix: illegal memory access in consumer_set_network_uri + * Fix: illegal memory access in cmd_snapshot_list_outputs + * Fix: illegal memory access in list_events + * Fix: illegal memory access in disable_event + * Fix: illegal memory access in add_uri_to_consumer + * Fix: illegal memory access in init_ust_event_from_agent_event + * Fix: illegal memory access in _cmd_enable_event + * Implement lttng_strncpy safe string copy + * Fix: loading a session prints an error message but the load is successful + * Snapshot warning if there are no events in one of the domains + * Snapshot: record: use same datetime for snapshot folder output + * Refactor: move the snapshot type check into output type check + * configure.ac: check for an existing liburcu-cds symbol + * configure.ac: use macro for wrong liburcu error message + * Tests: wording of trace_matches is misleading + * Typo: catched -> caught + +2016-04-19 lttng-tools 2.7.2 (Bicycle Day) + * Clean-up shm directory tree after freeing the channel + * Test: Add the lttng-runas worker process to the sessiond pids + * Limit the scope of IFS overwriting + * Do not overwrite IFS globally but only locally + * Fix: tests: use SIGSTOP for crash extraction test + * Fix: Only save kernel enablers in session configuration + * Fix: Only list kernel enablers when listing events + * Fix: syscalls hash table leaks when listing kernel events + * Test fix: ignore stderr at every step of randstring + * Test fix: ignore stderr when generating random string + * Fix: test: use load_path instead of $1 + * Fix warning when building Python bindings + * Test: prevent the spawning of a daemonized sessiond + * Fix: There is more tests than the plan + * Fix: per-pid ust buffers flush race with application unregister + * Fix: Use ipv6 loopback adress in test_uri + * Fix: report already enabled event error to client + * Tests fix: source utils.sh before using conf_proc_count + * Tests: use configured processor count in getcpu override tests + * Tests: use configured processor count in snapshot tests + * Tests: Introduce conf_proc_count() + * Tests: print a more precise test description in snapshot tests + * Fix: handle negative clock offset for lttng-ust metadata + * Fix: do not print error and bug messages when quiet (-q) is present + +2016-01-07 lttng-tools 2.7.1 (National Tempura Day) + * Build: fallback to AC_CHECK_LIBS when looking for popt and uuid + * tests/unit: fix object files' location + * configure.ac: fix static build + * Fix: close indexes when rotating the trace files in mmap mode + * Fix: close indexes when rotating the trace files in splice mode + * Fix: Don't spam session daemon logs on invalid UST context + * Fix: Check for NULL hash tables on relay daemon teardown + * Fix: Verify directory's existence before calling mkdir + * Fix: Unchecked NULL string in logging statement + * Fix: include the filter expression in agent events' primary key + * Fix live timer calculation error + * Fix: Remove dependency on glibc 2.12 caused by pthread_setname_np + * Fix: Log and ignore SIGINT and SIGTERM in run_as worker + 2015-09-24 lttng-tools 2.7.0 (National Punctuation Day) * Fix: Handle EINTR of waipid in run-as worker * Fix: Handle EINTR of waitpid when spawning a session daemon