From: Mathieu Desnoyers Date: Thu, 24 Sep 2015 20:24:08 +0000 (-0400) Subject: Version 2.5.7 X-Git-Tag: v2.5.7^0 X-Git-Url: https://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=refs%2Fheads%2Fstable-2.5 Version 2.5.7 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index 3615adaa..326596f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-09-24 lttng-ust 2.5.7 + * 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.5.6 * 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 1d6783b4..41feed3d 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.5.6],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.5.7],[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