Update version to v2.13.0-rc2 v2.13.0-rc2
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 15 May 2021 03:32:57 +0000 (23:32 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 15 May 2021 03:32:57 +0000 (23:32 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index c0e62c857d2a9e18dc14d943947d348125492026..21265991b7b4f2f8b3daea57b11567ad476736aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,61 @@
+2021-05-14 lttng-tools 2.13.0-rc2 (National Dance Like a Chicken Day)
+       * Fix: expected procname should not have -ust suffix
+       * Fix: Tests: leftover temporary files after tests
+       * Fix: trigger: abort() when adding `--notify` action with python event rule matches
+       * Tests: move `list_triggers_matches_ok` to utils.sh
+       * Tests: Move python test app to `tests/utils/testapp` directory
+       * Fix: validate whether event notifiers are supported by UST application
+       * Fix: ust: keep using lttng-ust-sock-8 and lttng-ust-wait-8 filenames
+       * Fix: Handle SIGBUS in sessiond and consumerd
+       * Clean-up: rename double 'lttng' prefixed functions
+       * lttng-{enable-event(1),event-rule(7)}: `--filter` is not always avail.
+       * lttng(1)/lttng-create(1): document `--relayd-path`
+       * doc/man: document `LTTNG_SESSIOND_PATH` env. var. like `--sessiond-path`
+       * lttng-save(1): document `--all` option in "SYNOPSIS" and "DESCRIPTION"
+       * Fix: snapshot path have domain subdir duplicate "ust/ust" or "kernel/kernel"
+       * Fix: error: remove trailing period from error descriptions
+       * Make the subitems array a part of action_work_item
+       * Test: fix: firing policy name has changed
+       * lttng-add-trigger(1): add usage examples
+       * lttng-add-context(1): add usage examples
+       * list_triggers.c: replace "after every" -> "every"
+       * Fix: add_trigger.c: `goto error` with a wrong UID for `--owner-uid`
+       * lttng-add-context(1): use a description list to explain `--channel`
+       * doc/man/manpage.xsl: indent the body of formal (example) blocks
+       * doc/man: lttng(1) command pages: always include `common-footer.txt`
+       * doc/man: follow man-pages(7) for section names/order and for "SEE ALSO"
+       * Fix: action-executor: leak of `work_item::subitems` field
+       * lttng: change a few instances of trigger "id" to "name"
+       * Change "event rule hit" to "event-rule matches" in user interface strings
+       * Fix: relayd: live: data is missing between viewer attach and retry
+       * Build fix: filter-grammar-test: incorrect inclusion flag
+       * Tests: fix: test_tp_fail: bail out on non-existing relay daemon
+       * build system: support rotation example
+       * Add trigger on event rule matches application example
+       * Update the remaining manual pages for LTTng-tools 2.13
+       * doc/man/manpage.xsl: do not indent the title of an admonition block
+       * Fix: lttng: add-trigger: invalid access past end of exclusions buffer
+       * Fix: tests: extra arguments are not passed to the remove trigger command
+       * Fix: lttng-ctl: erroneous check if user is part of the tracing group
+       * Build fix: kernel-consumerd: merge conflict left in file
+       * Clean-up: consumerd: use a specific status code for get_next_subbuffer
+       * Fix: kernel consumer: get next subbuffer EAGAIN handling
+       * Fix: kernel consumer: signal metadata ready condition variable
+       * Fix: consumerd: unbalanced subbuffer 'get' when checking operation availability
+       * sessiond: remove commented-out logging
+       * sessiond: Remove [.*-thread] logging prefix
+       * run-as: reduce verbosity of fd sending error paths
+       * Set thread name of run-as worker process
+       * Use new ioctl macros with fixed ioctl direction
+       * Sync lttng-modules ABI in internal kernel-ioctl.h
+       * Fix: data reception is called event when only FDS are expected for reception
+       * Fix: FDs are added to payload despite not being received
+       * Fix: initialize temporary fd array element to -1
+       * Fix: common: hide shm* util symbols
+       * Fix: mark channel as disabled even if the session is inactive
+       * Fix: condition: buffer-usage: use double instead of fixed point
+       * Tests: notification: fail on trigger unregistration failure
+
 2021-04-23 lttng-tools 2.13.0-rc1 (National Take a Chance (on me ?) Day)
        * Set the 2.13 release codename and description
        * Tests: fix: test_notification_notifier_discarded_count missing renames
index 0b4d893f70eba32d65fd86453348d811b9c132ef..97c87e8f120641d63728ec50c63f7970b2f4368a 100644 (file)
@@ -1,6 +1,6 @@
 dnl SPDX-License-Identifier: GPL-2.0-only
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.13.0-rc1],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.13.0-rc2],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.027436 seconds and 4 git commands to generate.