Version 2.4.4 stable-2.4 v2.4.4
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 26 Jan 2015 20:21:45 +0000 (15:21 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 26 Jan 2015 20:21:45 +0000 (15:21 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index 677f72a76603b37be7249be6a2bbfe87de459d64..012e94a3e1a52c775a936edbd5825ef5f9748cad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-01-26 LTTng modules 2.4.4
+       * Fix: missing parenthesis in offset_align_floor
+       * Fix compile error on kernel 3.0.101 with CONFIG_PERF_EVENTS
+       * Conditional compilation introduced by lttng-modules commit
+
 2014-12-12 LTTng modules 2.4.3
        * Fix: compaction instrumentation update for 3.14.x stable kernels
        * Fix: context alignment not properly handled
index 0d70b8d56a945c7accb52e258247a87a48b5468d..54eaab0012a8ac008cd286347df133fa2cfc7210 100644 (file)
@@ -41,7 +41,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 4
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 3
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 4
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "Époque Opaque"
This page took 0.02694 seconds and 4 git commands to generate.