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

index 4c043474ede8211d85514ab9a077f2502ab97285..3853d4af64192060028ed3d3232f4aeded5da688 100644 (file)
--- 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
index c3ee03df0251357546c0594d66faf0e2f6f1533e..c6fdff5485e84af014a4d41387fb3b22293c911a 100644 (file)
@@ -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])
This page took 0.026645 seconds and 4 git commands to generate.