From: Jérémie Galarneau Date: Tue, 19 Apr 2016 18:21:37 +0000 (-0400) Subject: Update version to v2.7.2 X-Git-Tag: v2.7.2^0 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=85e7d60abd862dd1549f5190af7200b858cb0ef7;hp=e349e5d45f216ce4f716f1a5eef3e027aeacddaf;p=lttng-tools.git Update version to v2.7.2 Signed-off-by: Jérémie Galarneau --- 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