From 3edea7d55416a57bf38afd0baa431ef2cc702b9a Mon Sep 17 00:00:00 2001 From: David Goulet Date: Mon, 23 Jan 2012 15:35:14 -0500 Subject: [PATCH] Update version to 2.0-pre18 Signed-off-by: David Goulet --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 18b29e278..7a7f8e56b 100644 --- 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 diff --git a/configure.ac b/configure.ac index 072cc8516..53f21ab09 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.34.1