From c27e27ed93458f332aa690f51a8db82a1df612b8 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 29 Apr 2015 11:20:23 -0400 Subject: [PATCH] Version 2.5.4 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c9708738..75daacaf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-04-29 lttng-ust 2.5.4 + * Fix: use lttng_secure_getenv to handle env. vars. involving paths + * Fix: add missing getenv wrapper + * Fix: Don't wait during registration if clock_gettime() fails + 2015-01-26 lttng-ust 2.5.3 * Fix: missing parenthesis in offset_align_floor * Fix: add urcu-bp TLS fixup diff --git a/configure.ac b/configure.ac index 8729c035..bfe77c3e 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.3],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.5.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