Update version to v2.13.7 v2.13.7
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 13 Apr 2022 18:27:57 +0000 (14:27 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 13 Apr 2022 18:27:57 +0000 (14:27 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 523f798d31a405dd35f0b1f267aa612e4d765684..9c7de341c7b311d94168848911aa6546b14f9840 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2022-04-13 lttng-tools 2.13.7 (International Day of Pink)
+       * Fix: sessiond: assert on empty payload when handling client out event
+       * Fix: Revert of 814b4934e2604a419bcb8eec57c0450dbb47e2c3
+       * Fix: sessiond: inverted condition checking for empty hash table
+       * Fix: notification: kernel: consumption of event notification stalls
+       * Fix: notification: assert on len > 0 for dropped notification message
+       * Fix: example: print_notification is called on status all returned status
+       * Fix: sessiond: assertion hit in ltt_sessions_ht_empty
+       * Fix: tests: missing _GNU_SOURCE for F_GETPIPE_SZ
+       * Fix: compat: 'LTTNG_UST_ABI_PROCNAME_LEN' is undeclared
+       * Fix: sessiond: cmd_enable_channel: negative error code used
+
 2022-03-28 lttng-tools 2.13.6 (National Hot Tub Day)
        * Fix: hide symbols erroneously exported in 2.13.5
 
index a3b9d0fdbd1418e61a7deaa80cdd783e8f5193be..35a976072ae2eadc46703c1345a674434c7771a1 100644 (file)
@@ -1,6 +1,6 @@
 dnl SPDX-License-Identifier: GPL-2.0-only
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.13.6],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.13.7],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.028626 seconds and 4 git commands to generate.