From 85e7d60abd862dd1549f5190af7200b858cb0ef7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 19 Apr 2016 14:21:37 -0400 Subject: [PATCH] Update version to v2.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 26 ++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 73d4c0baa..383f71ac1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2016-04-19 lttng-tools 2.7.2 (Bicycle Day) + * Clean-up shm directory tree after freeing the channel + * Test: Add the lttng-runas worker process to the sessiond pids + * Limit the scope of IFS overwriting + * Do not overwrite IFS globally but only locally + * Fix: tests: use SIGSTOP for crash extraction test + * Fix: Only save kernel enablers in session configuration + * Fix: Only list kernel enablers when listing events + * Fix: syscalls hash table leaks when listing kernel events + * Test fix: ignore stderr at every step of randstring + * Test fix: ignore stderr when generating random string + * Fix: test: use load_path instead of $1 + * Fix warning when building Python bindings + * Test: prevent the spawning of a daemonized sessiond + * Fix: There is more tests than the plan + * Fix: per-pid ust buffers flush race with application unregister + * Fix: Use ipv6 loopback adress in test_uri + * Fix: report already enabled event error to client + * Tests fix: source utils.sh before using conf_proc_count + * Tests: use configured processor count in getcpu override tests + * Tests: use configured processor count in snapshot tests + * Tests: Introduce conf_proc_count() + * Tests: print a more precise test description in snapshot tests + * Fix: handle negative clock offset for lttng-ust metadata + * Fix: do not print error and bug messages when quiet (-q) is present + 2016-01-07 lttng-tools 2.7.1 (National Tempura Day) * Build: fallback to AC_CHECK_LIBS when looking for popt and uuid * tests/unit: fix object files' location diff --git a/configure.ac b/configure.ac index 66d83b60b..5dae498ef 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.7.1],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.7.2],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1