From: David Goulet Date: Wed, 22 Aug 2012 16:41:55 +0000 (-0400) Subject: Update version to v2.1.0-rc2 X-Git-Tag: v2.1.0-rc2^0 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=5556277c49932fd8a53d0da595de3870839b05d8;ds=sidebyside Update version to v2.1.0-rc2 Signed-off-by: David Goulet --- diff --git a/ChangeLog b/ChangeLog index 2706d6209..fcf4315da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2012-08-22 lttng-tools 2.1.0-rc2 + * Fix: put back 2.0 output text for lttng create cmd + * Fix: remove set subdir call that uses bad ptr + * Filter: Handle the unary bitwise not operator (~) with an unsupported + * Fix: missing mutex unlock on register consumer err + * Remove underscore from ifndef of lttng.h + * Remove unused define in lttng.h + * Standardize lttng command line usage text + * Merge duplicate code in consumer for destroy relayd + * Merge duplicate code in consumer for add relayd + * Fix: Possible buffer overflows in strncat() usage + * Move code out of main.c and fix some issues + 2012-08-17 lttng-tools 2.1.0-rc1 * Feature: Network Streaming * Add the lttng-relayd binary for network streaming diff --git a/configure.ac b/configure.ac index 08bb2d293..94f571be3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.1.0-rc1],[dgoulet@efficios.com],[],[http://lttng.org]) +AC_INIT([lttng-tools],[2.1.0-rc2],[dgoulet@efficios.com],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST