Update version to v2.10.5
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 24 Jul 2018 00:19:57 +0000 (20:19 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 24 Jul 2018 00:19:57 +0000 (20:19 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index c06c3a9291c7c40992cb223906e2ddfeb8166c01..12171f558352245615104aa7e88873d747f6c578 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2018-07-23 lttng-tools 2.10.5 (National Vanilla Ice Cream Day)
+       * Fix: missing context enum values in session xml schema
+       * Tests: add session auto-loading test cases
+       * Bash completion: ignore namespace for xmllint parsing
+       * Typo in ust consumer log message (channek -> channel)
+       * Fix: use signed variable for refcounting of consumer_relayd_sock_pair
+       * Fix: warning due to hash_key_str() being not const-correct
+       * Print consumerd32/64/kernel configuration
+       * Fix: calling ht_{hash, match}_enum with wrong argument
+       * Fix: probes should be compared strictly by events metadata
+       * Fix: test_ust-dl is generated at configure-time
+       * Fix: cmd line options overwrite env variable config options
+       * Fix: perform the initialization memory barrier out of loop body
+       * Port: fix format warnings on Cygwin
+       * Add missing include for ssize_t on Cygwin
+       * Fix: sessions with agent channels fail to load
+       * Fix: don't wait for the load thread before serving client commands
+       * Fix: sessiond fails to launch on --without-ust configuration
+       * Fix: agent thread poll set creation failure results in deadlock
+       * Fix: test uses sizeof() on the wrong operand of strncpy
+       * Fix: ret may be used uninitialized in sample_channel_positions()
+
 2018-04-30 lttng-tools 2.10.4 (CERN announces WWW protocols will be free)
        * Fix build: in_git_repo is used before being set
        * Add DBG statement for TCP keep-alive options
index d6383f8766b1f6b04a6b3f8a2cad3ff7c4b0dcc7..e6f169e40db9ff9d9fb6b1ab635c0f334c467f5b 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.10.4],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.10.5],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.029446 seconds and 5 git commands to generate.