From: Mathieu Desnoyers Date: Mon, 26 Jan 2015 20:08:50 +0000 (-0500) Subject: Version 2.5.3 X-Git-Tag: v2.5.3^0 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=12702eacaa0b752f3b15118303bf43a7e07fb707;hp=c7b591f27314819243f34e00c0e1b99db271c39a;p=lttng-modules.git Version 2.5.3 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index 94fe5ba7..cda478e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-01-26 LTTng modules 2.5.3 + * Fix: missing parenthesis in offset_align_floor + * Fix: implement time.h wrapper for FD_ISSET + * Fix compile error on kernel 3.0.101 with CONFIG_PERF_EVENTS + * Conditional compilation introduced by lttng-modules commit + 2014-12-12 LTTng modules 2.5.2 * Fix: compaction instrumentation update for 3.14.x stable kernels * Fix: context alignment not properly handled diff --git a/lttng-tracer.h b/lttng-tracer.h index ccae2b6a..e3529dce 100644 --- a/lttng-tracer.h +++ b/lttng-tracer.h @@ -41,7 +41,7 @@ #define LTTNG_MODULES_MAJOR_VERSION 2 #define LTTNG_MODULES_MINOR_VERSION 5 -#define LTTNG_MODULES_PATCHLEVEL_VERSION 2 +#define LTTNG_MODULES_PATCHLEVEL_VERSION 3 #define LTTNG_MODULES_EXTRAVERSION "" #define LTTNG_VERSION_NAME "Fumisterie"