From eb6bb1067552eda0cca9ef851da091750afdba9c Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 26 Jan 2015 15:21:13 -0500 Subject: [PATCH] Version 2.4.4 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6a25fe33..def3b9ef 100644 --- 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 diff --git a/configure.ac b/configure.ac index 66fa09de..939cf345 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.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 -- 2.34.1