Update version to v2.7.5 v2.7.5
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 7 Oct 2016 23:00:04 +0000 (19:00 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 7 Oct 2016 23:00:04 +0000 (19:00 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index ee6c0d08bddf61cb0cf417af4eb4a138b13faa1e..e64f9398932212c462484885efd31067b9d222a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2016-10-07 lttng-tools 2.7.5 (National Frappé Day)
+       * Fix: check for a session daemon before running load command
+       * Fix: report truncation on snprintf
+       * Fix: ignore SIGPIPE
+       * Fix: use ssize_type for the return value of uri_parse_str_urls
+       * Docs: grammar fixes in load.h
+       * Fix: wrong api comments for load.h
+       * Fix: do not overwrite ret if already set and session found
+       * Fix: honor negative (unlimited) app socket timeout
+       * Tests: tap.sh spams tests' output when no plan is set
+       * Fix: location of various standard headers
+       * Test fix: set app and network socket timeouts to unlimited
+       * Test fix: test_fork can hang while waiting for child pids
+       * Test fix: test_daemon can hang while waiting for child pids
+       * Test fix: redirect python test subprocess output to /dev/null
+       * Fix: RCU lock imbalance on error in cmd_snapshot_list_outputs()
+       * OOT Build fix: reference the source directory's Python test app
+       * Fix: pass NULL to config_load_session instead of an empty string
+
 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'
index fa3534ad422a835ed62d7ad54455b824eb0612d7..607d891982657c45af3bbcfead4cc385335f6150 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.7.4],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.7.5],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
This page took 0.026989 seconds and 4 git commands to generate.