From: David Goulet Date: Fri, 16 Sep 2011 16:06:08 +0000 (-0400) Subject: Update version to 2.0-pre13 X-Git-Tag: v2.0-pre13 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=775182faeba273d9c28db45f7d17cbe238aadaab;hp=bbb8171ce59e0987dba2771ab4ee12b74f039107 Update version to 2.0-pre13 Signed-off-by: David Goulet --- diff --git a/ChangeLog b/ChangeLog index 0468b7bc6..de77f4618 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2011-08-25 lttng-tools 2.0-pre13 + * Memory leaks fixes and double lock list + * Add UST registration with sychronisation + * Use poll/epoll compatibility layer for the sessiond + * Major code cleanup of ltt-sessiond/main.c + * Increase listen() connexion limit + * Fix bad enable-channel command + * Rename trace.c/.h to trace-kernel + * Multiple fixes on the poll management with the new epoll API + 2011-08-25 lttng-tools 2.0-pre12 * Multiple fixes * Fix kconsumerd handling custom channel output diff --git a/configure.ac b/configure.ac index e5f4a6c6c..c3fc2d2fc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools], [2.0-pre12], [david.goulet@polymtl.ca], ,[http://lttng.org]) +AC_INIT([lttng-tools], [2.0-pre13], [david.goulet@polymtl.ca], ,[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST