Update version to v2.10.10 v2.10.10
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 5 Feb 2020 23:42:29 +0000 (18:42 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 5 Feb 2020 23:42:29 +0000 (18:42 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Iaa0271b5e274f68ed25c76ef9a1fcf73ed8cdc09

ChangeLog
configure.ac

index 3853d4af64192060028ed3d3232f4aeded5da688..1f785f793167b716c14fb7eb650867eaa60d6612 100644 (file)
--- 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
index b424dc6eee3b32dc674906a166243d7e24ce190b..ca0eeb6d884c4c99971c332b3ed71c0812213872 100644 (file)
@@ -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])
This page took 0.028102 seconds and 4 git commands to generate.