Update version to 2.0-pre13 v2.0-pre13
authorDavid Goulet <david.goulet@polymtl.ca>
Fri, 16 Sep 2011 16:06:08 +0000 (12:06 -0400)
committerDavid Goulet <david.goulet@polymtl.ca>
Fri, 16 Sep 2011 16:06:08 +0000 (12:06 -0400)
Signed-off-by: David Goulet <david.goulet@polymtl.ca>
ChangeLog
configure.ac

index 0468b7bc6b13d892a7ba79f0fd4f465c71c6351b..de77f46186d9eca9ff1ec9d5f75aaf9cd625d0ce 100644 (file)
--- 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
index e5f4a6c6cc633869015d10d830dc0cc1e19d1112..c3fc2d2fc488b69845df425944a86d7ccb5a2e73 100644 (file)
@@ -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
This page took 0.02672 seconds and 4 git commands to generate.