From 038add35595270cee322c9de33dc944b5ed7f406 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Wed, 5 Feb 2020 18:42:29 -0500 Subject: [PATCH] Update version to v2.10.10 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Change-Id: Iaa0271b5e274f68ed25c76ef9a1fcf73ed8cdc09 --- ChangeLog | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3853d4af6..1f785f793 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2020-02-05 lttng-tools 2.10.10 (National Chocolate Fondue Day) + * Fix: include stdlib.h in compat/string.h + * Fix: lttng: sanity check of `--probe` description + * Fix: lttng: placing probe on symbol starting with `_` + * Fix: update context types for Python bindings + * doc: Fix bind address example for lttng-relayd + * Require automake >= 1.12 + * Fix: sessiond: ust: deadlock with per-pid buffers + * Fix: lttng: initialize sessions pointer to NULL + * Fix: sessiond: use system LTTng-UST headers when available + * doc/man: use specific revision date for each manual page + 2019-10-17 lttng-tools 2.10.9 (Wear Something Gaudy Day) * Fix: sessiond: TOCTOU error on save of session configuration * Fix: tests: replace truncation-prone logging helper diff --git a/configure.ac b/configure.ac index b424dc6ee..ca0eeb6d8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.10.9],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.10.10],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) -- 2.34.1