Update version to v2.8.8
[lttng-tools.git] / ChangeLog
index 8ed6a36473054d683d995840c29c080f2d6da83c..ebbed7015ada3cbf32ebf9bdafb92f60d3316e8e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,133 @@
+2017-08-03 lttng-tools 2.8.8 (Watermelon Day)
+       * Fix: uninitialized return value on error path
+       * Fix: ensure kernel context is in a list before trying to delete it
+       * Fix: ambiguous ownership of kernel context by multiple channels
+       * Fix: ret is never used on error_open code path
+       * Fix: use error code path instead of break when errors happen before execl
+       * Fix: wrong variable assignment on error
+       * Fix: missing error handling in use of print_tabs()
+       * Fix: ret is used instead or err to set an error code
+       * Fix: report error using fd instead of ret
+       * Fix: NULL passed to memcpy in error path
+       * Fix: lost packet accounting always lost on snapshot
+       * Fix: report error on session listing
+       * Fix live-comm: merge TCP socket write-write sequence in a single write
+       * Fix: join consumer timer thread
+
+2017-06-14 lttng-tools 2.8.7 (National Bourbon Day)
+       * Fix: test_utils_expand_path passes NULL to sprintf
+       * Fix: lttng list of channels should return errors
+       * Fix: discard event/lost packet counters
+       * Fix: registry can be null on lookup
+       * Fix: use "flush empty" ioctl for snapshots
+       * Fix: lttng-consumerd: cpu hotplug: send "streams_sent" command
+       * Fix: lttng-sessiond: cpu hotplug: send channel to consumer only once
+       * Fix: lttng-sessiond: cpu hotplug stream number mismatch
+       * Fix: consumer_timer_signal_thread_qs waits on LTTNG_CONSUMER_SIG_SWITCH
+       * Fix: thread exit vs futex wait/wakeup race
+       * Fix: status_loc argument of waitpid() is used on error
+       * Fix: COMPAT_EPOLL_PROC_PATH is available from Linux 2.6.28
+       * Fix: assert() on null index_file in lttng_index_file_write()
+       * Fix: fail on relayd lookup when finding a relayd is expected
+       * doc: how to trace consumerd with valgrind
+       * Cleanup: initialize kernel ioctl ABI structures to 0
+       * Cleanup: initialize data to 0
+       * Fix: tests: register thread for RCU operations.
+       * Fix: Lazily initialize max poll set size in poll compat
+       * Fix: null dereference on error path for create_ctx_type
+       * Fix: test_ust_data dereference of null pointer
+       * Fix: test_kernel_data dereference of null pointer
+       * Man: move [SESSION] before options
+       * Fix: consumerd: add missing put_subbuf for ust and kernel errors
+       * Fix: sessiond: only send streams to consumer once
+       * Fix: consumerd main: needs to be a registered RCU thread
+       * Fix: thread_dispatch_ust_registration needs to be a RCU thread
+       * Fix: don't abort metadata push on closed metadata
+       * lttng-tools: remove bogus interpreter line from utils shell library
+
+2017-01-09 lttng-tools 2.8.6 (National Cassoulet Day)
+       * Fix: consumerd: order of metadata cache vs stream lock
+       * Fix: add missing rcu_barrier before daemon teardown
+       * Fix: Add missing pthread.h include
+       * Fix: support for older versions of Babeltrace in test script
+       * Fix: reverse channel and metadata cache lock nesting order
+
+2017-01-07 lttng-tools 2.8.5 (National Bobblehead Day)
+       * Fix: only lock the metadata_cache in userspace consumers
+       * Fix: lock nesting order reversed
+
+2017-01-06 lttng-tools 2.8.4 ("Wheel Of Fortune" debuts on NBC)
+       * Fix: lttng-relayd: forcefully close stream on relayd shutdown
+       * Fix: protect the channel's metadata stream using the metadata cache lock
+       * Fix: double unlock of metadata mutex on error
+       * Fix: add element length check in lttng_index_file_open
+       * Fix: free previous instance of url (alloc_url) on default live url assignation
+       * Fix: relayd vs consumerd compatibility
+
+2016-12-01 lttng-tools 2.8.3 (National Pie Day)
+       * Fix: truncate the metadata file in shm-path
+       * Fix: add missing refcount of loaded modules
+       * Fix: only unload successfully loaded kernel modules
+       * Fix: test cases now rely on explicit workloads
+       * m4/pprint.m4: update with correct quoting
+       * configure.ac: move warning to end of output for the end user
+       * doc/man: only require asciidoc-attrs.conf when building the man pages
+       * 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.8.2 (National FrappĂ© Day)
+       * Fix: report truncation on snprintf
+       * Fix: check for a session daemon before running load command
+       * 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: handle backward compatibility with lttng-modules 2.7
+       * Clean-up: remove unnecessary autoconf variable substitution
+       * Fix: honor negative (unlimited) app socket timeout
+       * Build: Replace use of deprecated AM_PATH_XML2
+       * Tests: tap.sh spams tests' output when no plan is set
+       * Fix: location of various standard headers
+       * Fix: missing include ctype.h for isdigit()
+       * Fix: error.h -> common/error.h
+       * 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: pass a valid length to accept() on unix domain sockets
+       * Fix: RCU lock imbalance on error in cmd_snapshot_list_outputs()
+       * Use -M parameter instead of --manpath when invoking man(1)
+       * OOT Build fix: reference the source directory's Python test app
+       * Fix: pass NULL to config_load_session instead of an empty string
+       * Fix: Mark ASCIIDOC_ATTRS_CONF as a dependency of man page targets
+
+2016-07-05 lttng-tools 2.8.1 (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: do not refer to objects as .o
+       * Fix: do not link against libtool .o objects
+       * Fix: Define MANPATH in config.h
+       * Tests: Make warn_processes.sh more portable
+       * Fix: add missing script to dist
+       * 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: enforce assumption that lttng-modules ioctl() return <= 0
+       * Fix: reduce scope of kconsumer consumed_pos and produced_pos
+       * Fix: set the logger level to prevent unexpected level inheritance
+       * Typo: Stoping -> Stopping
+       * Typo: occured -> occurred
+
 2016-05-20 lttng-tools 2.8.0 (Bike-to-Work Day)
        * Fix: only perform lttng_consumer_sync_trace_file() in local mode
        * Make lttng_consumer_sync_trace_file static
This page took 0.02377 seconds and 4 git commands to generate.