Version 2.5.3 v2.5.3
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 26 Jan 2015 20:08:50 +0000 (15:08 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 26 Jan 2015 20:08:50 +0000 (15:08 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index 94fe5ba715bed6d0e16b5868b79199a92f74bfc0..cda478e3f6636c4f3de1ef66a4059ca4e5660f7b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-01-26 LTTng modules 2.5.3
+       * Fix: missing parenthesis in offset_align_floor
+       * Fix: implement time.h wrapper for FD_ISSET
+       * 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.5.2
        * Fix: compaction instrumentation update for 3.14.x stable kernels
        * Fix: context alignment not properly handled
index ccae2b6a87f8281f9bed1fc3d25501b4c4229046..e3529dce04d86d8448cc1f2ab4c9509e4b3e2cb4 100644 (file)
@@ -41,7 +41,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 5
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 2
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 3
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "Fumisterie"
This page took 0.026019 seconds and 4 git commands to generate.