Update version to v2.10.11
[lttng-tools.git] / ChangeLog
index 29e847ebae43466563cbc17fa29aa801e9a11088..f0a44cea154b155769884437e6f736971ef1ff67 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,90 @@
+2020-04-16 lttng-tools 2.10.11 (National Eggs Benedict Day)
+       * Fix: common: add `void` parameter to log_add_time declaration
+       * Fix: lttng-list: don't warn when the kernel domain has no channels
+       * Fix: sessiond: occasional badfd error on repeated SIGTERM
+       * Fix: lttng: incorrect domain list printed when no domain is provided
+       * Silence `POSIX Yacc` warnings
+       * Tests: Fix: `wait_on_file()` returns too early
+       * Fix: Tests: utils.sh: fix unbound variable
+       * Tests: Fix typo: registerd -> registered
+       * Fix: force the use of our _FORTIFY_SOURCE definition
+
+2020-02-05 lttng-tools 2.10.10 (National Chocolate Fondue Day)
+       * Fix: include stdlib.h in compat/string.h
+       * Fix: lttng: sanity check of `--probe` description
+       * Fix: lttng: placing probe on symbol starting with `_`
+       * Fix: update context types for Python bindings
+       * doc: Fix bind address example for lttng-relayd
+       * Require automake >= 1.12
+       * Fix: sessiond: ust: deadlock with per-pid buffers
+       * Fix: lttng: initialize sessions pointer to NULL
+       * Fix: sessiond: use system LTTng-UST headers when available
+       * doc/man: use specific revision date for each manual page
+
+2019-10-17 lttng-tools 2.10.9 (Wear Something Gaudy Day)
+       * Fix: sessiond: TOCTOU error on save of session configuration
+       * Fix: tests: replace truncation-prone logging helper
+
+2019-10-01 lttng-tools 2.10.8 (International Coffee Day)
+       * Fix: lttng: out-of-bound copy of arguments in 'view' command handler
+       * sessiond: fix: strncpy called with source length
+       * sessiond: fix: possible unaligned access in packed structure
+       * lttng-ctl: fix: possible unaligned access in packed structure
+       * consumer: fix: possible unaligned access in packed structure
+       * inet: fix: possible unaligned access in packed structure (inet/inet6)
+       * consumer: fix: unaligned accesses to index fields
+       * lttng: fix: potential 0-length allocation in pid list parsing
+       * Tests: fix: uninitialized session_id used on list_sessions failure
+       * Tests: fix: uninitialized values passed to close() on error
+       * lttng-ctl: fix: lttng_data_pending confuses communication status
+       * Fix typo in regenerate statedump test util
+       * Fix: metadata stream is not marked as quiescent after packet commit
+       * Remove unused bitfield.h header
+       * Fix: sessiond: fs.protected_regular sysctl breaks app registration
+       * Fix: lttng-crash: detect truncated files
+       * Fix: use newly created event filter for condition check
+       * Fix: namespace our gettid wrapper
+       * Fix: check for lttng modules presence before testing
+       * Fix: test_crash: don't kill first app twice
+       * Cleanup: test: don't stop relayd twice
+       * Fix: test: utils.sh: exit from process on full_cleanup
+       * Fix: utils.sh: handle SIGPIPE
+       * Fix: tests: error handling in high throughput limits test (v2)
+       * Improve handling of test SIGTERM/SIGINT (v2)
+       * Fix: check validity of a stream before invoking ust flush command
+       * Fix: initialize syscall table when kernel tracer is lazily initialized
+
+2019-05-24 lttng-tools 2.10.7 (Asparagus Day)
+       * Update base test for binding
+       * Fix: python binding: expose domain buffer type
+       * Fix: lttng_poll_mod calls compat_(e)poll_add
+       * Fix: getgrnam is not MT-Safe, use getgrnam_r
+       * 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
+       * Tests: use modprobe to test for the presence of lttng-modules
+       * Fix: skip test when ust doesn't have perf support
+       * Tests: check for lttng-modules presence
+       * Fix: Properly sanitize input parameter
+       * Fix tests: link libpause_consumer on liblttng-ctl
+       * 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: Add POPT_CFLAGS to lttng_CFLAGS
+       * 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
+       * Remove duplicate check for dlopen
+       * Tests: take multiple snapshots in streaming mode
+       * Fix: don't destroy the sockets if the snapshot was successful
+       * Fix: missing rcu read locking in trigger "unregister all" command
+       * Fix: notification thread: RCU-safe reclaim of hash table nodes
+
 2019-01-22 lttng-tools 2.10.6 (Blonde Brownie Day)
        * Fix: worker structure is leaked in run_as process
        * Fix: only free trace_path when it is dynamically allocated
This page took 0.02941 seconds and 4 git commands to generate.