From: Jérémie Galarneau Date: Thu, 17 Oct 2019 19:37:18 +0000 (-0400) Subject: Update version to v2.9.14 X-Git-Tag: v2.9.14^0 X-Git-Url: http://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=a10c3bb71beded520a3e1b9a6b797242f72a34cc Update version to v2.9.14 Signed-off-by: Jérémie Galarneau --- diff --git a/ChangeLog b/ChangeLog index 4328d5206..36a9efa70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2019-10-17 lttng-tools 2.9.14 (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.9.13 (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 5e59adf86..5cde01b17 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.9.13],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.9.14],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config])