Update version to v2.7.0 v2.7.0
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 24 Sep 2015 19:14:45 +0000 (15:14 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 24 Sep 2015 19:14:45 +0000 (15:14 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index f2592a524f1e8fb38a81b9f9128cf1a0ac498c03..2ae05613639af216f09212316ee6a1319eb560f2 100644 (file)
--- 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
index a8a43e3e693d76b27dd708d476657631f0bbf86b..4dee4b4bdd089c8a2cfa1d0701ef82a2e911be9f 100644 (file)
@@ -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
This page took 0.029605 seconds and 4 git commands to generate.