Skip to content

Commit 1d7b9b7

Browse files
committed
Update version to v2.12.0
Signed-off-by: Jérémie Galarneau <[email protected]> Change-Id: I7de0cfaebbd642d51fdc5229d2dcdf34765ca846
1 parent aaf2c88 commit 1d7b9b7

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

ChangeLog

+34
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
2020-04-07 lttng-tools 2.12.0 (National Beer Day)
2+
* lttng-crash(1): document the command's positional argument
3+
* lttng-sessiond(8): append missing argument to short options
4+
* lttng-sessiond(8): sort the option list by long option name
5+
* lttng-relayd(8): mention the `--config` option
6+
* Fix: lttng-load: support legacy PID tracker specification
7+
* Fix: sessiond: invalid session configuration on EXCLUDE_ALL policy
8+
* Fix: relayd: unchecked allocation result of unlinked file pool
9+
* Clean-up: trace-ust comment still refers to only PID trackers
10+
* lttng-crash: use `spawn_viewer()` to launch trace viewer
11+
* lttng-view: clean-up: move `--viewer` code to specific file
12+
* lttng-crash: clean-up: fix alignment of format string
13+
* lttng-view: clean-up: rename `parse_options()` -> `parse_viewer_option()`
14+
* Fix: python: suppress -Wmissing-prototypes warning with SWIG 3.0.10
15+
* lttng-view: clean-up: use singular form for type name
16+
* lttng-view: clean-up: remove references to LTTv
17+
* Fix: relayd: harmonize path format in backward-compat mode
18+
* Bump session.xsd version to 2.12
19+
* lttng-relayd(8): normalize style and add details
20+
* doc/man: refer to Babeltrace 2 instead of Babeltrace 1
21+
* lttng-clear(1): normalize style and add details
22+
* Fix: filter-grammar-test: add dependencies between steps
23+
* Fix: relayd: assertion fails on creation of session by peer < 2.11
24+
* Fix: relayd: crash on creation of session by peer < 2.11
25+
* Fix: consumer: fallback to flush when flush empty is unsupported
26+
* Fix: consumerd: incorrect clear logging statement
27+
* Fix: sessiond: error reported on session destruction for old modules
28+
* Fix: sessiond: erroneous error code returned on rotation failure
29+
* Fix: lttng-destroy: missing newline on session destruction message
30+
* relayd: clean-up: reference is repeated in comment
31+
* Typo: 'Descritptor' -> 'Descriptor'
32+
* Typo: 'Accomodate' -> 'Accommodate'
33+
* Fix: tracker: NULL pointer dereference after NULL check
34+
135
2020-03-27 lttng-tools 2.12.0-rc3 (International Stay at Home Month)
236
* Fix: remove duplicated AC_INIT directive
337

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl SPDX-License-Identifier: GPL-2.0-only
22
AC_PREREQ([2.64])
3-
AC_INIT([lttng-tools],[2.12.0-rc3],[[email protected]],[],[https://lttng.org])
3+
AC_INIT([lttng-tools],[2.12.0],[[email protected]],[],[https://lttng.org])
44

55
AC_CONFIG_HEADERS([include/config.h])
66
AC_CONFIG_AUX_DIR([config])

0 commit comments

Comments
 (0)