X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=ChangeLog;h=30b3b22e6b9292822c894fc856724bf899266291;hp=c280af812afeb4056fd29b50869b8829acc7a7d6;hb=c9d04d7963a60a3a78bf6304e951477621a0c62b;hpb=07ddb08ca15565b9d874174d9c0cdcdbd042e5cf diff --git a/ChangeLog b/ChangeLog index c280af812..30b3b22e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,159 @@ +2013-12-10 lttng-tools 2.4.0-rc2 + * Fix: close connection on incompatible version check + * Fix: fields alignements in live protocol + * Tests: add regression test for Java JUL support + * Fix: possible use after free + * Fix: remove unused code in session daemon + * Fix: string format with unsigned value + * Fix: remove useless assert + * Fix: bad logical check of error codes + * Fix: resource leak in enable-event command + * Fix: unchecked return value in ust app delete + * Fix: dereference after null check in UST registry + * Fix: Resource leak in ust registry + * Fix: backported from urcu commit 92af1a30 + * Tests: fix racy tests and misleading output messages + * Tests: fix bad argument parsing in test app + * Fix: remove assert on fd in the read/write layer + * Fix: missing lock/unlock when sending index + * Fix: update back the metadata len sent on failure + * Fix: don't fail on push metadata if no channel + * Rename LTTng index in CTF index + * Fix: set the enable all event command type + * Fix: implicit conversion of enum types in sessiond + * Fix: implicit conversion of enum types in consumer + * Fix: comparison of unsigned enum expression >= 0 + * Fix: comparison of unsigned value agains < 0 + * Fix: create a fast and a long UST snapshot test + * Tests: fix racy UST snapshot post mortem test + * Tests: remove useless sleep when spawning sessiond + * Add travis-ci configuration file + * Add libuuid as dependency in README + * Tests: add valid test cases to test_utils_expand_path + * Tests: add symlink tests for test_utils_expand_path + * Fix: utils_expand_path now works for paths that ends with '/.' or '/..' + * Fix: comment indentation + * Add missing copyright to utils.c + * Fix: use non block waitpid to lookup child state + +2013-11-15 lttng-tools 2.4.0-rc1 + * Live streaming support + * Health check support in consumer and relayd + * Event exclusion support + * Java Util Logging support + * Multiple fixes! The diff is just too big to put here. + +2013-09-03 lttng-tools 2.3.0 + * Fix: remove periodical flush test from make check + +2013-08-30 lttng-tools 2.3.0-rc3 + * Fix: hashtable: take split_count_order into account + * Fix: remove wrong doing asserts in sessiond + * Tests: fix periodical flush tests to stop app + * Fix: correctly close metadata on sessiond thread shutdown + * Fix: delete the trace directory used for the test + * Fix: remove bad check after epoll wait in consumer + * Fix: missing data pending signess conversion + * Fix: consumer data pending for empty streams + * Fix: hash table growth (for small tables) should be limited (v2) + * Fix: run_as gid/uid test should return result to parent + * Fix: missing check for metadata data pending + * Tests: change buffers UID test to PID + * Tests: fix health tests to use custom socket timeout + * Fix: remove health test from fast regression + * Use socket timeout value for tcp timeout if available + * Fix: set the health delta tcp timeout aware + * Get the maximum TCP timeout in sessiond + * Fix: don't report error if UST app dies + * Fix: support VPATH build for tests + * Improve comments after review + * Rename consumer socket fd to fd_ptr + * Lock consumer data before fd check during destroy + * Use single callsite for send/recv ops. for consumer in sessiond + * Use consumer fd reference in consumer socket obj + * Update bash completion + * Add --list-commands option to the snapshot command + * Reorder functions _lttng_cmd_* functions in bash completion + * Use parse_size_suffix in snapshot + * Fix: snapshot record error handling + * Fix: improve error message when UST support is disabled + * Fix: add missing short filter option in help + * Fix: typo in configure.ac for version check + * Fix: remove calibrate syscall option from code + * Fix: snapshot should fail if no successful snapshot is taken + * Fix: check UST float field mantissa length + * Fix: add UST context in the same order the user enabled them + * Introduce configure --with-lttng-system-rundir + * Add .dirstamp to gitignore file + * Fix: snapshot with multiple UIDs + * Prepare for automake deprecation of missing subdir-objects + * Fix: typos in --help and manpage + * Fix: add-context without -c apply to all channels + * Fix: channels can be _enabled_ after tracing is started, but not created + * Fix filter parser segmentation fault with bison 3.0 + * Fix: typo in error msg + * Fix: imprecise error message about root sessiond/tracing group + * Fix: don't skip chmod if tracing group is not found + * Tracepoint probes don't need extern C + * Fix: Snapshot should be taken asap in core handler script + * Fix: reset out_fd_offset when we rotate the trace file + * Fix: LTTNG_ERR_NEED_ROOT_SESSIOND error message + * inet/inet6 sockets: apply timeout + * Implement timeout for connect ipv4/ipv6 + * Introduce LTTNG_NETWORK_SOCKET_TIMEOUT env. var + * bash completion: add calls to _lttng_complete_sessions + * bash completion: Fix copy-paste typo + * Extras: Remove deprecated consumer commands in bash completion + * bash completion: Remove underscores in handler function names + * bash completion: Remove --event for add-context + * Update gitignore + * relayd: use version macros from build rather than scanf + * sessiond: use version major/minor from build for communication with relayd + * build: export major/minor/patchlevel numbers + * Fix: Dead code when checking return value from (ust_app|kernel)_snapshot_record + * Test: enable kernel events after start + * Fix: kernel ctl error codes are based on errno + * Fix: format string mismatch + * test: test_periodical_metadata_flush shrink timer period, kill app + * Fix: format string type mismatch + * snapshot howto: update text + * Add snapshot howto + +2013-07-19 lttng-tools 2.3.0-rc2 + * Add core-handler README to dist tarball + * extras: core-handler: simplify, allow usage from tracing group + * Cleanup: add missing dot + * Fix: documentation: create name and options + * Add core dump snapshot handler script + * Fix: sym name len (kernel) + * Fix: tests: provide channel name when a non-default channel exists: per-pid + * Fix: tests: provide channel name when a non-default channel exists + * Fix: data pending race + * Fix hang in make check snapshots/test_ust + * Cleanup: ust-consumer: wrong indentation + * Fix: print dots while waiting for data availability + * Fix: remove sleep(1) added by "Fix: (slight UI change) refuse missing -c if non-default channel exists" + * Fix: (slight UI change) refuse missing -c if non-default channel exists + * Fix: push metadata on stop for per-UID buffers + * README: update python documentation + * Manpage: other layout cleanups + * Manpage: cleanup layout of view + * Manpage: cleanup layout of version + * Manpage: cleanup layout of stop + * Manpage: cleanup layout of start + * Manpage: cleanup layout of snapshot + * Manpage: cleanup layout of set-session + * Manpage: cleanup layout of list + * Manpage: cleanup layout of disable-event + * Manpage: cleanup layout of disable-channel + * Manpage: cleanup layout of enable-event + * Manpage: cleanup layout of enable-channel + * Manpage: cleanup layout of destroy + * Manpage: cleanup layout of create + * Manpage: cleanup layout of calibrate + * Manpage: cleanup layout of add-context + * Documentation: create --snapshot in manpage + 2013-07-17 lttng-tools 2.3.0-rc1 * Fix: add missing snapshot header to dist tarball * Documentation: fix thread quit pipe comment