From: Jérémie Galarneau Date: Thu, 24 Sep 2015 19:14:45 +0000 (-0400) Subject: Update version to v2.7.0 X-Git-Tag: v2.7.0^0 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=b069221a665b3c7b668633f06eeed49b8f20d01c;p=lttng-tools.git Update version to v2.7.0 Signed-off-by: Jérémie Galarneau --- diff --git a/ChangeLog b/ChangeLog index f2592a524..2ae056136 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2015-09-24 lttng-tools 2.7.0 (National Punctuation Day) + * Fix: Handle EINTR of waipid in run-as worker + * Fix: Handle EINTR of waitpid when spawning a session daemon + * Add a LOG() macro which handles dynamic severity levels + * Fix: tests: support systems where PAGE_SIZE is not 4096 + * Test: jul/log4j: use -a instead of '*' to disable all events + * Reword warning on event disable + * Clean-up: Remove unused test launchers + * Help: add -j -l -p option to help string + * man: update disable-event section + * Use empty event name on disable -a for ust and agent domain + * Fix: disable kernel event based on name and event type + * Tests: Clean-up test-crash on SIGTERM and SIGINT + * Fix: Possible dereference of null pointers + * Fix: Break out of loop when searching for a domain's agent + * Fix: int printed as uint + * Fix: add subdir-objects to Makefile.am + * Fix: tests: skip UST perf tests if not root + 2015-09-18 lttng-tools 2.7.0-rc2 * Fix: Check use_clone() instead of worker in run_as * Fix: Perform rcu barrier before tearing down the run-as worker diff --git a/configure.ac b/configure.ac index a8a43e3e6..4dee4b4bd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([lttng-tools],[2.7.0-rc2],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_PREREQ([2.64]) +AC_INIT([lttng-tools],[2.7.0],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST