Version 2.2.4 stable-2.2 v2.2.4
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 28 Feb 2014 17:33:30 +0000 (12:33 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 28 Feb 2014 17:33:30 +0000 (12:33 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index 3512d33d67d979bfdb89c849151b7d5c392bb319..ec83e30503997f306f16cfe4eb0d5865271c8a0f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2014-02-28 LTTng modules 2.2.4
+       * Fix: load state dump even if work-around lookup fails
+       * Fix: Add statedump exit so module is not permanent
+       * Fix: OOT lttng-statedump tracepoints not visible with signed kernels
+       * Fix: tracepoint event name mapping at unregister
+       * Fix: ring buffer check deliver compile fix
+       * Fix: tracepoint name remapping
+       * Fix: quote event name in metadata
+       * Fix: handle unknown event type parameter
+       * Fix: eliminate timestamp overlap between packets
+       * gcc blacklist: only apply when building with gcc
+       * Blacklist ARM gcc 4.8.0, 4.8.1, 4.8.2
+
 2013-11-12 LTTng modules 2.2.3
        * lttng-statedump-impl: Fix lttng_list_interrupts for empty implementation
        * Import fix from LTSI: 3.4+ RT kernels use CONFIG_PREEMPT_RT_FULL
index aba10bad9493aa0774b419c7e4544b4e96c3168a..f66f50db8c96a15f3dfaef7d714d97d386e585ae 100644 (file)
@@ -41,7 +41,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 2
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 3
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 4
 
 #define LTTNG_VERSION_NAME             "Cuda"
 #define LTTNG_VERSION_DESCRIPTION      \
This page took 0.028428 seconds and 4 git commands to generate.