Update version to v2.7.4 v2.7.4
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 5 Jul 2016 19:53:36 +0000 (15:53 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 5 Jul 2016 19:53:36 +0000 (15:53 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 3024a0a52bfc78abe3503b3731d5f5a8348f8a28..ee6c0d08bddf61cb0cf417af4eb4a138b13faa1e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2016-07-05 lttng-tools 2.7.4 (NASA's Juno spacecraft enters orbit of Jupiter)
+       * Tests: eliminate process timeouts from Python tests
+       * Fix: English syntax errors in 'lttng status'
+       * Fix: sessiond ht_match_event() check if filter is NULL
+       * configure.ac: fix --enable/disable-kmod option
+       * Fix: validate number of subbuffers after tweaking properties
+       * Fix: leak of UST app hash tables
+       * Fix: leak of reply buffer on data pending check
+       * Fix: call xmlCleanupParser to free global libxml2 allocations
+       * Fix: missing "void" parameter of lib constructor and destructor
+       * Fix: lttng-relayd allow binding of privileged ports for non-root users
+       * relayd: optimize receive throughput
+       * Fix: set the logger level to prevent unexpected level inheritance
+       * Port: Don't use SIGUNUSED which is not defined on Solaris
+
 2016-05-20 lttng-tools 2.7.3 (Bike-to-Work Day)
        * Fix: use start and stop sessiond from utils.sh
        * Clarify kernel version check error messages
index ccd1b10a0f3a43da1477440e7b67d9ad1ba58211..fa3534ad422a835ed62d7ad54455b824eb0612d7 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.7.3],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.7.4],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
This page took 0.027207 seconds and 4 git commands to generate.