From 4bc3a67eff47892ab465b0874ba61d35a2c2aa3a Mon Sep 17 00:00:00 2001 From: David Goulet Date: Fri, 15 Nov 2013 10:53:19 -0500 Subject: [PATCH] Update version to v2.2.5 Signed-off-by: David Goulet --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2f5eb9ed5..bc0706b8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2013-11-15 lttng-tools 2.2.5 + * Fix: typo in --sig-parent help + * Fix: application SIGBUS when starting in parallel with sessiond + * Fix: arguments in the wrong order for fd-limit + * Fix: recv creds comm should handle partial receive + * Fix: backported fix uses msec vs sec in stable-2.2 + * Fix: set app socket timeout just after accept() + 2013-08-30 lttng-tools 2.2.4 * Fix: hashtable: take split_count_order into account * Fix: remove wrong doing asserts in sessiond diff --git a/configure.ac b/configure.ac index 9bd4d931c..ae5948295 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.2.4],[dgoulet@efficios.com],[],[http://lttng.org]) +AC_INIT([lttng-tools],[2.2.5],[dgoulet@efficios.com],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1