Update version to 2.0.5 stable v2.0.5
authorDavid Goulet <dgoulet@efficios.com>
Wed, 28 Nov 2012 16:28:30 +0000 (11:28 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 28 Nov 2012 16:28:30 +0000 (11:28 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
ChangeLog
configure.ac

index 0a7058664d233ef9cb26fc9f80e08ca8da8e0c28..705c9c3782fba9ad3bc39a7740e28d80a1606a93 100644 (file)
--- 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)
index 65d709dd883962d62122480d8dbd3e022c102a7a..2b6b68739f3717a984bb53e8ba3835611340eea8 100644 (file)
@@ -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
This page took 0.027626 seconds and 4 git commands to generate.