From: David Goulet Date: Wed, 13 Nov 2013 21:45:07 +0000 (-0500) Subject: Update version to v2.3.1 X-Git-Tag: v2.3.1^0 X-Git-Url: http://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=5d985544a7ad54afa0514ea7f522a89d8d844860 Update version to v2.3.1 Signed-off-by: David Goulet --- diff --git a/ChangeLog b/ChangeLog index 4868c2c23..ee9279bca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2013-11-13 lttng-tools 2.3.1 + * Fix: typo in --sig-parent help + * Fix: application SIGBUS when starting in parallel with sessiond + * Fix: missing LTTNG_OK return value for snapshot + * Fix: arguments in the wrong order for fd-limit + * Fix: Some corrections to the lttng man page + * Fix: recv creds comm should handle partial receive + * Fix: set app socket timeout just after accept() + * Fix typo in lttng snapshot add-output example of lttng(1) + 2013-09-03 lttng-tools 2.3.0 * Fix: remove periodical flush test from make check diff --git a/configure.ac b/configure.ac index f5f4b26d9..706e22ca0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.3.0],[dgoulet@efficios.com],[],[http://lttng.org]) +AC_INIT([lttng-tools],[2.3.1],[dgoulet@efficios.com],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST