From 6c12303e61c3e246ba4b1d3a37925dea53b0b93a Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 25 Jul 2012 11:25:51 -0400 Subject: [PATCH] Update version to 2.0.4 stable Signed-off-by: David Goulet --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index af7f921a8..0a7058664 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +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) + * Fix: The session list count should provide unique identifiers + * Fix: test: session list count cannot use "count" unique id + * Fix typo: utils.sh + 2012-06-22 lttng-tools 2.0.3 * Fix: enable event loglevel match function * Fix: unchecked pointer from getenv() for lttng create diff --git a/configure.ac b/configure.ac index 53ae5c6d3..9ad1135b7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.0.3],[dgoulet@efficios.com],[],[http://lttng.org]) +AC_INIT([lttng-tools],[2.0.4],[dgoulet@efficios.com],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1