Update version to v2.13.0 v2.13.0
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 2 Aug 2021 20:49:46 +0000 (16:49 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 2 Aug 2021 20:49:46 +0000 (16:49 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 7671c0539a91dc21ee2a011f56d46c073a3f04a6..540126b2174a6f14fe672d4f2c0a3411486bbef9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-08-02 lttng-tools 2.13.0 (Ice Cream Sandwich Day)
+       * Tests fix: unix socket: leaked socket of connection to child
+       * Fix: sessiond: notification: missing unlock on client skip
+
 2021-07-16 lttng-tools 2.13.0-rc3 (World Snake Day)
        * liblttng-ctl: hide logger_thread_name
        * liblttng-ctl: hide MI trigger command variables
index 00ee876b597d1145300744819aea52abef6f3f08..42a269ba86cce2159eefa1ccf9f36db8f60fcf47 100644 (file)
@@ -1,6 +1,6 @@
 dnl SPDX-License-Identifier: GPL-2.0-only
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.13.0-rc3],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.13.0],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.027328 seconds and 4 git commands to generate.