Version 2.4.1 v2.4.1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 8 Apr 2014 19:07:03 +0000 (15:07 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 8 Apr 2014 19:07:03 +0000 (15:07 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index 9e8f283d13e56ce9ad132186c14ddb599ac32aa7..0d7dfa37159c8befd0ba1e7887127b78b8f27fb3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-04-08 LTTng modules 2.4.1
+       * Fix: rcu instrumentation: add const qualifier to char pointers
+       * Fix: add missing module version information
+       * Fix: block instrumentation: < 3.14 don't have bi_iter
+       * Fix: update btrfs instrumentation to kernel 3.14
+       * Fix: update block layer instrumentation to kernel 3.14
+       * Fix file permissions for lttng-statedump-impl.c
+
 2014-02-28 (Public Sleeping Day) LTTng modules 2.4.0
        * Fix: load state dump even if work-around lookup fails
        * Cleanup: fix comment
index da3bbff3f2515a35d320316e334c1478e4879d2e..4af5ea69ed5df960dd989d0f589e49f475fb5f6c 100644 (file)
@@ -41,7 +41,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 4
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 0
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 1
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "Époque Opaque"
This page took 0.026334 seconds and 4 git commands to generate.