From 458993408efa33e4bf8d3215aa2a6fb210162c5b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 19 Apr 2016 14:29:02 -0400 Subject: [PATCH] Update version to v2.6.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0fc9b7a80..5f16ec8f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2016-04-19 lttng-tools 2.6.2 (Bicycle Day) + * Fix: add missing synchronization point for before app test case + * Fix warning when building Python bindings + * Tests: use configured processor count in tracefile count test + * Tests: use configured processor count in snapshot tests + * Tests: Introduce conf_proc_count() + * Test: prevent the spawning of a daemonized sessiond + * Fix: do not print error and bug messages when quiet (-q) is present + * Build: fallback to AC_CHECK_LIBS when looking for popt and uuid + * tests/unit: fix object files' location + * configure.ac: fix static build + * Fix: close indexes when rotating the trace files in mmap mode + * Fix: close indexes when rotating the trace files in splice mode + * Fix: use liburcu flavor header instead of local copy + * Fix: rculfhash should not include specific rcu flavor + * Fix live timer calculation error + 2015-09-24 lttng-tools 2.6.1 (National Punctuation Day) * Revert "Fix: add missing test file to EXTRA_DIST" * Fix: regression tests diff --git a/configure.ac b/configure.ac index c0e2045f1..7f3c064a5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.6.1],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.6.2],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1