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