From: David Goulet Date: Fri, 15 Nov 2013 15:53:19 +0000 (-0500) Subject: Update version to v2.2.5 X-Git-Tag: v2.2.5^0 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=4bc3a67eff47892ab465b0874ba61d35a2c2aa3a;p=lttng-tools.git Update version to v2.2.5 Signed-off-by: David Goulet --- 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