Update version to v2.11.6 v2.11.6
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 23 Feb 2021 03:14:37 +0000 (22:14 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 23 Feb 2021 03:14:37 +0000 (22:14 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 3b19fb9195cf5373ffe6685a8349f03f0fe6735c..22649998f51562fb30e0accb8f30da3a0b9d46df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2021-02-22 lttng-tools 2.11.6 (National Margarita Day)
+       * Fix: use MT-safe strtok_r in multithreaded context
+       * Fix: liblttng-ctl: unreported truncations when copying strings
+       * Fix: configure: support Autoconf 2.70
+       * Fix: sessiond: metadata not created on app unregistration during start
+       * Cleanup: use `modprobe --remove` rather than `rmmod`
+       * Tests: Fix: 99% fill ratio for high buffer usage is too high for larger events
+       * Fix: common: poll: compat_poll_wait never finishes
+       * Build fix: implicit declaration of function 'PERROR' on Solaris
+       * Fix: PERROR spam when `tracing` group does not exist
+       * Fix: memcpy used on potentially overlapping regions
+
 2020-08-03 lttng-tools 2.11.5 (National Watermelon Day)
        * Fix: lttng: leak of userspace probe path on listing
        * Fix: uprobe: missing error code on allocation failure
index 50e1ace7fc1d76e1244c1ec3d8f5ad77dd212e68..33fdab41b908814cdd52be29f29ab023f6bd1fa9 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.11.5],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.11.6],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.028254 seconds and 4 git commands to generate.