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

index 73d4c0baab6e3ca30baa841a9d6f72f3c5695ff4..383f71ac11f449ed46d11522de81297d4bf6e73b 100644 (file)
--- 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
index 66d83b60b0175989a76a8cb47b3955eb31d41a72..5dae498efc802459ec180d70c674ed7b9f3d1ab5 100644 (file)
@@ -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
This page took 0.030158 seconds and 4 git commands to generate.