From: Jérémie Galarneau Date: Wed, 5 Feb 2020 23:42:29 +0000 (-0500) Subject: Update version to v2.10.10 X-Git-Tag: v2.10.10^0 X-Git-Url: http://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=038add35595270cee322c9de33dc944b5ed7f406 Update version to v2.10.10 Signed-off-by: Jérémie Galarneau Change-Id: Iaa0271b5e274f68ed25c76ef9a1fcf73ed8cdc09 --- 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])