From 1d1236d09c90104a604815040e4ec44cd77c79eb Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 28 Nov 2012 11:28:30 -0500 Subject: [PATCH] Update version to 2.0.5 stable Signed-off-by: David Goulet --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0a7058664..705c9c378 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2012-11-28 lttng-tools 2.0.5 + * Fix: Change the type of enabled in lttng_event to a signed int + * Fix: Returned code when listing kernel channel + * Fix: Wrong returned error code on UST enable event + * Fix: consumer recv command error path + * Fix: Missing libs dependencies in configure check for lttng-ust-ctl + * Fix: Libtool fails to find dependent lib when cross-compiling + 2012-07-25 lttng-tools 2.0.4 * Fix: support large files on 32-bit systems * Fix: mmap write() for large subbuffers and handle EINTR (v2) diff --git a/configure.ac b/configure.ac index 65d709dd8..2b6b68739 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.0.4],[dgoulet@efficios.com],[],[http://lttng.org]) +AC_INIT([lttng-tools],[2.0.5],[dgoulet@efficios.com],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1