From 85016adfb21268836df48dfb5cda106391e72fd1 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 16 Jul 2014 18:01:55 -0400 Subject: [PATCH] Version 2.4.2 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 12 ++++++++++++ lttng-tracer.h | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0d7dfa37..8727f8a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2014-07-16 LTTng modules 2.4.2 + * Fix: statedump handle oom case, handle errors + * Fix: correct typo in kernel version number + * Fix: blktrace instrumentation for backported branches + * Fix: refuse overwrite mode buffers with less than two subbuffers + * Fix: lttng modules system call generation script + * Fix: incorrect rwbs field type in block_bio_queue + * Fix: blktrace instrumentation for v3.2.58+ stable branch + * Fix: update block instrumentation to 3.15 kernel + * Fix: pass proper args when writing commit counter + * Fix: allow racy tracepoint string input from kernel and userspace + 2014-04-08 LTTng modules 2.4.1 * Fix: rcu instrumentation: add const qualifier to char pointers * Fix: add missing module version information diff --git a/lttng-tracer.h b/lttng-tracer.h index 4af5ea69..0ed1cf49 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 1 +#define LTTNG_MODULES_PATCHLEVEL_VERSION 2 #define LTTNG_MODULES_EXTRAVERSION "" #define LTTNG_VERSION_NAME "Époque Opaque" -- 2.34.1