Update version to v2.7.1 v2.7.1
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 7 Jan 2016 20:00:51 +0000 (15:00 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 7 Jan 2016 20:00:51 +0000 (15:00 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 2ae05613639af216f09212316ee6a1319eb560f2..73d4c0baab6e3ca30baa841a9d6f72f3c5695ff4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+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
+       * 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: Don't spam session daemon logs on invalid UST context
+       * Fix: Check for NULL hash tables on relay daemon teardown
+       * Fix: Verify directory's existence before calling mkdir
+       * Fix: Unchecked NULL string in logging statement
+       * Fix: include the filter expression in agent events' primary key
+       * Fix live timer calculation error
+       * Fix: Remove dependency on glibc 2.12 caused by pthread_setname_np
+       * Fix: Log and ignore SIGINT and SIGTERM in run_as worker
+
 2015-09-24 lttng-tools 2.7.0 (National Punctuation Day)
        * Fix: Handle EINTR of waipid in run-as worker
        * Fix: Handle EINTR of waitpid when spawning a session daemon
index 38168fe89b1268cf0257fc61cf23ef653e93f6ec..66d83b60b0175989a76a8cb47b3955eb31d41a72 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.7.0],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.7.1],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
This page took 0.040257 seconds and 4 git commands to generate.