From f571ae8f741e1f1888beb90644f6c589e0c9c295 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 24 Sep 2015 16:37:08 -0400 Subject: [PATCH] Version 2.6.4 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7cc195f7..a647b72a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-09-24 lttng-ust 2.6.4 + * 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 + * Fix: sysconf() unchecked return value + 2015-09-09 lttng-ust 2.6.3 * Fix: close socket on protocol error, sendmsg MSG_NOSIGNAL * Fix: add missing ust lock around objd_table_destroy() diff --git a/configure.ac b/configure.ac index 4cb73d35..4d63fd56 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.6.3],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.6.4],[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