Version 2.7.0 v2.7.0
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 24 Sep 2015 21:14:10 +0000 (17:14 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 24 Sep 2015 21:14:10 +0000 (17:14 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index d1806aa9a42ce4cb43dae8c126d7c24535b05fda..aca947cd1f0c8e605a1b3552d19548f15db2404e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2015-09-24 lttng-ust 2.7.0
+       * Fix: don't dereference NULL pointers
+       * Cleanup: Remove unused values
+       * Fix: Value stored to 'has_waited' is never read
+       * Fix: Argument with 'nonnull' attribute passed null
+       * Cleanup: Unnecessary bit shift
+       * Fix: sysconf() unchecked return value
+       * doc: add Python example
+       * Fix: Python agent: do not register twice to same port
+
 2015-09-09 lttng-ust 2.7.0-rc2
        * Fix: close socket on protocol error, sendmsg MSG_NOSIGNAL
        * Cleanup: more descriptive error message
index ddcca560dde1f766fa0abbeb55996b9465cb538f..13813a12fd8a32ff1fd42885974935a84943d8fb 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lttng-ust],[2.7.0-rc2],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([lttng-ust],[2.7.0],[mathieu dot desnoyers at efficios dot com])
 
 # Following the numbering scheme proposed by libtool for the library version
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
This page took 0.025587 seconds and 4 git commands to generate.