From: David Goulet Date: Fri, 16 Mar 2012 19:38:56 +0000 (-0400) Subject: Update version to v2.0.0-rc3 X-Git-Tag: v2.0.0-rc3^0 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=b495b935f39b069ac81787478b7caa43809ab0f2 Update version to v2.0.0-rc3 Signed-off-by: David Goulet --- diff --git a/ChangeLog b/ChangeLog index a645bb746..3b3bf314c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2012-03-16 lttng-tools 2.0.0-rc3 + * Fix: missing headers for make dist + * Fix: install lttng-consumerd in lib/lttng/libexec/ + * Fix: Redefine MAP_STACK to 0 if not defined by the architecture + * Fix: consumer CPU hotplug support + * Fix: double PID registration race + * Make libcompat independent not to confuse automake + * Clarify the license of lttng-ust-abi.h + * Fix: License header + * Fix: wrong return value on consumer socket creation + * Fix: test for UST invalid channel parameters at channel creation + * Fix: recvmsg should handle EINTR + * Fix: error.h non-static variables for liblttng-ctl + * Fix: missing _GNU_SOURCE define + * Fix: improve need root for kernel tracing error message + * Fix: start/stop lttng message error + 2012-03-02 lttng-tools 2.0.0-rc2 * Fix: meaningful error message * Fix: UST consumer need to iterate on streams, just change their key diff --git a/configure.ac b/configure.ac index 6d60bd5c1..61e14b7b1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.0.0-rc2],[dgoulet@efficios.com],[],[http://lttng.org]) +AC_INIT([lttng-tools],[2.0.0-rc3],[dgoulet@efficios.com],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST