From: Jérémie Galarneau Date: Thu, 17 Oct 2019 19:37:04 +0000 (-0400) Subject: Update version to v2.10.9 X-Git-Tag: v2.10.9^0 X-Git-Url: http://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=310c2ab1fd65fbc0c37571d9aa81207cb3ec02c9 Update version to v2.10.9 Signed-off-by: Jérémie Galarneau --- diff --git a/ChangeLog b/ChangeLog index 4c043474e..3853d4af6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +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 + 2019-10-01 lttng-tools 2.10.8 (International Coffee Day) * Fix: lttng: out-of-bound copy of arguments in 'view' command handler * sessiond: fix: strncpy called with source length diff --git a/configure.ac b/configure.ac index c3ee03df0..c6fdff548 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.10.8],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.10.9],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config])