From d961a981a43446b1c0cf0d6905fa93ae131cc956 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 4 Nov 2014 19:19:51 -0500 Subject: [PATCH] Update version to v2.6.0-rc3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 334a79cca..d96418353 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-11-04 lttng-tools 2.6.0-rc3 + * Fix: add README.md to documentation files + * Fix: UST consumer sync all available metadata + * Test: remove bogus argument from prove invocation + 2014-10-21 lttng-tools 2.6.0-rc2 * Use lttng-modules ABI version ioctl * Fix: syscall list ioctl number conflict diff --git a/configure.ac b/configure.ac index b3adf9c46..fafdd1070 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.6.0-rc2],[dgoulet@efficios.com],[],[http://lttng.org]) +AC_INIT([lttng-tools],[2.6.0-rc3],[jeremie.galarneau@efficios.com],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1