Update version to v2.12.8
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 26 Jan 2022 22:31:19 +0000 (17:31 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 26 Jan 2022 22:31:19 +0000 (17:31 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index b3e854ed724f2135417856a904e9b9f4bb4adbed..4e87c905df6ed7b60e67d289379a87d956bdcd95 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2022-01-26 lttng-tools 2.12.8 (National Peanut Brittle Day)
+       * Relicence all source and header files included in LGPL code
+       * Fix: sessiond: use of null session when session is not found
+       * Move utils_expand_path and utils_expand_path_keep_symlink to libpath.la
+       * Link lttng executable on libcommon-lgpl.a
+       * Introduce libcommon-lgpl for liblttng-ctl
+       * Rename libcommon.so to libcommon-gpl.so
+       * Copyright ownership transfer
+       * Copyright ownership transfer
+       * Fix: relayd: erroneous rundir permission logging message
+       * Fix: sessiond: rotation thread: fatal error when not finding a session
+       * Fix: relayd: rotation failure for multi-domain session
+       * Fix: lttng-ctl: lttng_list_sessions: initialize out_sessions to NULL when returning 0
+       * Fix: lttng: initialize variable in run_command_string
+       * Fix: consumer-stream: live viewers observe timestamps going backwards
+       * Fix: relayd: ressource leaks on viewer_stream_create error
+       * Fix: relayd: live: erroneous message timestamp observed from live viewer
+       * Fix: relayd: failure to open chunk files concurrently with session clear
+       * Fix: relayd: live: metadata stream reference count < 0 assert
+
 2021-12-17 lttng-tools 2.12.7 (National Ugly Christmas Sweater Day)
        * Validate channel context mismatch across UST applications
        * Fix: relayd: compare viewer chunks by ID rather than address
index 983e4be3236ada64b14ace03a8203a0ae39817f7..4325104c49c05ff0e2b9cca2284fb8c285b72e39 100644 (file)
@@ -1,6 +1,6 @@
 dnl SPDX-License-Identifier: GPL-2.0-only
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.12.7],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.12.8],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.029428 seconds and 5 git commands to generate.