Version 2.5.3 v2.5.3
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 26 Jan 2015 20:07:27 +0000 (15:07 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 26 Jan 2015 20:07:27 +0000 (15:07 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 894e68a031c9b612ccf70a4a11fd4bf2345988d6..c9708738942e69fb7a1c6ed375b5614974d7e570 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-01-26 lttng-ust 2.5.3
+       * 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.5.2
        * Fix: man: you can't link a lib with a static lib
        * Fix: context alignment not properly handled
index 519907c5cb0e013e09cdc4e15d4ee2dea982ffe1..8729c0356b6526406ef26bf0cf4b554cae6c7055 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lttng-ust],[2.5.2],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([lttng-ust],[2.5.3],[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.026752 seconds and 4 git commands to generate.