Update version to 2.0-pre18
authorDavid Goulet <dgoulet@efficios.com>
Mon, 23 Jan 2012 20:35:14 +0000 (15:35 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 23 Jan 2012 20:35:14 +0000 (15:35 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
ChangeLog
configure.ac

index 18b29e278f641f1df18917ac0611c31070b04651..7a7f8e56b526bee9a2c13fef4d19f3f611572e0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-01-23 lttng-tools 2.0-pre18
+       * Complete change of the source directory tree
+       * Move compat to common and create an internal lib
+       * Rename lttngerr.h to error.h
+       * Add kernel module version validation
+       * Add UST version validation
+       * Change SIGCHLD to SIGUSR1 when lttng waiting on sessiond
+       * Fix off-by-one and double list size instead of steady increment
+
 2012-01-19 lttng-tools 2.0-pre17
        * Add and support the new hash table library
        * Add lttng hash table support to liblttng-consumer
index 072cc851640fa18854a35b6856c17d1399515fb1..53f21ab098181b3e47f8aaa7c514e6a1a5f3fe49 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([lttng-tools],[2.0-pre17],[dgoulet@efficios.com],[],[http://lttng.org])
+AC_INIT([lttng-tools],[2.0-pre18],[dgoulet@efficios.com],[],[http://lttng.org])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
This page took 0.027383 seconds and 5 git commands to generate.