Update version to v2.13.8 v2.13.8
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 22 Aug 2022 18:45:38 +0000 (14:45 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 22 Aug 2022 18:45:38 +0000 (14:45 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 9c7de341c7b311d94168848911aa6546b14f9840..817e47d7d04eaf1240b713c0c7a4cda6b59b0395 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2022-08-22 lttng-tools 2.13.8 (National Bao Day)
+       * Fix: waiter: futex wait: handle spurious futex wakeups
+       * Fix: futex wait: handle spurious futex wakeups
+       * Fix: utils: unhandled close return value
+       * Fix: agent port file is o+w when launching as root
+       * Fix: tests: don't assume sequential cpuids
+       * Fix: sessiond: handle empty scheduled rotations
+       * Fix: sessiond: report client list allocation failure as a fatal error
+       * Fix: ust-consumerd: set `hangup_flush_done` in a locked context
+       * Fix: sessiond: size-based rotations never trigger
+       * Fix: lttng-snapshot: use after free of max size argument
+       * Fix: lttng: snapshot: add-output: leak of max size parameter
+       * Tests: fix: lttng-create: leaked command parameter
+       * Fix: sessiond: rotation trigger leak
+       * Tests: fix: schedule api: leak of rotation schedule list
+       * Fix: lttng: enable-rotation: leak of command parameter
+       * Fix: lttng: track: leaked command parameter
+       * Fix: lttng: add-trigger: leak of parser context on capture
+       * Tests: fix: leak of trigger in trigger listing tests
+       * Fix: action error query: leak of action path
+       * Fix: lttng: enable-channel: leak of popt arguments
+       * Tests: clean-up: rate policy: remove stale comment
+       * Tests: fix: leak of rate policy in rate policy unit tests
+       * Tests: fix: leak of payload in serdes test of log level rule
+       * Tests: fix: leak of some attributes of ltt_ust_session
+       * Fix: liblttng-ctl: leak of payload on field listing
+       * Fix: liblttng-ctl: non-packed structure used for tracker serialization
+       * Fix: test: lttng kernel modules still loaded after running test_clock_override
+
 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
index 35a976072ae2eadc46703c1345a674434c7771a1..5bfe791d465cb579cafee7bfbd74ecf8ecd4be83 100644 (file)
@@ -1,6 +1,6 @@
 dnl SPDX-License-Identifier: GPL-2.0-only
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.13.7],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.13.8],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.029399 seconds and 4 git commands to generate.