Version 2.6.4 v2.6.4
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 24 Sep 2015 20:37:08 +0000 (16:37 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 24 Sep 2015 20:37:08 +0000 (16:37 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 7cc195f713f5636ca1f90b047d473bb365f7c9ef..a647b72a6cd3ef4861447fe4b6ddee4bed603693 100644 (file)
--- 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()
index 4cb73d350232c30766702df035f87b09325c568d..4d63fd5654bafee8fd939d28624e3c602c95d2b4 100644 (file)
@@ -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
This page took 0.025941 seconds and 4 git commands to generate.