Update version to v2.9.14 v2.9.14
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 17 Oct 2019 19:37:18 +0000 (15:37 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 17 Oct 2019 19:37:18 +0000 (15:37 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 4328d52061a16c2888a9114c301eb25b7d315ef8..36a9efa70d38eef77d557ed1ba72860d6d8d5648 100644 (file)
--- 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
index 5e59adf8621b86377d738a8364fb85462d377cc8..5cde01b1717f4021ac61b1f6d04a99a5710e3385 100644 (file)
@@ -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])
This page took 0.027946 seconds and 4 git commands to generate.