From: Mathieu Desnoyers Date: Fri, 12 Dec 2014 15:42:04 +0000 (-0500) Subject: Version 2.4.3 X-Git-Tag: v2.4.3^0 X-Git-Url: http://git.liburcu.org/?p=lttng-modules.git;a=commitdiff_plain;h=42b06b4963247b48fc1a3c2ce5982c625ea852a8 Version 2.4.3 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index 8727f8a1..677f72a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-12-12 LTTng modules 2.4.3 + * Fix: compaction instrumentation update for 3.14.x stable kernels + * Fix: context alignment not properly handled + * Check for stale version.h files + * Fix: lttng-modules teardown NULL pointer OOPS + * Fix: handle concurrent flush vs get_next_subbuf on metadata cache + 2014-07-16 LTTng modules 2.4.2 * Fix: statedump handle oom case, handle errors * Fix: correct typo in kernel version number diff --git a/lttng-tracer.h b/lttng-tracer.h index 0ed1cf49..0d70b8d5 100644 --- a/lttng-tracer.h +++ b/lttng-tracer.h @@ -41,7 +41,7 @@ #define LTTNG_MODULES_MAJOR_VERSION 2 #define LTTNG_MODULES_MINOR_VERSION 4 -#define LTTNG_MODULES_PATCHLEVEL_VERSION 2 +#define LTTNG_MODULES_PATCHLEVEL_VERSION 3 #define LTTNG_MODULES_EXTRAVERSION "" #define LTTNG_VERSION_NAME "Époque Opaque"