From d6cfe8a5680feb81ad34b8bfcc396dfadc045a91 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 1 Oct 2019 16:40:13 -0400 Subject: [PATCH] Update version to v2.9.13 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 18 ++++++++++++++++++ configure.ac | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 71e7dd608..4328d5206 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2019-10-01 lttng-tools 2.9.13 (International Coffee Day) + * Fix: lttng: out-of-bound copy of arguments in 'view' command handler + * sessiond: fix: strncpy called with source length + * sessiond: fix: possible unaligned access in packed structure + * inet: fix: possible unaligned access in packed structure (inet/inet6) + * consumer: fix: unaligned accesses to index fields + * lttng: fix: potential 0-length allocation in pid list parsing + * Tests: fix: uninitialized session_id used on list_sessions failure + * Tests: fix: uninitialized values passed to close() on error + * lttng-ctl: fix: lttng_data_pending confuses communication status + * Fix typo in regenerate statedump test util + * Fix: metadata stream is not marked as quiescent after packet commit + * Fix: sessiond: fs.protected_regular sysctl breaks app registration + * Fix: lttng-crash: detect truncated files + * Fix: use newly created event filter for condition check + * Fix: check validity of a stream before invoking ust flush command + * Fix: initialize syscall table when kernel tracer is lazily initialized + 2019-05-24 lttng-tools 2.9.12 (Asparagus Day) * Update base test for binding * Fix: python binding: expose domain buffer type diff --git a/configure.ac b/configure.ac index e8a90ec52..5e59adf86 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.9.12],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.9.13],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) -- 2.34.1