Update version to v2.12.0-rc2 v2.12.0-rc2
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 27 Mar 2020 16:53:42 +0000 (12:53 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 27 Mar 2020 16:53:42 +0000 (12:53 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I285efedca101d130eef5de700b8a8a7a0bd7558a

ChangeLog
configure.ac

index 31e4bfae3cb82a1eb2209fe38d885678c2e7941e..14b54c2d951ba9ca650b84c0d44a7441cfa8db97 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,79 @@
+2020-03-27 lttng-tools 2.12.0-rc2 (International Stay at Home Month)
+       * Fix: sessiond: NULL pointer dereference after NULL check
+       * Fix: sessiond: missing goto in error handler
+       * Fix: sessiond: user/group name can be leaked on malformed command
+       * configure: add -Wmissing-declarations, -Wmissing-prototypes, and more
+       * Fix: sessiond: make the --without-lttng-ust version of launch_application_notification_thread static
+       * Fix: tests: include callsites.h from callsites.c
+       * Fix: relayd: cast idigit argument to unsigned char
+       * Fix: tests: make some functions static
+       * Fix: tests: add `void` parameter to functions that take no parameters
+       * Fix: common: make lttng_trace_chunk_remove_subdirectory_recursive static
+       * Fix: common: add `void` parameter to log_add_time declaration
+       * CONTRIBUTING.md: harmonize list style with the rest of the docs
+       * CONTRIBUTING.md: clarify the guidelines for commit messages
+       * Fix: lttng-list: don't warn when the kernel domain has no channels
+       * Refactor: lttng-ctl: follow terminology of the tracker documentation
+       * lttng: list: replace domain headers with the official names
+       * lttng: list: print `per-user` and `per-process` buffer types
+       * Docs: overhaul of lttng-track(1) and lttng-untrack(1)
+       * Fix: MI: bump MI schema version to 4.0 in mi-lttng.c
+       * Fix: sessiond: occasional badfd error on repeated SIGTERM
+       * Fix: lttng: incorrect domain list printed when no domain is provided
+       * Fix all -Wdiscarded-qualifiers warning instances
+       * Remove part of last name to fit in a 80 character line
+       * Fix: Tests: trace path wildcards not expanded
+       * Fix: Tests: `gen-ust-events` doesn't error out on invalid option
+       * Fix: Tests: utils.sh: merge `validate_{directory,folder_is}_empty` functions
+       * Fix: Tests: undefined `NR_USEC_WAIT` bash variable
+       * directory-handle: print `errno` reason on `unlinkat()` error
+       * Fix: lttng-ctl: _handle can be NULL
+       * Fix: sessiond: domain subdirectory not deleted on empty clear
+       * Ignore -Wincomplete-setjmp-declaration warnings
+       * tests: put -no-pie in LDFLAGS instead of CFLAGS
+       * Silence `POSIX Yacc` warnings
+       * Fix -Wmissing-declarations warnings in filter-parser.y
+       * Include cmd-2-2.h in cmd-2-1.h
+       * Make create_file function static in gen-ust-tracef.c
+       * Make remove_file_from_hierarchy function static in test_directory_handle.c
+       * Make fd_count function static in test_fd_tracker.c
+       * Add declarations for exported functions in health_exit.c
+       * Add declarations for exported functions in health_fail.c
+       * Make functions in live_test.c static
+       * Add declarations for exported functions in consumer_testpoints.c
+       * Make parse_arguments static in base_client.c
+       * Fix all -Wmissing-declarations warning instances
+       * Fix: fd-tracker: mark symbols as hidden
+       * Fix: liblttng-ctl: hide new tracker config symbols
+       * configure: add --enable-Werror
+       * configure: use AX_APPEND_COMPILE_FLAGS to detect supported warning flags
+       * Tests: notification.c: remove extra space
+       * Tests: remove unused libhealthexit code
+       * Fix: remove broken health monitoring test `test_thread_exit`
+       * Fix: directory-handle: use of free'd handle on fstat() error
+       * Fix: relayd: use of relay_session ref count before initialization
+       * Fix: relayd: unchecked return value when opening relay socket
+       * tests: append to AM_CFLAGS instead of overriding it
+       * Tests: gen-ust-nevents: use options instead of arguments
+       * Tests: Cleanup: test_exclusion: more detailed output
+       * Fix: Tests: `test_exclusion` passing for the wrong reason
+       * Fix: trace-chunk: useless assignment to 'ret'
+       * Fix: lttng: track-untrack: error assigned to wrong variable
+       * Fix: relayd: live: unchecked poll set creation return value
+       * Fix: relayd: live: unchecked return value when opening relay socket
+       * Fix: relayd: unchecked poll set creation return value
+       * Fix: lttng: uninitialized pointer free'd when no sessiond is present
+       * Fix: tracker: inclusion of internal header in public header
+       * Tests: Fix: `wait_on_file()` returns too early
+       * Fix: Tests: utils.sh: fix unbound variable
+       * Tests: Fix typo: registerd -> registered
+       * Tests: Cleanup: remove unused bash variable
+       * Typo: 'toogle' -> 'toggle'
+       * Fix: lttng-sessiond: control reaches end of non-void function warning
+       * Fix: possible null dereference
+       * Fix: string might be uninitialized
+       * Fix: force the use of our _FORTIFY_SOURCE definition
+
 2020-02-04 lttng-tools 2.12.0-rc1
        * Tests: fix: test_relayd_working_directory fails as user
        * Fix: sessiond: snapshot errors don't clear session's trace chunk
index 4e186d471ac4bd0f83efe85892401ae9292c3038..81bd3d7a321aede72dd368000a3e1a87af61b7d9 100644 (file)
@@ -1,5 +1,5 @@
-dnl SPDX-License-Identifier: GPL-2.0-only
 AC_PREREQ([2.64])
+AC_INIT([lttng-tools],[2.12.0-rc2],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 AC_INIT([lttng-tools],[2.12.0-rc1],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
This page took 0.029834 seconds and 4 git commands to generate.