Update version to v2.12.0 v2.12.0
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 7 Apr 2020 18:01:56 +0000 (14:01 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 7 Apr 2020 18:01:56 +0000 (14:01 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I7de0cfaebbd642d51fdc5229d2dcdf34765ca846

ChangeLog
configure.ac

index 0de40bb81ac640aca6149fad793b6118298e025f..7d9cc2132b53719fd9378cafc06840e1622d11af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2020-04-07 lttng-tools 2.12.0 (National Beer Day)
+       * lttng-crash(1): document the command's positional argument
+       * lttng-sessiond(8): append missing argument to short options
+       * lttng-sessiond(8): sort the option list by long option name
+       * lttng-relayd(8): mention the `--config` option
+       * Fix: lttng-load: support legacy PID tracker specification
+       * Fix: sessiond: invalid session configuration on EXCLUDE_ALL policy
+       * Fix: relayd: unchecked allocation result of unlinked file pool
+       * Clean-up: trace-ust comment still refers to only PID trackers
+       * lttng-crash: use `spawn_viewer()` to launch trace viewer
+       * lttng-view: clean-up: move `--viewer` code to specific file
+       * lttng-crash: clean-up: fix alignment of format string
+       * lttng-view: clean-up: rename `parse_options()` -> `parse_viewer_option()`
+       * Fix: python: suppress -Wmissing-prototypes warning with SWIG 3.0.10
+       * lttng-view: clean-up: use singular form for type name
+       * lttng-view: clean-up: remove references to LTTv
+       * Fix: relayd: harmonize path format in backward-compat mode
+       * Bump session.xsd version to 2.12
+       * lttng-relayd(8): normalize style and add details
+       * doc/man: refer to Babeltrace 2 instead of Babeltrace 1
+       * lttng-clear(1): normalize style and add details
+       * Fix: filter-grammar-test: add dependencies between steps
+       * Fix: relayd: assertion fails on creation of session by peer < 2.11
+       * Fix: relayd: crash on creation of session by peer < 2.11
+       * Fix: consumer: fallback to flush when flush empty is unsupported
+       * Fix: consumerd: incorrect clear logging statement
+       * Fix: sessiond: error reported on session destruction for old modules
+       * Fix: sessiond: erroneous error code returned on rotation failure
+       * Fix: lttng-destroy: missing newline on session destruction message
+       * relayd: clean-up: reference is repeated in comment
+       * Typo: 'Descritptor' -> 'Descriptor'
+       * Typo: 'Accomodate' -> 'Accommodate'
+       * Fix: tracker: NULL pointer dereference after NULL check
+
 2020-03-27 lttng-tools 2.12.0-rc3 (International Stay at Home Month)
        * Fix: remove duplicated AC_INIT directive
 
index cd6ca873cd4526ab0ac2766df0187e753ce68124..ef444d699622b32427618fe4f5215ccd7d29371b 100644 (file)
@@ -1,6 +1,6 @@
 dnl SPDX-License-Identifier: GPL-2.0-only
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.12.0-rc3],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.12.0],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.028918 seconds and 4 git commands to generate.