From 25862e903b8b6b1926b068713d2e7629777f568c Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 24 Sep 2015 17:14:10 -0400 Subject: [PATCH] Version 2.7.0 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d1806aa9..aca947cd 100644 --- 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 diff --git a/configure.ac b/configure.ac index ddcca560..13813a12 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.34.1