Update version to v2.12.5
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 6 Aug 2021 16:50:37 +0000 (12:50 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 6 Aug 2021 16:50:37 +0000 (12:50 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 7edcc24a05562b8a1bbabb47e44c2c3dbf9b6b0e..20f74f6d789fdf804a3712e207a37cf5717f96ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2021-08-06 lttng-tools 2.12.5 (International Beer Day)
+       * Fix: runas: less-than-zero comparison of an unsigned value
+       * Fix: runas: supplementary groups are ignored on lttng save
+       * Fix: lttng: free sessions in cmd_destroy
+       * Fix: lttng: free domains and channels in get_session_stats_str
+       * Fix: rotation client example: leak of handle on error
+       * .gitreview: Set default branch to 'stable-2.12'
+       * tests: Move tap-driver.sh out of the autotools aux directory
+       * Fix: use of uninitialised bytes valgrind warning
+       * Fix: bump minimal urcu dependency to 0.11
+       * Fix: consumer: unbalanced RCU read-side lock on error
+       * Fix: tests: missing LOG_DRIVER and LOG_DRIVER_FLAGS
+       * Fix: list_lttng_agent_events: unbalanced RCU read-side lock on error
+
 2021-05-18 lttng-tools 2.12.4 (No Dirty Dishes Day)
        * Fix: snapshot path have domain subdir duplicate "ust/ust" or "kernel/kernel"
        * Fix: relayd: failure to read index entry or stream packet after clear
index 183d782e88d2266cbc6747c6d1c2f16c48ca114f..da824d190434eac99498943d83b41700d8f45a9c 100644 (file)
@@ -1,6 +1,6 @@
 dnl SPDX-License-Identifier: GPL-2.0-only
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.12.4],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.12.5],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.029315 seconds and 5 git commands to generate.