From: David Goulet Date: Mon, 3 Dec 2012 20:08:48 +0000 (-0500) Subject: Update version to v2.1.0-rc9 X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=48459ee62ac7d6036802f67450f90d111a0d8e7e Update version to v2.1.0-rc9 Signed-off-by: David Goulet --- diff --git a/ChangeLog b/ChangeLog index 658277e14..32c634766 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2012-12-03 lttng-tools 2.1.0-rc9 + * Fix: set the stream ht static in consumer file + * Update sessiond man page with new env var + * Update lttng.1 man page + * Fix: enable-consumer for all domains missing dir + * Fix: Add missing fct prototypes when disabling UST + * Fix a typo in lttng-probe-module name + * Assign values to enum lttcomm_sessiond_command + * Fix: run health test only if root + * Clarify empty string/NULL filter errors + * Fix: add missing padding for UST filter + 2012-11-22 lttng-tools 2.1.0-rc8 * Fix: Uninit. variable in lttng view * Add already enabled UST event error code diff --git a/configure.ac b/configure.ac index f1d4a366e..78cfebdfa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.1.0-rc8],[dgoulet@efficios.com],[],[http://lttng.org]) +AC_INIT([lttng-tools],[2.1.0-rc9],[dgoulet@efficios.com],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST