From 775182faeba273d9c28db45f7d17cbe238aadaab Mon Sep 17 00:00:00 2001 From: David Goulet Date: Fri, 16 Sep 2011 12:06:08 -0400 Subject: [PATCH] Update version to 2.0-pre13 Signed-off-by: David Goulet --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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 -- 2.34.1