Update version to v2.1.0-rc9
authorDavid Goulet <dgoulet@efficios.com>
Mon, 3 Dec 2012 20:08:48 +0000 (15:08 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 3 Dec 2012 20:08:48 +0000 (15:08 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
ChangeLog
configure.ac

index 658277e14f83c77521c7e14e340d0804120a9805..32c634766f54ff0291de3550dd3f60f1fd5a8f2c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2012-12-03 lttng-tools 2.1.0-rc9
+       * Fix: set the stream ht static in consumer file
+       * Update sessiond man page with new env var
+       * Update lttng.1 man page
+       * Fix: enable-consumer for all domains missing dir
+       * Fix: Add missing fct prototypes when disabling UST
+       * Fix a typo in lttng-probe-module name
+       * Assign values to enum lttcomm_sessiond_command
+       * Fix: run health test only if root
+       * Clarify empty string/NULL filter errors
+       * Fix: add missing padding for UST filter
+
 2012-11-22 lttng-tools 2.1.0-rc8
        * Fix: Uninit. variable in lttng view
        * Add already enabled UST event error code
index f1d4a366e80263ae178fb118a083c1455431b674..78cfebdfa6a863fa32663ce2a2c92bec9c5533ab 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([lttng-tools],[2.1.0-rc8],[dgoulet@efficios.com],[],[http://lttng.org])
+AC_INIT([lttng-tools],[2.1.0-rc9],[dgoulet@efficios.com],[],[http://lttng.org])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
This page took 0.027445 seconds and 5 git commands to generate.