From: Mathieu Desnoyers Date: Fri, 12 Dec 2014 15:34:54 +0000 (-0500) Subject: Version 2.5.2 X-Git-Tag: v2.5.2 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=refs%2Ftags%2Fv2.5.2;p=lttng-modules.git Version 2.5.2 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index 9ccd3a6d..94fe5ba7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-12-12 LTTng modules 2.5.2 + * Fix: compaction instrumentation update for 3.14.x stable kernels + * Fix: context alignment not properly handled + 2014-10-20 LTTng modules 2.5.1 * Print build warning when writeback probe is disabled * Fix compilation on Ubuntu 14.10 diff --git a/lttng-tracer.h b/lttng-tracer.h index ac64a3f5..ccae2b6a 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 1 +#define LTTNG_MODULES_PATCHLEVEL_VERSION 2 #define LTTNG_MODULES_EXTRAVERSION "" #define LTTNG_VERSION_NAME "Fumisterie"