|
| 1 | +2021-07-16 lttng-tools 2.13.0-rc3 (World Snake Day) |
| 2 | + * liblttng-ctl: hide logger_thread_name |
| 3 | + * liblttng-ctl: hide MI trigger command variables |
| 4 | + * Cleanup: rename `get_domain_str()` -> `lttng_domain_type_str()` |
| 5 | + * .gitignore: Add hidden trigger test |
| 6 | + * Test: unix socket: test credential passing |
| 7 | + * Build fix: retrieve unix socket peer PID on non-unix platforms |
| 8 | + * Fix: sessiond: notification: find_tracer_event_source returns NULL |
| 9 | + * Tests: MI: add `diag` statements to test functions |
| 10 | + * Cleanup: fix comments in `duplicate_{stream,channel}_object()` |
| 11 | + * Tests: add hidden trigger visibility test |
| 12 | + * Fix: sessiond: list-triggers: don't return internal triggers |
| 13 | + * unix: receive pid on non-linux platforms |
| 14 | + * Clean-up: sessiond: return an lttng_error_code from list_triggers |
| 15 | + * notification-thread: remove fd from pollset on LPOLLHUP and friends |
| 16 | + * Tests: fix: list triggers: bc missing on system |
| 17 | + * Clean-up: event-expr: remove unreachable code |
| 18 | + * Fix: lttng: remove-trigger: null dereference on MI initialization error |
| 19 | + * Fix: lttng: list-trigger: leak of error query in query callbacks |
| 20 | + * Fix: lttng: add-trigger: null dereference on MI initialization error |
| 21 | + * lttng: add-trigger: print generated trigger name |
| 22 | + * sessiond: generate trigger name: name triggers with the 'trigger' prefix |
| 23 | + * Revert "lttng: add-trigger: print generated trigger name" |
| 24 | + * lttng: add-trigger: print generated trigger name |
| 25 | + * MI: xsd: bump to 4.1 |
| 26 | + * Tests: trigger: mi: use utils.sh xsd versions for xml diff |
| 27 | + * Tests: utils: regroup xml utils to utils.sh |
| 28 | + * Tests: MI: {add, list, remove}-trigger |
| 29 | + * MI: xsd: add objects type definition related to trigger |
| 30 | + * MI: xsd: sort output_type |
| 31 | + * MI: xsd: sort command_string_type |
| 32 | + * Add pretty_xml utils |
| 33 | + * Move xml utils from mi subfolder to xml-utils folder |
| 34 | + * Fix: lttng_triggers count is not equal to the size of the sorted trigger array |
| 35 | + * MI: {add, list, remove} trigger |
| 36 | + * MI: implement all objects related to trigger machine interface |
| 37 | + * Move event-expr-to-bytecode to event-expr |
| 38 | + * Move event-expr from liblttng-ctl to libcommon |
| 39 | + * MI: support double element |
| 40 | + * Fix: rotation client example: leak of handle on error |
| 41 | + * Silence warnings on GCC 4.8 with -Wmaybe-uninitialized |
| 42 | + * doc/man/common-footer.txt: add missing non-breaking space |
| 43 | + * Rename "tracing session" -> "recording session" |
| 44 | + * doc/man: use double quotes when referring to internal section |
| 45 | + * doc/man: update type/domain options for common event rule spec. |
| 46 | + * .gitreview: Set default branch to 'stable-2.13' |
| 47 | + * Fix: use of uninitialised bytes valgrind warning |
| 48 | + * Fix: build: libcommon fd-tracker dependency is not available |
| 49 | + * Clean-up: mark lttng_error_query communication header as const |
| 50 | + * Add condition-targeting error query |
| 51 | + * action list: missing renames from previous name "group" |
| 52 | + * Cleanup: ust-app: simplify ust_app_synchronize() error paths |
| 53 | + * Fix: double mutex_unlock() if session is deleted |
| 54 | + * Fix: out of sync lttng_ust_ctl_sigbug_handle() prototype |
| 55 | + * Fix: appending unallocated data from beyond exclusion entries |
| 56 | + * Tests: remove leftover temporary files |
| 57 | + * lttng-disable-channel(1): fix typo |
| 58 | + * lttng-concepts(7): remove reference to the section it's in |
| 59 | + * lttng-concepts(7): fix typo |
| 60 | + * Build fix: build without lttng-ust |
| 61 | + * build: Add missing DEFINE_LTTNG_UST_SIGBUS_STATE(); |
| 62 | + * build: Pass --no-as-needed directly to the linker |
| 63 | + * build: Use liblttng-sessiond-common.la instead of LIVE |
| 64 | + * build: Use liblttng-sessiond-common.la instead of SESSIOND_OBJS |
| 65 | + * build: Add the liblttng-sessiond-comm.la convenience library |
| 66 | + * lttng-concepts(7): add missing "commands" word |
| 67 | + * Tests: crash: remove redundant directory test |
| 68 | + * Fix: bump minimal urcu dependency to 0.11 |
| 69 | + * condition: buffer usage: validation does not check for ratio and bytes threshold |
| 70 | + * Remove LTTNG_EVENT_RULE_TYPE_KERNEL_FUNCTION |
| 71 | + * Remove lttng_event_rule_tracepoint |
| 72 | + * Test log level for newly introduced event rule type (*_logging, user_tracepoint) |
| 73 | + * Introduce lttng_event_rule_python_logging |
| 74 | + * Introduce lttng_event_rule_log4j_logging |
| 75 | + * Introduce lttng_event_rule_jul_logging |
| 76 | + * Introduce lttng_event_rule_user_tracepoint |
| 77 | + * Introduce lttng_event_rule_kernel_tracepoint |
| 78 | + * Rename lttng_event_rule_kernel_probe to lttng_event_rule_kernel_kprobe |
| 79 | + * Rename lttng_event_rule_userspace_probe to lttng_event_rule_kernel_uprobe |
| 80 | + * Rename lttng_event_rule_syscall to lttng_event_rule_kernel_syscall |
| 81 | + * Rename *emission_site_type to *emission_site |
| 82 | + * Rename lttng_event_rule_syscall_(set, get)_pattern to lttng_event_rule_syscall_(set, get)_name_pattern |
| 83 | + * Rename *exclusion* to *name_pattern_exclusion* |
| 84 | + * Rename lttng_event_rule_tracepoint_(set,get)_pattern to lttng_event_rule_tracepoint_(set, get)_name_pattern |
| 85 | + * Build fix: cygwin: unknown type ssize_t |
| 86 | + * Fix: consumer: unbalanced RCU read-side lock on error |
| 87 | + * lttng-enable-event(1): add usage examples |
| 88 | + * lttng-{enable,disable}-event(1): document default channel limitation |
| 89 | + * doc/man: log level prefixes are not required |
| 90 | + * Fix: sessiond: use of uninitialized memory in buffer-usage condition |
| 91 | + * lttng-ctl: use lttng_action_path to specify error query actions |
| 92 | + * error-query: add lttng_action_path to express the location of an action |
| 93 | + * tests: Move tap-driver.sh out of the autotools aux directory |
| 94 | + * lttng-enable-channel(1): add usage examples |
| 95 | + * lttng-view(1): add usage examples |
| 96 | + * lttng-untrack(1): add usage examples |
| 97 | + * lttng-untrack(1): follow the style of lttng-track(1) for the example |
| 98 | + * lttng-track(1): add usage examples |
| 99 | + * lttng-stop(1): add usage examples |
| 100 | + * lttng-start(1): add usage examples |
| 101 | + * lttng-snapshot(1): add usage examples |
| 102 | + * lttng-save(1): add usage examples |
| 103 | + * lttng-rotate(1): add usage examples |
| 104 | + * lttng-remove-trigger(1): add usage examples |
| 105 | + * lttng-regenerate(1): add usage examples |
| 106 | + * lttng-load(1): add usage examples |
| 107 | + * lttng-list(1): add usage examples |
| 108 | + * lttng-enable-rotation(1): add usage examples |
| 109 | + * lttng-disable-rotation(1): add usage examples |
| 110 | + * lttng-disable-event(1): add usage examples |
| 111 | + * lttng-disable-channel(1): add usage examples |
| 112 | + * lttng-destroy(1): add usage examples |
| 113 | + * lttng-create(1): add usage examples |
| 114 | + * lttng-clear(1): add usage examples |
| 115 | + * lttng-add-trigger(1): DESCRIPTION: move up the link to "EXAMPLES" |
| 116 | + * lttng-add-context(1): EXAMPLES: add internal links to relevant options |
| 117 | + * lttng-disable-event(1): `--tracepoint` option is not the default |
| 118 | + * Cleanup: tests: name all temporary files to better identify leakage |
| 119 | + * Cleanup: tests: use find's `-name` option instead of grep |
| 120 | + |
1 | 121 | 2021-05-14 lttng-tools 2.13.0-rc2 (National Dance Like a Chicken Day)
|
2 | 122 | * Fix: expected procname should not have -ust suffix
|
3 | 123 | * Fix: Tests: leftover temporary files after tests
|
|
0 commit comments