Update version to v2.1.0-rc3 v2.1.0-rc3
authorDavid Goulet <dgoulet@efficios.com>
Wed, 12 Sep 2012 15:33:24 +0000 (11:33 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 12 Sep 2012 15:33:24 +0000 (11:33 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
ChangeLog
configure.ac

index fcf4315dae731fe8a864adee4a2f0d3267f91927..0deebf02589859cd9b4f75de14c3bb07b0f79d2c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2012-09-12 lttng-tools 2.1.0-rc3
+       * Fix: Relayd fix ret value when adding a connection
+       * Add new thread in consumer for metadata handling
+       * Fix: consumer recv command error path
+       * Fix filter: fix recent regressions
+       * Update lttng-ust-abi.h from upstream lttng-ust
+       * Fix: Accept bytecode of length 65536 bytes
+       * Fix: Generation of bytecode longer than 32768 bytes fails
+       * Fix: Filter bytecode alloc buffer size must be a power of 2
+       * Add lttng-ctl SWIG python bindings
+       * Add C++ support to API header files
+       * Librarify filter in liblttng-ctl and hide symbols
+       * Set hidden visibility for calls used in lttng-ctl
+       * Notify the user if a filter is already enabled
+       * Install lttng-error.h and include it in lttng.h
+       * Add lttng-error.h containing every API err. code
+       * Fix: missing hostname context
+
 2012-08-22 lttng-tools 2.1.0-rc2
        * Fix: put back 2.0 output text for lttng create cmd
        * Fix: remove set subdir call that uses bad ptr
 2012-08-22 lttng-tools 2.1.0-rc2
        * Fix: put back 2.0 output text for lttng create cmd
        * Fix: remove set subdir call that uses bad ptr
index 768728054e835eecb7901a07f996a1b1348edb83..579d7982bace7ef4f3b6d678ede042f9e378d0ba 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([lttng-tools],[2.1.0-rc2],[dgoulet@efficios.com],[],[http://lttng.org])
+AC_INIT([lttng-tools],[2.1.0-rc3],[dgoulet@efficios.com],[],[http://lttng.org])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
This page took 0.0272 seconds and 4 git commands to generate.