From: Jérémie Galarneau Date: Mon, 26 Mar 2018 15:36:58 +0000 (-0400) Subject: Update version to v2.10.3 X-Git-Tag: v2.10.3^0 X-Git-Url: http://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=591053196870fa9e0248c5f88ca6bb2c7b9d0c55;hp=dfe758f3f476a983f277ebda23cf7ce41b0daa69 Update version to v2.10.3 Signed-off-by: Jérémie Galarneau --- diff --git a/ChangeLog b/ChangeLog index 6987552fc..2c04b9acb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2018-03-26 lttng-tools 2.10.3 (Purple Day) + * Fix: set errno with value from SO_ERROR on error. + * Fix: missing value handling for lttng_event_context_type + * Fix: Use SOL_SOCKET level for SO_KEEPALIVE on all platform + * Fix: error out on leftover arguments + * Fix: reply to version check even on protocol mismatch + * Fix: error handling on relay version check + * Document add-context limitation for started session + * Fix: add-context cannot be performed after a session has been started + * Fix: duplicated kernel consumer socket locking + * Fix: remove unused event types in MI XML schema + * Tests: cleanly exit from test apps on reception of SIGTERM + * Document consumer socket locking assumptions + * Fix: consumer socket lock not held during snapshot record + * Fix: set_relayd_for_snapshot does not acquire the consumer socket lock + * Fix: send_channel_monitor_pipe does not take the consumer socket lock + * Document the locking assumptions of consumerd-relayd socket passing + * Assert that the consumer lock is held while sending FDs to consumerd + * Assert that the consumer socket lock is taken during communication + * Tests: refuse to run test suite if lttng processes are present + * Fix: metadata channel leak when using the snapshot tracing mode + 2018-02-05 lttng-tools 2.10.2 * Fix: do not flag consumer as disabled on relayd comm failure * Fix: cleanup inactive FDs in the consumer polling thread diff --git a/configure.ac b/configure.ac index 09afb1cb0..232cdf141 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.10.2],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.10.3],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config])