From: Mathieu Desnoyers Date: Mon, 20 Oct 2014 21:08:10 +0000 (-0400) Subject: Version 2.5.1 X-Git-Tag: v2.5.1^0 X-Git-Url: https://git.lttng.org/?p=lttng-modules.git;a=commitdiff_plain;h=c7db4dfcb1a44a881746f07cf4e3fd3fa67c3085 Version 2.5.1 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index e0e3f768..9ccd3a6d 100644 --- 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) diff --git a/lttng-tracer.h b/lttng-tracer.h index b2d69eb4..ac64a3f5 100644 --- a/lttng-tracer.h +++ b/lttng-tracer.h @@ -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"