From edad7953ec638606f96947d408070fd2c0fd6f66 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Mon, 20 Feb 2012 14:28:11 -0500 Subject: [PATCH] Update version to v2.0.0-rc1 Signed-off-by: David Goulet --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3a3546a23..4f4705d2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-02-20 lttng-tools 2.0.0-rc1 + * Fix lttcomm_close_unix_sock to actually close the socket + * lttng-sessiond: Set group permissions explicitly + 2012-02-16 lttng-tools 2.0-pre23 * configure.ac: Fix consumerd64-libdir typo * Fix existing session daemon check diff --git a/configure.ac b/configure.ac index 35e2bba3b..c07052a0f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.0-pre23],[dgoulet@efficios.com],[],[http://lttng.org]) +AC_INIT([lttng-tools],[2.0.0-rc1],[dgoulet@efficios.com],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1