Update version to v2.0.0-rc3
authorDavid Goulet <dgoulet@efficios.com>
Fri, 16 Mar 2012 19:38:56 +0000 (15:38 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 16 Mar 2012 19:38:56 +0000 (15:38 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
ChangeLog
configure.ac

index a645bb746a1d016b0b9a84b3c43a5a3dfe114f41..3b3bf314cefe2905275ae20f40706248392eceb5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2012-03-16 lttng-tools 2.0.0-rc3
+       * Fix: missing headers for make dist
+       * Fix: install lttng-consumerd in lib/lttng/libexec/
+       * Fix: Redefine MAP_STACK to 0 if not defined by the architecture
+       * Fix: consumer CPU hotplug support
+       * Fix: double PID registration race
+       * Make libcompat independent not to confuse automake
+       * Clarify the license of lttng-ust-abi.h
+       * Fix: License header
+       * Fix: wrong return value on consumer socket creation
+       * Fix: test for UST invalid channel parameters at channel creation
+       * Fix: recvmsg should handle EINTR
+       * Fix: error.h non-static variables for liblttng-ctl
+       * Fix: missing _GNU_SOURCE define
+       * Fix: improve need root for kernel tracing error message
+       * Fix: start/stop lttng message error
+
 2012-03-02 lttng-tools 2.0.0-rc2
        * Fix: meaningful error message
        * Fix: UST consumer need to iterate on streams, just change their key
index 6d60bd5c18c668e420375a992a9d80c4324e1f86..61e14b7b1d6417c492dc8adf83c604b901718f87 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([lttng-tools],[2.0.0-rc2],[dgoulet@efficios.com],[],[http://lttng.org])
+AC_INIT([lttng-tools],[2.0.0-rc3],[dgoulet@efficios.com],[],[http://lttng.org])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
This page took 0.027815 seconds and 5 git commands to generate.