From: David Goulet Date: Wed, 25 Jul 2012 15:25:51 +0000 (-0400) Subject: Update version to 2.0.4 stable X-Git-Tag: v2.0.4^0 X-Git-Url: http://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=6c12303e61c3e246ba4b1d3a37925dea53b0b93a Update version to 2.0.4 stable Signed-off-by: David Goulet --- 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