Version 2.4.4 stable-2.4 v2.4.4
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 26 Jan 2015 20:21:13 +0000 (15:21 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 26 Jan 2015 20:21:13 +0000 (15:21 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 6a25fe331e2c6c235f115238b8b1c8a350b924a6..def3b9efb760343dd5a77470e952436298440b38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-01-26 lttng-ust 2.4.4
+       * Fix: missing parenthesis in offset_align_floor
+       * Fix: add urcu-bp TLS fixup
+       * Fix: add missing poll.h include
+       * Fix: get_subbuf: bound number of consumerd retry
+
 2014-12-12 lttng-ust 2.4.3
        * Fix: man: you can't link a lib with a static lib
        * Fix: add missing includes to usterr
index 66fa09dec0034f4dce9df198c2066c9cb520bcbb..939cf3458b0a9ed2bdd81371061376ba752f4696 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lttng-ust],[2.4.3],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([lttng-ust],[2.4.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.025426 seconds and 4 git commands to generate.