From: Mathieu Desnoyers Date: Fri, 19 Jul 2013 22:47:10 +0000 (-0400) Subject: Version 2.3.0-rc2 X-Git-Tag: v2.3.0-rc2^0 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=95f3c88c5b889bb3d16bb6857f137c84e06b84c2 Version 2.3.0-rc2 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index c280af812..b61562780 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2013-07-19 lttng-tools 2.3.0-rc2 + * Add core-handler README to dist tarball + * extras: core-handler: simplify, allow usage from tracing group + * Cleanup: add missing dot + * Fix: documentation: create name and options + * Add core dump snapshot handler script + * Fix: sym name len (kernel) + * Fix: tests: provide channel name when a non-default channel exists: per-pid + * Fix: tests: provide channel name when a non-default channel exists + * Fix: data pending race + * Fix hang in make check snapshots/test_ust + * Cleanup: ust-consumer: wrong indentation + * Fix: print dots while waiting for data availability + * Fix: remove sleep(1) added by "Fix: (slight UI change) refuse missing -c if non-default channel exists" + * Fix: (slight UI change) refuse missing -c if non-default channel exists + * Fix: push metadata on stop for per-UID buffers + * README: update python documentation + * Manpage: other layout cleanups + * Manpage: cleanup layout of view + * Manpage: cleanup layout of version + * Manpage: cleanup layout of stop + * Manpage: cleanup layout of start + * Manpage: cleanup layout of snapshot + * Manpage: cleanup layout of set-session + * Manpage: cleanup layout of list + * Manpage: cleanup layout of disable-event + * Manpage: cleanup layout of disable-channel + * Manpage: cleanup layout of enable-event + * Manpage: cleanup layout of enable-channel + * Manpage: cleanup layout of destroy + * Manpage: cleanup layout of create + * Manpage: cleanup layout of calibrate + * Manpage: cleanup layout of add-context + * Documentation: create --snapshot in manpage + 2013-07-17 lttng-tools 2.3.0-rc1 * Fix: add missing snapshot header to dist tarball * Documentation: fix thread quit pipe comment diff --git a/configure.ac b/configure.ac index 1a9e42d56..2f71a60bb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.3.0-rc1],[dgoulet@efficios.com],[],[http://lttng.org]) +AC_INIT([lttng-tools],[2.3.0-rc2],[dgoulet@efficios.com],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST