Update version to 2.0.4 stable v2.0.4
authorDavid Goulet <dgoulet@efficios.com>
Wed, 25 Jul 2012 15:25:51 +0000 (11:25 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 25 Jul 2012 15:25:51 +0000 (11:25 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
ChangeLog
configure.ac

index af7f921a8e385c7ecca04387a23d807a71256d74..0a7058664d233ef9cb26fc9f80e08ca8da8e0c28 100644 (file)
--- 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
index 53ae5c6d37efcefba31a4591209ce2d682b11a1a..9ad1135b7688bbb8358a6abe9fe04439d5da6875 100644 (file)
@@ -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
This page took 0.026873 seconds and 4 git commands to generate.