Update version to v2.6.2 v2.6.2
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 19 Apr 2016 18:29:02 +0000 (14:29 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 19 Apr 2016 18:29:02 +0000 (14:29 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 0fc9b7a809ae2d96be86f82faccc45edc4985f72..5f16ec8f90695b9bbc40866b2b9ea6f007f8421a 100644 (file)
--- 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
index c0e2045f160d11b85b9942060c60dc4dbd77cbe7..7f3c064a5f621c16f42bd4c84546098fa81a8cb8 100644 (file)
@@ -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
This page took 0.03008 seconds and 4 git commands to generate.