From: Mathieu Desnoyers Date: Mon, 20 Oct 2014 20:59:51 +0000 (-0400) Subject: Version 2.5.1 X-Git-Tag: v2.5.1^0 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=7fc09dad300ddf1d36c0bebc0c1c1989e3435f0b;hp=807cc73dfd6601aa888277f71e90cc75bec47e00;p=lttng-ust.git Version 2.5.1 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index dd9d4cac..96e516c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-10-20 lttng-ust 2.5.1 + * Fix: preserve example files' timestamps when copying + * configure.ac: fix "missing jni.h" error message + 2014-07-16 (Take Your Poet to Work Day) lttng-ust 2.5.0 * Mutex while updating statedump_pending is not needed * Revert "Turn base address dump into experimental feature" diff --git a/configure.ac b/configure.ac index 175a0a65..6457a30f 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.0],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.5.1],[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