Version 2.4.2 v2.4.2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 16 Jul 2014 22:01:55 +0000 (18:01 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 16 Jul 2014 22:01:55 +0000 (18:01 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index 0d7dfa37159c8befd0ba1e7887127b78b8f27fb3..8727f8a11259607810fb815a34420b67387a6a24 100644 (file)
--- 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
index 4af5ea69ed5df960dd989d0f589e49f475fb5f6c..0ed1cf4999bf4feb98f65f4991249bd60d2e80df 100644 (file)
@@ -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"
This page took 0.026756 seconds and 4 git commands to generate.