Version 2.5.1 v2.5.1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 20 Oct 2014 21:08:10 +0000 (17:08 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 20 Oct 2014 21:08:10 +0000 (17:08 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index e0e3f768667a961f897c319fcb722c3e7de3c25e..9ccd3a6dbafe16cb7956af62a06467c41b3407e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2014-10-20 LTTng modules 2.5.1
+       * Print build warning when writeback probe is disabled
+       * Fix compilation on Ubuntu 14.10
+       * Fix: compile lttng_statedump_process_ns on Ubuntu
+       * Reverse version check logic in lttng_statedump_process_ns
+       * Update statedump to 3.17 nsproxy locking
+       * Fix block_rq_complete TP on Ubuntu kernel
+       * Introduce macros to check Ubuntu kernel version
+       * asoc.h: fix build with v3.17 kernel
+       * Add atomic.h wrapper for before/after atomic
+       * Update vmscan instrumentation to 3.16 kernel
+       * Update compaction instrumentation to 3.16 kernel
+       * Check for stale version.h files
+       * Fix: statedump: close_on_exec flag backward compat
+       * Fix: lttng-modules teardown NULL pointer OOPS
+       * Fix: handle concurrent flush vs get_next_subbuf on metadata cache
+       * Fix: OOT lttng_logger tracepoint not visible with signed kernels
+
 2014-07-16 (Take Your Poet to Work Day) LTTng modules 2.5.0
        * (no change)
 
index b2d69eb485e32711d1571086292d2659618c939c..ac64a3f5f71a3974c1685b1a53a8d1a139508ddf 100644 (file)
@@ -41,7 +41,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 5
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 0
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 1
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "Fumisterie"
This page took 0.026085 seconds and 4 git commands to generate.